Difference between revisions of "UO.Key"
From OpenEUO
(Created page with " UO.Key(key[,bctrl,balt,bshift]) Sends a keystroke to the client. Key can be modified by CTRL, ALT, and or SHIFT by providing the optional boolean parameters. TODO: List valid k...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Sends a keystroke to the client. Key can be modified by CTRL, ALT, and or SHIFT by providing the optional boolean parameters. | Sends a keystroke to the client. Key can be modified by CTRL, ALT, and or SHIFT by providing the optional boolean parameters. | ||
− | + | The key-specifier string key can 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. | |
+ | |||
+ | [[UO.Msg]] | ||
+ | |||
+ | [[UO.ExMsg]] |
Latest revision as of 12:37, 9 October 2010
UO.Key(key[,bctrl,balt,bshift])
Sends a keystroke to the client. Key can be modified by CTRL, ALT, and or SHIFT by providing the optional boolean parameters.
The key-specifier string key can 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.