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