Usages of KeyboardInputModeBinding
Method Return Values
addCommandBinding (Command, function(ExecuteCommandArgs):void, function(CanExecuteCommandArgs):void?) | in KeyboardInputMode | Adds a Command and associated execution handlers to this instance. | |
addKeyBinding (string, ModifierKeys, function():void) | in KeyboardInputMode | Adds an action for a specific key down event to this mode. | |
addRecognizerBinding (function(EventArgs, unknown):boolean, function():void) | in KeyboardInputMode | Adds a given action to this instance that will be triggered if the given event recognizer recognizes a key event that has been triggered by the canvasComponent. |