diff --git a/assets/javascripts/templates/pages/help_tmpl.coffee b/assets/javascripts/templates/pages/help_tmpl.coffee index 9fb4ed48..530f9435 100644 --- a/assets/javascripts/templates/pages/help_tmpl.coffee +++ b/assets/javascripts/templates/pages/help_tmpl.coffee @@ -66,10 +66,12 @@ app.templates.helpPage = ->

Sidebar

+ #{if app.settings.cache.arrowScroll then 'shift + ' else ''}
Move selection
+ #{if app.settings.cache.arrowScroll then 'shift + ' else ''}
Show/hide sub-list @@ -90,11 +92,15 @@ app.templates.helpPage = -> #{navKey} + →
Go back/forward
- alt + ↓ - alt + ↑ -
- shift + ↓ - shift + ↑ + #{if app.settings.cache.arrowScroll + ' ' + + '' + else + 'alt + ↓ ' + + 'alt + ↑' + + '
' + + 'shift + ↓ ' + + 'shift + ↑'}
Scroll step by step

space