Difference between revisions of "Key"
From Wiki
Line 1: | Line 1: | ||
− | + | {{command header|client}} | |
− | + | {{body|key {key-specifier} [[ alt ] | [ ctrl ] | [ shift ]]|The key command sends a keystroke of your choice to the client. | |
− | + | ||
− | + | ||
− | key {key-specifier} [[ alt ] | [ ctrl ] | [ shift ]] | + | |
− | + | The key-specifier can either be A-Z, 0-9, F1-F12 and ESC, BACK, TAB, ENTER, PAUSE, CAPSLOCK, SPACE, PGDN, PGUP, END, HOME, LEFT, RIGHT, UP, DOWN, PRNSCR, INSERT, DELETE, NUMLOCK or SCROLLLOCK.}} | |
− | + | ||
− | + | ||
− | The key-specifier can either be A-Z, 0-9, F1-F12 and ESC, BACK, TAB, ENTER, PAUSE, CAPSLOCK, SPACE, PGDN, PGUP, END, HOME, LEFT, RIGHT, UP, DOWN, PRNSCR, INSERT, DELETE, NUMLOCK or SCROLLLOCK. | + | |
<br><br> | <br><br> | ||
'''NOTE''' | '''NOTE''' | ||
Line 19: | Line 13: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 10:16, 27 August 2005
Synopsis
key {key-specifier} [[ alt ] | [ ctrl ] | [ shift ]]
Description
The key command sends a keystroke of your choice to the client.
The key-specifier can either be A-Z, 0-9, F1-F12 and ESC, BACK, TAB, ENTER, PAUSE, CAPSLOCK, SPACE, PGDN, PGUP, END, HOME, LEFT, RIGHT, UP, DOWN, PRNSCR, INSERT, DELETE, NUMLOCK or SCROLLLOCK.
NOTE
- If you are running more than one client, the modifier key (alt, control, shift) can sometimes not work as its supposed to.
Example
; This will hold the ALT key down and press the F4 key. key F4 ALT
See also
Main Page | Documentation |