Merge branch 'master' of https://github.com/juliandescottes/piskel
This commit is contained in:
commit
9bc330e5e8
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue