mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix #699 - add SPACE to keycode translator
This commit is contained in:
parent
cf3383722a
commit
e7d07c5353
@ -3,6 +3,7 @@
|
||||
8 : 'back',
|
||||
13 : 'enter',
|
||||
27 : 'esc',
|
||||
32 : 'space',
|
||||
37 : 'left',
|
||||
38 : 'up',
|
||||
39 : 'right',
|
||||
|
Loading…
Reference in New Issue
Block a user