You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input type="checkbox" form="settings" name="arrowScroll" value="1"#{ifsettings.arrowScrollthen' checked'else''}>Use arrow keys to scroll the main content area
57
57
<small>With this checked, use <code class="_label">shift</code> + <code class="_label">↑</code><code class="_label">↓</code><code class="_label">←</code><code class="_label">→</code> to navigate the sidebar.</small>
58
58
</label>
59
+
<label class="_settings-label">
60
+
<input type="checkbox" form="settings" name="spaceScroll" value="1"#{ifsettings.spaceScrollthen' checked'else''}>Use spacebar to scroll during search
61
+
</label>
62
+
<label class="_settings-label">
63
+
<input type="number" form="settings" name="spaceTimeout" min="0" max="5" value="#{settings.spaceTimeout}"> Delay until you can scroll by pressing space
0 commit comments