Class ZmKeyMap
Extends
DwtKeyMap.
This class maps keys to actions for the ZCS application. There is a global key map
with bindings that apply to any key not handled by the current controller; these
global bindings apply across applications (mail, contacts, etc). Key bindings that
are context-dependent are tied to a particular controller. If that controller has
control, then those bindings will be used.
Bindings are passed in via the ZmKeys object, which is populated from a properties
file. The identifiers used in the properties file must match those used here.
Defined in: ZmKeyMap.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a key map for the ZCS application.
|
Class Detail
ZmKeyMap()
Creates a key map for the ZCS application.
Author: Ross Dargahi, Conrad Damon.
|