Object
A singleton, master object that detects keyboard keys and events Connect to it like: dojo.connect(this.keys, "onEnter", ....);
Number
The amount, in pixels, a selected Stencil will move on an arrow key event
Number
The amount, in pixels, a selected Stencil will move on an arrow key + SHIFT event
Boolean
Indicates whether the Shift key is currently pressed
Boolean
Indicates whether the Control key is currently pressed
Boolean
Indicates whether the Alt or Option key is currently pressed
Boolean
Indicates whether the Apple Command key is currently pressed
Boolean
Indicates whether any 'meta' key is currently pressed: shift || ctrl || cmmd || alt
Function
Event fires when Delete key is released
Function
Event fires when ESC key is released
Function
Event fires when Enter key is released
Function
Event fires when an Arrow key is released You will have to further check if evt.keyCode is 37,38,39, or 40
Function
Event fires when any key is pressed
Function
Event fires when any key is released
Object
Object
Object