mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Define key-code for tab key.
This commit is contained in:
parent
c3f051583c
commit
93ba19f7e2
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ var Key = this.Key = new function() {
|
|||
|
||||
var keys = {
|
||||
8: 'backspace',
|
||||
9: 'tab',
|
||||
13: 'enter',
|
||||
16: 'shift',
|
||||
17: 'control',
|
||||
|
|
Loading…
Reference in a new issue