We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286e90 commit 3d5ff7dCopy full SHA for 3d5ff7d
assets/javascripts/app/shortcuts.coffee
@@ -59,7 +59,7 @@ class app.Shortcuts
59
@trigger 'escape'
60
false
61
when 32
62
- if event.target.type is 'search' and (not @lastKeypress or @lastKeypress < Date.now() - 500)
+ if event.target.type is 'search' and (not @lastKeypress or @lastKeypress < Date.now() - 3000)
63
@trigger 'pageDown'
64
65
when 33
0 commit comments