diff --git a/assets/javascripts/app/shortcuts.coffee b/assets/javascripts/app/shortcuts.coffee index bf7beffe..cef7df39 100644 --- a/assets/javascripts/app/shortcuts.coffee +++ b/assets/javascripts/app/shortcuts.coffee @@ -76,6 +76,10 @@ class app.Shortcuts @trigger 'down' @showTip?() false + when 191 + unless event.target.form + @trigger 'typing' + false handleKeydownSuperEvent: (event) -> switch event.which diff --git a/assets/javascripts/templates/pages/help_tmpl.coffee b/assets/javascripts/templates/pages/help_tmpl.coffee index c66f8dc9..3cb6ae82 100644 --- a/assets/javascripts/templates/pages/help_tmpl.coffee +++ b/assets/javascripts/templates/pages/help_tmpl.coffee @@ -107,7 +107,7 @@ app.templates.helpPage = """
- Tip: If the cursor is no longer in the search field, press backspace or
+ Tip: If the cursor is no longer in the search field, press /
or
continue to type and it will refocus the search field and start showing new results.