Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use escape code to avoid </kbd> showing #93

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/blog/my-zen-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ console.clear();

## Hidden toolbar

<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\</kbd>
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\\</kbd>

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
Expand Down
2 changes: 1 addition & 1 deletion public/help/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\</kbd>
* Hide toolbar - <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\\</kbd>
* [Keyboard shortcuts](/help/keyboard-shortcuts) - cmd+shift+?
* Download
* Clone
Expand Down
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>\\</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