authorgravatar for cryptocode@zolo.iocryptocode <cryptocode@zolo.io> 2023-05-03 12:10:52+02:00
committergravatar for cryptocode@zolo.iocryptocode <cryptocode@zolo.io> 2023-05-03 12:10:52+02:00
log0fc1d396495c1ab482197021dedac8bea3f9401c
tree8d6275b03148277ccca9f6670ab099aa737502bd
parent5d20a4e35cbbbc11e32dbffd2e8302d4810fbbea

Add new shortcut to help popup


1 files changed, 1 insertions(+), 1 deletions(-)

lib/docs/index.html+1-1
...@@ -876,7 +876,7 @@...@@ -876,7 +876,7 @@
876 <div class="modal">876 <div class="modal">
877 <h1>Keyboard Shortcuts</h1>877 <h1>Keyboard Shortcuts</h1>
878 <dl><dt><kbd>?</kbd></dt><dd>Show this help modal</dd></dl>878 <dl><dt><kbd>?</kbd></dt><dd>Show this help modal</dd></dl>
879 <dl><dt><kbd>s</kbd></dt><dd>Focus the search field</dd></dl>879 <dl><dt><kbd>s</kbd> or <kbd>/</kbd></dt><dd>Focus the search field</dd></dl>
880 <div style="margin-left: 1em">880 <div style="margin-left: 1em">
881 <dl><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd></dl>881 <dl><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd></dl>
882 <dl><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd></dl>882 <dl><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd></dl>