From fa97508c6ecbfb0363e52d398e8ac59c80139b87 Mon Sep 17 00:00:00 2001 From: xekri Date: Sat, 20 May 2017 13:19:30 +0800 Subject: [PATCH] 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|