mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Updated Keyboard Shortcuts (markdown)
@@ -1,26 +1,27 @@
|
||||
|Keys|Behaviour|
|
||||
|:--|:--|
|
||||
|Cmd(or Ctrl) + N|Create a new note|
|
||||
|Ctrl + E|Enter Editor mode|
|
||||
|Ctrl + W|Exit Editor mode|
|
||||
|Ctrl + J|Move to the note below|
|
||||
|Ctrl + K|Move to the note above|
|
||||
|Ctrl + S|Focus on search input|
|
||||
|Ctrl + Del|Delete the note|
|
||||
|Ctrl(Cmd) + Alt + L|Toggle main (customizable in `Preference`)|
|
||||
|Ctrl(Cmd) + Alt + S|Toggle Finder popup(customizable in `Preference`)|
|
||||
|<kbd>Ctrl</kbd>(or <kbd>Cmd</kbd>) + <kbd>N</kbd>|Create a new note|
|
||||
|<kbd>Ctrl</kbd> + <kbd>E</kbd>|Enter Editor mode|
|
||||
|<kbd>Ctrl</kbd> + <kbd>W</kbd>|Exit Editor mode|
|
||||
|<kbd>Ctrl</kbd> + <kbd>J</kbd>|Move to the note below|
|
||||
|<kbd>Ctrl</kbd> + <kbd>K</kbd>|Move to the note above|
|
||||
|<kbd>Ctrl</kbd> + <kbd>S</kbd>|Focus on search input|
|
||||
|<kbd>Ctrl</kbd> + <kbd>B</kbd>|Hide/show sidebar and note bar|
|
||||
|<kbd>Ctrl</kbd> + <kbd>Del</kbd>|Delete the note|
|
||||
|<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>L</kbd>|Toggle main (customizable in `Preferences`)|
|
||||
|<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>S</kbd>|Toggle Finder popup(customizable in `Preferences`)|
|
||||
|
||||
# Cmd (or Ctrl) + N
|
||||
# <kbd>Ctrl</kbd>(or <kbd>Cmd</kbd>) + <kbd>N</kbd>
|
||||
It opens a note creation modal.
|
||||
|
||||
[](https://gyazo.com/169db74385d5d7f2fc5a5c925edee82c)
|
||||
|
||||
# Ctrl + E
|
||||
# <kbd>Ctrl</kbd> + <kbd>E</kbd>
|
||||
It focuses the editor.
|
||||
|
||||
[](https://gyazo.com/5439f3a07f49ec0aeed8e4e9d07469e7)
|
||||
|
||||
# Ctrl + J / Ctrl + K
|
||||
# <kbd>Ctrl</kbd> + <kbd>J</kbd> / <kbd>Ctrl</kbd> + <kbd>K</kbd>
|
||||
It moves the below/above note.
|
||||
|
||||
[](https://gyazo.com/a7a82c9a1ba4be271753b10a170f9648)
|
||||
Reference in New Issue
Block a user