Define key-code for tab key.

This commit is contained in:
Jürg Lehni 2012-09-30 14:05:51 -07:00
parent c3f051583c
commit 93ba19f7e2

View file

@ -25,6 +25,7 @@ var Key = this.Key = new function() {
var keys = {
8: 'backspace',
9: 'tab',
13: 'enter',
16: 'shift',
17: 'control',