Skip to content

Commit

Permalink
use html entity code to avoid </kbd> showing
Browse files Browse the repository at this point in the history
  • Loading branch information
iFwu committed May 20, 2017
1 parent 8572ef0 commit fa97508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/help/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ JS Bin supports keyboard shortcuts when the editor panels are focused (i.e. you
|<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>del</kbd>|Delete the current bin|
|<kbd>ctrl</kbd>+<kbd>s</kbd>|Save current state as a revision|
|<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>s</kbd>|Create a clone of the current bin|
|<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\</kbd>|Hide JS Bin navigation bar|
|<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>&bsol;</kbd>|Hide JS Bin navigation bar|
|<kbd>ctrl</kbd>+<kbd>o</kbd>|Open bin history (when logged in)|
|<kbd>ctrl</kbd>+<kbd>y</kbd>|Toggle archive state on the current bin|

Expand Down

0 comments on commit fa97508

Please sign in to comment.