Key hold

Key hold activity allows holding down the ALT-SHIFT-CTRL keys on the keyboard and keying the characters that need to be typed with a shortcut on the keyboard.

*Key The key to being kept pressed or released is chosen in the dropdown.
*Event If KEY_DOWN is selected, the key is kept pressed, if the KEY_UP command is selected, the key is released.

Note: * Fields selected with are required, others are optional.

Key examples

You can use the Key as shown in the examples.

ALT

SHIFT

CTRL

Event examples

You can use the Event as shown in the examples.

KEY_DOWN

KEY_UP

Note

A key that is made KEY_DOWN should be released later with the KEY_UP command.