diff --git a/Keyboard-Shortcuts.md b/Keyboard-Shortcuts.md
index 43f08f4..1039062 100644
--- a/Keyboard-Shortcuts.md
+++ b/Keyboard-Shortcuts.md
@@ -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`)|
+|Ctrl(or Cmd) + 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 + B|Hide/show sidebar and note bar|
+|Ctrl + Del|Delete the note|
+|Ctrl + Alt + L|Toggle main (customizable in `Preferences`)|
+|Ctrl + Alt + S|Toggle Finder popup(customizable in `Preferences`)|
-# Cmd (or Ctrl) + N
+# Ctrl(or Cmd) + N
It opens a note creation modal.
[](https://gyazo.com/169db74385d5d7f2fc5a5c925edee82c)
-# Ctrl + E
+# Ctrl + E
It focuses the editor.
[](https://gyazo.com/5439f3a07f49ec0aeed8e4e9d07469e7)
-# Ctrl + J / Ctrl + K
+# Ctrl + J / Ctrl + K
It moves the below/above note.
[](https://gyazo.com/a7a82c9a1ba4be271753b10a170f9648)
\ No newline at end of file