Keys
10 posts tagged with "Keys"
delete-key
The delete-key action Sets up what happens when delete key is pressed. It belongs to the keys category within the ui area.
Action Syntax
delete-key [file]
delete-key goto [file]
delete-key run [file]
delete-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
delete-key [block]
down-key
The down-key action down arrow key. It belongs to the keys category within the ui area.
Action Syntax
down-key [file]
down-key goto [file]
down-key run [file]
down-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
down-key [block]
enable-shell-shortcut
The enable-shell-shortcut action enable the shell shortcut key. It belongs to the keys category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
enable-shell-shortcut
enter-key
The enter-key action enter key. It belongs to the keys category within the ui area.
Action Syntax
enter-key [file]
enter-key goto [file]
enter-key run [file]
enter-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
enter-key [block]
escape-key
The escape-key action escape-key. It belongs to the keys category within the ui area.
Action Syntax
escape-key [file]
escape-key goto [file]
escape-key run [file]
escape-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
escape-key [block]
key
The key action global app key shortcut handler. It belongs to the keys category within the ui area.
Action Syntax
key delete
key escape
Valid sizes
Examples
// Basic Usage
key delete
left-key
The left-key action left arrow key. It belongs to the keys category within the ui area.
Action Syntax
left-key [file]
left-key goto [file]
left-key run [file]
left-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
left-key [block]
right-key
The right-key action right arrow key. It belongs to the keys category within the ui area.
Action Syntax
right-key [file]
right-key goto [file]
right-key run [file]
right-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
right-key [block]
space-key
The space-key action space key. It belongs to the keys category within the ui area.
Action Syntax
space-key [file]
space-key goto [file]
space-key run [file]
space-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
space-key [block]
up-key
The up-key action up arrow key. It belongs to the keys category within the ui area.
Action Syntax
up-key [file]
up-key goto [file]
up-key run [file]
up-key toggle-between [file] and [file]
Valid sizes
Examples
// Basic Usage
up-key [block]