Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

javaSpy

Browsing Resources/txtSendKeys.txt (873 B)

Sends one or more keystrokes to the window as if typed at the keyboard.

To specify characters that aren't displayed when you press a key,
such as ENTER or TAB, and keys that represent actions rather than characters,
use the codes shown below:

Key :: Code

BACKSPACE :: {BACKSPACE}, {BS}, or {BKSP}
BREAK :: {BREAK}
CAPS LOCK  :: {CAPSLOCK}
DEL or DELETE :: {DELETE} or {DEL}
DOWN ARROW :: {DOWN}
END :: {END}
ENTER :: {ENTER} or ~
ESC :: {ESC}
HELP :: {HELP}
HOME :: {HOME}
INS or INSERT :: {INSERT} or {INS}
LEFT ARROW :: {LEFT}
NUM LOCK :: {NUMLOCK}
PAGE DOWN :: {PGDN}
PAGE UP :: {PGUP}
PRINT SCREEN :: {PRTSC}
RIGHT ARROW :: {RIGHT}
SCROLL LOCK :: {SCROLLLOCK}
TAB :: {TAB}
UP ARROW :: {UP}
F1 :: {F1}
F2 :: {F2}
F3 :: {F3}
F4 :: {F4}
F5 :: {F5}
F6 :: {F6}
F7 :: {F7}
F8 :: {F8}
F9 :: {F9}
F10 :: {F10}
F11 :: {F11}
F12 :: {F12}

Download Resources/txtSendKeys.txt

Back to file list


Back to project page