Fix #699 - add SPACE to keycode translator

This commit is contained in:
Julian Descottes 2017-05-27 09:05:05 +02:00
parent cf3383722a
commit e7d07c5353

View File

@ -3,6 +3,7 @@
8 : 'back',
13 : 'enter',
27 : 'esc',
32 : 'space',
37 : 'left',
38 : 'up',
39 : 'right',