From fa97508c6ecbfb0363e52d398e8ac59c80139b87 Mon Sep 17 00:00:00 2001 From: xekri Date: Sat, 20 May 2017 13:19:30 +0800 Subject: [PATCH 1/4] use html entity code to avoid showing --- public/help/keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/help/keyboard-shortcuts.md b/public/help/keyboard-shortcuts.md index 47fd561..d5e5996 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| From 616a0e0c692cf576f5c82ad26567bf70e578adef Mon Sep 17 00:00:00 2001 From: xekri Date: Sat, 20 May 2017 16:14:01 +0800 Subject: [PATCH 2/4] Update my-zen-mode.md --- public/blog/my-zen-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d9eaff5852c4a9a5cbabe1f5fbe8356d619c9b4e Mon Sep 17 00:00:00 2001 From: xekri Date: Sat, 20 May 2017 16:14:57 +0800 Subject: [PATCH 3/4] use escape --- public/help/keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/help/keyboard-shortcuts.md b/public/help/keyboard-shortcuts.md index d5e5996..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| From 93e3889879c1be1ca17d7c68ded00b9290c67395 Mon Sep 17 00:00:00 2001 From: xekri Date: Sat, 20 May 2017 16:24:42 +0800 Subject: [PATCH 4/4] Update features.md --- public/help/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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