Struct ActionMap

Map of Accelerator to Action

struct ActionMap;

Fields

NameTypeDescription
_map Action[Accelerator]

Methods

NameDescription
add (items) Add all actions from list
add (items) Add array of actions
add (a) Add action
findByKey (keyCode, flags) Aind action by key, return null if not found
opApply (op)