viewtify.keys
ShortcutManager
kiss.Storable
ShortcutManager
bindAsDefault
(Key
key
, Command
id
)
void
Key
key
, Command
id
)Key key |
|
Command id |
Assign the default shortcut key for the specified command.
bind
(Key
key
, Command
id
)
void
Key
key
, Command
id
)Key key |
|
Command id |
Assign the shortcut key for the specified command.
unbind
(Command
id
)
void
Command
id
)Command id |
activate
(javafx.scene.input.KeyEvent
e
)
void
javafx.scene.input.KeyEvent
e
)javafx.scene.input.KeyEvent e |
Activate command by KeyEvent.
detectKey
(Command
command
)
kiss.VariableKey
Command
command
)Key
Command command |
|
kiss.Variable |
Detect the associated shortcut key.