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
Modifier and TypeFieldDescriptionstatic final String
Backspace key.static final String
Control-@ key (ASCII value 0x00)static final String
Control-[ key (ASCII value 0x1b)static final String
Control-\ key (ASCII value 0x1c)static final String
Control-] key (ASCII value 0x1d)static final String
Control-^ key (ASCII value 0x1e)static final String
Control-_ key (ASCII value 0x1f)static final String
Control-A key (ASCII value 0x01)static final String
Control-B key (ASCII value 0x02)static final String
Control-C key (ASCII value 0x03)static final String
Control-D key (ASCII value 0x04)static final String
Control-E key (ASCII value 0x05)static final String
Control-F key (ASCII value 0x06)static final String
Control-G key (ASCII value 0x07)static final String
Control-H key (ASCII value 0x08)static final String
Control-I key (ASCII value 0x09)static final String
Control-J key (ASCII value 0x0a)static final String
Control-K key (ASCII value 0x0b)static final String
Control-L key (ASCII value 0x0c)static final String
Control-M key (ASCII value 0x0d)static final String
Control-N key (ASCII value 0x0e)static final String
Control-O key (ASCII value 0x0f)static final String
Control-P key (ASCII value 0x10)static final String
Control-Q key (ASCII value 0x11)static final String
Control-R key (ASCII value 0x12)static final String
Control-S key (ASCII value 0x13)static final String
Control-T key (ASCII value 0x14)static final String
Control-U key (ASCII value 0x15)static final String
Control-V key (ASCII value 0x16)static final String
Control-W key (ASCII value 0x17)static final String
Control-X key (ASCII value 0x18)static final String
Control-Y key (ASCII value 0x19)static final String
Control-Z key (ASCII value 0x1a)static final String
Delete key.static final String
Down arrow key.static final String
End key.static final String
Enter key.static final String
ESC key.static final String
F1 function key.static final String
F10 function key.static final String
F11 function key.static final String
F12 function key.static final String
F13 function key.static final String
F14 function key.static final String
F15 function key.static final String
F16 function key.static final String
F17 function key.static final String
F18 function key.static final String
F19 function key.static final String
F2 function key.static final String
F20 function key.static final String
F3 function key.static final String
F4 function key.static final String
F5 function key.static final String
F6 function key.static final String
F7 function key.static final String
F8 function key.static final String
F9 function key.static final String
Find key.static final String
Home key.static final String
Insert key.static final String
Left arrow key.static final String
Next screen key.static final String
VT-style NUL filler (ASCII value 0x00)static final String
Numeric keypad 0.static final String
Numeric keypad 1.static final String
Numeric keypad 2.static final String
Numeric keypad 3.static final String
Numeric keypad 4.static final String
Numeric keypad 5.static final String
Numeric keypad 6.static final String
Numeric keypad 7.static final String
Numeric keypad 8.static final String
Numeric keypad 9.static final String
Numeric keypad plus.static final String
Numeric keypad comma.static final String
Numeric keypad decimal point.static final String
Numeric keypad divide.static final String
Numeric keypad enter.static final String
Numeric keypad multiply.static final String
Numeric keypad minus.static final String
PageDown key.static final String
PageUp key.static final String
PF1 function key.static final String
PF12function key.static final String
PF3 function key.static final String
PF4 function key.static final String
Previous screen key.static final String
Remove key.static final String
Right arrow key.static final String
Select key.static final String
Tab key.static final String
Up arrow key.static final String
Extra user-customizable action 1static final String
Extra user-customizable action 10static final String
Extra user-customizable action 11static final String
Extra user-customizable action 12static final String
Extra user-customizable action 13static final String
Extra user-customizable action 14static final String
Extra user-customizable action 15static final String
Extra user-customizable action 16static final String
Extra user-customizable action 2static final String
Extra user-customizable action 3static final String
Extra user-customizable action 4static final String
Extra user-customizable action 5static final String
Extra user-customizable action 6static final String
Extra user-customizable action 7static final String
Extra user-customizable action 8static final String
Extra user-customizable action 9 -
Constructor Summary
-
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()
-