diff --git a/frontend/app/view/helpview/helpview.tsx b/frontend/app/view/helpview/helpview.tsx index 3f72ff85c..ec7b41f10 100644 --- a/frontend/app/view/helpview/helpview.tsx +++ b/frontend/app/view/helpview/helpview.tsx @@ -17,7 +17,7 @@ Adding a block can be done using the widget bar on the right hand side of the wi Blocks can be closed by clicking the ✕ button on the right side of the header. Alternatively, the currently focused block can be closed by pressing \`Cmd + w\`. ### How to Navigate Blocks -At most, it is possible to have one block be focused. Depending on the type of block, this allows you to directly interact with the content in that block. A focused block is always outlined with a distinct border. A block may be focused by clicking on it. Alternatively, you can change the focused block by pressing Cmd + ↑, Cmd + ↓, Cmd + ←, or Cmd + →to navigate relative to the currently selected block. +At most, it is possible to have one block be focused. Depending on the type of block, this allows you to directly interact with the content in that block. A focused block is always outlined with a distinct border. A block may be focused by clicking on it. Alternatively, you can change the focused block by pressing Ctrl + Shift + ↑, Ctrl + Shift + ↓, Ctrl + Shift + ←, or Ctrl + Shift + →to navigate relative to the currently selected block. 1 ### How to Magnify Blocks Magnifying a block will pop the block out in front of everything else. You can magnify using the header icon, or with \`Cmd + m\`.