Skip to content

Commit

Permalink
tweak F1 help
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Dec 14, 2023
1 parent fe10e2d commit 1b83614
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1227,12 +1227,13 @@ patch: ${JSON.stringify(
${ctrl_or_cmd_name}+Enter: run cell and add cell below
Delete or Backspace: delete empty cell
PageUp or fn+Up: select cell above
PageDown or fn+Down: select cell below
PageUp or fn+Up: jump to cell above
PageDown or fn+Down: jump to cell below
${ctrl_or_cmd_name}+Q: interrupt notebook
${ctrl_or_cmd_name}+S: submit all changes
Select multiple cells by dragging a selection box from the space between cells.
${ctrl_or_cmd_name}+C: copy selected cells
${ctrl_or_cmd_name}+X: cut selected cells
${ctrl_or_cmd_name}+V: paste selected cells
Expand Down

0 comments on commit 1b83614

Please sign in to comment.