mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Merge branch 'master' of https://github.com/juliandescottes/piskel
This commit is contained in:
commit
9bc330e5e8
@ -7,7 +7,15 @@
|
||||
40 : 'down',
|
||||
46 : 'del',
|
||||
189 : '-',
|
||||
// 109 for numpad -
|
||||
109 : '-',
|
||||
// 173 on Firefox for minus key
|
||||
173 : '-',
|
||||
187 : '+',
|
||||
// 107 for numpad +
|
||||
107 : '+',
|
||||
// 61 on Firefox for =/+ key
|
||||
61 : '+',
|
||||
188 : '<',
|
||||
190 : '>'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user