viewtify

viewtify.keys

ShortcutManager

bindAsDefault(Keykey, Commandid)void

Keykey
Commandid

Assign the default shortcut key for the specified command.

bind(Keykey, Commandid)void

Keykey
Commandid

Assign the shortcut key for the specified command.

unbind(Commandid)void

Commandid

activate(javafx.scene.input.KeyEvente)void

javafx.scene.input.KeyEvente

Activate command by KeyEvent.

detectKey(Commandcommand)kiss.VariableKey

Commandcommand
kiss.VariableKey

Detect the associated shortcut key.