Package com.rs.seagull.emulator.api
Class Keys.AnsiVT
java.lang.Object
com.rs.seagull.emulator.api.Keys.AnsiVT
- Enclosing class:
- Keys
Declarations of Ansi VT keys (actions) to be used with Keyboard.sendKey().
- Version:
- $Id$
- Author:
- MRomijn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBackspace key.static final StringControl-@ key (ASCII value 0x00)static final StringControl-[ key (ASCII value 0x1b)static final StringControl-\ key (ASCII value 0x1c)static final StringControl-] key (ASCII value 0x1d)static final StringControl-^ key (ASCII value 0x1e)static final StringControl-_ key (ASCII value 0x1f)static final StringControl-A key (ASCII value 0x01)static final StringControl-B key (ASCII value 0x02)static final StringControl-C key (ASCII value 0x03)static final StringControl-D key (ASCII value 0x04)static final StringControl-E key (ASCII value 0x05)static final StringControl-F key (ASCII value 0x06)static final StringControl-G key (ASCII value 0x07)static final StringControl-H key (ASCII value 0x08)static final StringControl-I key (ASCII value 0x09)static final StringControl-J key (ASCII value 0x0a)static final StringControl-K key (ASCII value 0x0b)static final StringControl-L key (ASCII value 0x0c)static final StringControl-M key (ASCII value 0x0d)static final StringControl-N key (ASCII value 0x0e)static final StringControl-O key (ASCII value 0x0f)static final StringControl-P key (ASCII value 0x10)static final StringControl-Q key (ASCII value 0x11)static final StringControl-R key (ASCII value 0x12)static final StringControl-S key (ASCII value 0x13)static final StringControl-T key (ASCII value 0x14)static final StringControl-U key (ASCII value 0x15)static final StringControl-V key (ASCII value 0x16)static final StringControl-W key (ASCII value 0x17)static final StringControl-X key (ASCII value 0x18)static final StringControl-Y key (ASCII value 0x19)static final StringControl-Z key (ASCII value 0x1a)static final StringDelete key.static final StringDown arrow key.static final StringEnd key.static final StringEnter key.static final StringESC key.static final StringF1 function key.static final StringF10 function key.static final StringF11 function key.static final StringF12 function key.static final StringF13 function key.static final StringF14 function key.static final StringF15 function key.static final StringF16 function key.static final StringF17 function key.static final StringF18 function key.static final StringF19 function key.static final StringF2 function key.static final StringF20 function key.static final StringF3 function key.static final StringF4 function key.static final StringF5 function key.static final StringF6 function key.static final StringF7 function key.static final StringF8 function key.static final StringF9 function key.static final StringFind key.static final StringHome key.static final StringInsert key.static final StringLeft arrow key.static final StringNext screen key.static final StringVT-style NUL filler (ASCII value 0x00)static final StringNumeric keypad 0.static final StringNumeric keypad 1.static final StringNumeric keypad 2.static final StringNumeric keypad 3.static final StringNumeric keypad 4.static final StringNumeric keypad 5.static final StringNumeric keypad 6.static final StringNumeric keypad 7.static final StringNumeric keypad 8.static final StringNumeric keypad 9.static final StringNumeric keypad plus.static final StringNumeric keypad comma.static final StringNumeric keypad decimal point.static final StringNumeric keypad divide.static final StringNumeric keypad enter.static final StringNumeric keypad multiply.static final StringNumeric keypad minus.static final StringPageDown key.static final StringPageUp key.static final StringPF1 function key.static final StringPF12function key.static final StringPF3 function key.static final StringPF4 function key.static final StringPrevious screen key.static final StringRemove key.static final StringRight arrow key.static final StringSelect key.static final StringTab key.static final StringUp arrow key.static final StringExtra user-customizable action 1static final StringExtra user-customizable action 10static final StringExtra user-customizable action 11static final StringExtra user-customizable action 12static final StringExtra user-customizable action 13static final StringExtra user-customizable action 14static final StringExtra user-customizable action 15static final StringExtra user-customizable action 16static final StringExtra user-customizable action 2static final StringExtra user-customizable action 3static final StringExtra user-customizable action 4static final StringExtra user-customizable action 5static final StringExtra user-customizable action 6static final StringExtra user-customizable action 7static final StringExtra user-customizable action 8static final StringExtra user-customizable action 9 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BACKSPACE
Backspace key.- See Also:
-
CONTROL_0x00
Control-@ key (ASCII value 0x00)- See Also:
-
CONTROL_A
Control-A key (ASCII value 0x01)- See Also:
-
CONTROL_B
Control-B key (ASCII value 0x02)- See Also:
-
CONTROL_C
Control-C key (ASCII value 0x03)- See Also:
-
CONTROL_D
Control-D key (ASCII value 0x04)- See Also:
-
CONTROL_E
Control-E key (ASCII value 0x05)- See Also:
-
CONTROL_F
Control-F key (ASCII value 0x06)- See Also:
-
CONTROL_G
Control-G key (ASCII value 0x07)- See Also:
-
CONTROL_H
Control-H key (ASCII value 0x08)- See Also:
-
CONTROL_I
Control-I key (ASCII value 0x09)- See Also:
-
CONTROL_J
Control-J key (ASCII value 0x0a)- See Also:
-
CONTROL_K
Control-K key (ASCII value 0x0b)- See Also:
-
CONTROL_L
Control-L key (ASCII value 0x0c)- See Also:
-
CONTROL_M
Control-M key (ASCII value 0x0d)- See Also:
-
CONTROL_N
Control-N key (ASCII value 0x0e)- See Also:
-
CONTROL_O
Control-O key (ASCII value 0x0f)- See Also:
-
CONTROL_P
Control-P key (ASCII value 0x10)- See Also:
-
CONTROL_Q
Control-Q key (ASCII value 0x11)- See Also:
-
CONTROL_R
Control-R key (ASCII value 0x12)- See Also:
-
CONTROL_S
Control-S key (ASCII value 0x13)- See Also:
-
CONTROL_T
Control-T key (ASCII value 0x14)- See Also:
-
CONTROL_U
Control-U key (ASCII value 0x15)- See Also:
-
CONTROL_V
Control-V key (ASCII value 0x16)- See Also:
-
CONTROL_W
Control-W key (ASCII value 0x17)- See Also:
-
CONTROL_X
Control-X key (ASCII value 0x18)- See Also:
-
CONTROL_Y
Control-Y key (ASCII value 0x19)- See Also:
-
CONTROL_Z
Control-Z key (ASCII value 0x1a)- See Also:
-
CONTROL_0x1B
Control-[ key (ASCII value 0x1b)- See Also:
-
CONTROL_0x1C
Control-\ key (ASCII value 0x1c)- See Also:
-
CONTROL_0x1D
Control-] key (ASCII value 0x1d)- See Also:
-
CONTROL_0x1E
Control-^ key (ASCII value 0x1e)- See Also:
-
CONTROL_0x1F
Control-_ key (ASCII value 0x1f)- See Also:
-
DELETE
Delete key.- See Also:
-
DOWN
Down arrow key.- See Also:
-
END
End key.- See Also:
-
ENTER
Enter key.- See Also:
-
ESC
ESC key.- See Also:
-
F1
F1 function key.- See Also:
-
F2
F2 function key.- See Also:
-
F3
F3 function key.- See Also:
-
F4
F4 function key.- See Also:
-
F5
F5 function key.- See Also:
-
F6
F6 function key.- See Also:
-
F7
F7 function key.- See Also:
-
F8
F8 function key.- See Also:
-
F9
F9 function key.- See Also:
-
F10
F10 function key.- See Also:
-
F11
F11 function key.- See Also:
-
F12
F12 function key.- See Also:
-
F13
F13 function key.- See Also:
-
F14
F14 function key.- See Also:
-
F15
F15 function key.- See Also:
-
F16
F16 function key.- See Also:
-
F17
F17 function key.- See Also:
-
F18
F18 function key.- See Also:
-
F19
F19 function key.- See Also:
-
F20
F20 function key.- See Also:
-
FIND
Find key.- See Also:
-
HOME
Home key.- See Also:
-
INSERT
Insert key.- See Also:
-
LEFT
Left arrow key.- See Also:
-
NEXT_SCREEN
Next screen key.- See Also:
-
NUL
VT-style NUL filler (ASCII value 0x00)- See Also:
-
NUM_0
Numeric keypad 0.- See Also:
-
NUM_1
Numeric keypad 1.- See Also:
-
NUM_2
Numeric keypad 2.- See Also:
-
NUM_3
Numeric keypad 3.- See Also:
-
NUM_4
Numeric keypad 4.- See Also:
-
NUM_5
Numeric keypad 5.- See Also:
-
NUM_6
Numeric keypad 6.- See Also:
-
NUM_7
Numeric keypad 7.- See Also:
-
NUM_8
Numeric keypad 8.- See Also:
-
NUM_9
Numeric keypad 9.- See Also:
-
NUM_ADD
Numeric keypad plus.- See Also:
-
NUM_COMMA
Numeric keypad comma.- See Also:
-
NUM_DECIMAL
Numeric keypad decimal point.- See Also:
-
NUM_DIVIDE
Numeric keypad divide.- See Also:
-
NUM_ENTER
Numeric keypad enter.- See Also:
-
NUM_MULTIPLY
Numeric keypad multiply.- See Also:
-
NUM_SUBTRACT
Numeric keypad minus.- See Also:
-
PAGE_DOWN
PageDown key.- See Also:
-
PAGE_UP
PageUp key.- See Also:
-
PF1
PF1 function key.- See Also:
-
PF2
PF12function key.- See Also:
-
PF3
PF3 function key.- See Also:
-
PF4
PF4 function key.- See Also:
-
PREV_SCREEN
Previous screen key.- See Also:
-
REMOVE
Remove key.- See Also:
-
RIGHT
Right arrow key.- See Also:
-
SELECT
Select key.- See Also:
-
TAB
Tab key.- See Also:
-
UP
Up arrow key.- See Also:
-
USER_ACTION_1
Extra user-customizable action 1- See Also:
-
USER_ACTION_2
Extra user-customizable action 2- See Also:
-
USER_ACTION_3
Extra user-customizable action 3- See Also:
-
USER_ACTION_4
Extra user-customizable action 4- See Also:
-
USER_ACTION_5
Extra user-customizable action 5- See Also:
-
USER_ACTION_6
Extra user-customizable action 6- See Also:
-
USER_ACTION_7
Extra user-customizable action 7- See Also:
-
USER_ACTION_8
Extra user-customizable action 8- See Also:
-
USER_ACTION_9
Extra user-customizable action 9- See Also:
-
USER_ACTION_10
Extra user-customizable action 10- See Also:
-
USER_ACTION_11
Extra user-customizable action 11- See Also:
-
USER_ACTION_12
Extra user-customizable action 12- See Also:
-
USER_ACTION_13
Extra user-customizable action 13- See Also:
-
USER_ACTION_14
Extra user-customizable action 14- See Also:
-
USER_ACTION_15
Extra user-customizable action 15- See Also:
-
USER_ACTION_16
Extra user-customizable action 16- See Also:
-
-
Constructor Details
-
AnsiVT
public AnsiVT()
-