Difference between revisions of "Key"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{command header|client}}
== Key ==
+
{{body|key {key-specifier} [[ alt ] | [ ctrl ] | [ shift ]]|The key command sends a keystroke of your choice to the client.
'''Client'''
+
=== Synopsis ===
+
key {key-specifier} [[ alt ] | [ ctrl ] | [ shift ]]
+
  
=== Description ===
+
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 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.
+
 
<br><br>
 
<br><br>
 
'''NOTE'''
 
'''NOTE'''
Line 19: Line 13:
 
</pre>
 
</pre>
  
----
+
{{footer}}
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
|}
+

Revision as of 11: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