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 7932a45 commit 8bdc096Copy full SHA for 8bdc096
assets/javascripts/app/shortcuts.coffee
@@ -62,7 +62,7 @@ class app.Shortcuts
62
@trigger 'escape'
63
false
64
when 32
65
- if event.target.type is 'search' and @spaceScroll() and (not @lastKeypress or @lastKeypress < Date.now() - 1000)
+ if event.target.type is 'search' and @spaceScroll() and (not @lastKeypress or @lastKeypress < Date.now() - 500)
66
@trigger 'pageDown'
67
68
when 33
0 commit comments