diff --git a/public/blog/my-zen-mode.md b/public/blog/my-zen-mode.md
index d0bcbe6..2ded786 100644
--- a/public/blog/my-zen-mode.md
+++ b/public/blog/my-zen-mode.md
@@ -73,7 +73,7 @@ console.clear();
## Hidden toolbar
-ctrl+shift+\
+ctrl+shift+\\
The hidden topbar lets me really focus on the code, most of the items in the menus
can be accessed via keyboard shortcuts and for everything else, when I *do* need
diff --git a/public/help/features.md b/public/help/features.md
index 68782d5..051caa2 100644
--- a/public/help/features.md
+++ b/public/help/features.md
@@ -50,7 +50,7 @@ Please feel free to **contribute to this list** if you know of a feature, and ad
* File update binding
* Custom URLs
* Emmet (previously known as Zen Coding)
-* Hide toolbar - ctrl+shift+\
+* Hide toolbar - ctrl+shift+\\
* [Keyboard shortcuts](/help/keyboard-shortcuts) - cmd+shift+?
* Download
* Clone
diff --git a/public/help/keyboard-shortcuts.md b/public/help/keyboard-shortcuts.md
index 47fd561..b29fc01 100644
--- a/public/help/keyboard-shortcuts.md
+++ b/public/help/keyboard-shortcuts.md
@@ -13,7 +13,7 @@ JS Bin supports keyboard shortcuts when the editor panels are focused (i.e. you
|ctrl+shift+del|Delete the current bin|
|ctrl+s|Save current state as a revision|
|ctrl+shift+s|Create a clone of the current bin|
-|ctrl+shift+\|Hide JS Bin navigation bar|
+|ctrl+shift+\\|Hide JS Bin navigation bar|
|ctrl+o|Open bin history (when logged in)|
|ctrl+y|Toggle archive state on the current bin|