Skip to content

Commit

Permalink
Add Ctrl + z as alternative shortcut to Esc (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Pontet <j.pontet@ctidigital.com>
  • Loading branch information
jonpontet and jpontetcti authored Mar 6, 2023
1 parent aa24eb4 commit a9770d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<kbd>Ctrl</kbd> + <kbd>ox</kbd> - {{__ 'insertMode.commands.ctrlPlusox'}}
</li>
<li>
<kbd>Esc</kbd> - {{__ 'insertMode.commands.Esc'}}
<kbd>Esc</kbd> or <kbd>Ctrl</kbd> + <kbd>c</kbd> - {{__ 'insertMode.commands.Esc'}}
</li>
</ul>
</div>
Expand Down Expand Up @@ -317,7 +317,7 @@
<kbd>it</kbd> - {{__ 'markingText.commands.it'}}
</li>
<li>
<kbd>Esc</kbd> - {{__ 'markingText.commands.Esc'}}
<kbd>Esc</kbd> or <kbd>Ctrl</kbd> + <kbd>c</kbd> - {{__ 'markingText.commands.Esc'}}
</li>
</ul>
<div class="well">
Expand Down

0 comments on commit a9770d1

Please sign in to comment.