documentationfor yFiles for HTML 3.0.0.3

Method Return Values

addCommandBinding (Command, function(ExecuteCommandArgs):void, function(CanExecuteCommandArgs):void?)in KeyboardInputModeAdds a Command and associated execution handlers to this instance.
addKeyBinding (string, ModifierKeys, function():void)in KeyboardInputModeAdds an action for a specific key down event to this mode.
addRecognizerBinding (function(EventArgs, unknown):boolean, function():void)in KeyboardInputModeAdds 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.