KeyboardShortcut
To enter the KeyboardShortcuts keyword in the command line, use one of the options:
- Type KeyboardShortcut
- Type the shortcut Keyboards
Description
Section titled “Description”The KeyboardShortcut keyword is an object keyword that is used to work with keyboard shortcuts using the command line.
Syntax
Section titled “Syntax”**[Function] KeyboardShortcut [KeyboardShortcut_Number] (**Property [“Property_Name”] [“Value”])
Examples
Section titled “Examples”- To list all keyboard shortcuts, type:
| User name[Fixture]> List KeyboardShortcut |
- To assign, for example, the property “Shortcut” to the value “Space”, type:
| User name[Fixture]>Set KeyboardShortcut 161 Property “Shortcut” “Space” |
- To delete the keyboard shortcut number 160, type:
| User name[Fixture]>Delete KeyboardShortcut 160 |