Skip to content

Commit 3d5ff7d

Browse files
committed
Changes the timelimit between spacebar and last keypress
1 parent 4286e90 commit 3d5ff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/app/shortcuts.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class app.Shortcuts
5959
@trigger 'escape'
6060
false
6161
when 32
62-
if event.target.type is 'search' and (not @lastKeypress or @lastKeypress < Date.now() - 500)
62+
if event.target.type is 'search' and (not @lastKeypress or @lastKeypress < Date.now() - 3000)
6363
@trigger 'pageDown'
6464
false
6565
when 33

0 commit comments

Comments
 (0)