commit
96c6ba5507
1 changed files with 7 additions and 2 deletions
|
@ -41,6 +41,11 @@ function addKeyListeners() {
|
|||
on_keydown: function(){pause();}
|
||||
});
|
||||
|
||||
keypress.register_combo({
|
||||
keys: "space",
|
||||
on_keydown: function(){pause();}
|
||||
});
|
||||
|
||||
keypress.register_combo({
|
||||
keys: "q",
|
||||
on_keydown: function() {
|
||||
|
|
Loading…
Reference in a new issue