Reduce space bar shortcut timeout

pull/205/head
Thibaut 10 years ago
parent 9cb2aeaa53
commit 0aa1ff4e80

@ -47,7 +47,7 @@ class app.Shortcuts
when 27
@trigger 'escape'
when 32
if not @lastKeypress or @lastKeypress < Date.now() - 1000
if not @lastKeypress or @lastKeypress < Date.now() - 500
@trigger 'pageDown'
false
when 33

Loading…
Cancel
Save