This type is a container for constants which describe values for hardware-independent key codes. When receiving key presses in a graphical application you will need to use a keyboard map function to convert hardware key codes into abstract ones from this type.
Constants
byte OTHER Constant value indicating a key not otherwise captured by this set of constants.
byte A Constant value indicating the A key.
byte B Constant value indicating the B key.
byte C Constant value indicating the C key.
byte D Constant value indicating the D key.
byte E Constant value indicating the E key.
byte F Constant value indicating the F key.
byte G Constant value indicating the G key.
byte H Constant value indicating the H key.
byte I Constant value indicating the I key.
byte J Constant value indicating the J key.
byte K Constant value indicating the K key.
byte L Constant value indicating the L key.
byte M Constant value indicating the M key.
byte N Constant value indicating the N key.
byte O Constant value indicating the O key.
byte P Constant value indicating the P key.
byte Q Constant value indicating the Q key.
byte R Constant value indicating the R key.
byte S Constant value indicating the S key.
byte T Constant value indicating the T key.
byte U Constant value indicating the U key.
byte V Constant value indicating the V key.
byte W Constant value indicating the W key.
byte X Constant value indicating the X key.
byte Y Constant value indicating the Y key.
byte Z Constant value indicating the Z key.
byte SPACE Constant value indicating the space key.
byte RETURN Constant value indicating the return key.
byte BACKSPACE Constant value indicating the backspace key.
byte DELETE Constant value indicating the delete key.
byte INSERT Constant value indicating the insert key.
byte HOME Constant value indicating the home key.
byte END Constant value indicating the end key.
byte ESCAPE Constant value indicating the escape key.
byte SHIFT_LEFT Constant value indicating the left-side shift key.
byte SHIFT_RIGHT Constant value indicating the right-side shift key.
byte CTRL_LEFT Constant value indicating the left-side control key.
byte CTRL_RIGHT Constant value indicating the right-side control key.
byte ALT_LEFT Constant value indicating the left-side alt key.
byte ALT_RIGHT Constant value indicating the right-side alt key.
byte TAB Constant value indicating the tab key.
byte PAGE_UP Constant value indicating the page down key.
byte PAGE_DOWN Constant value indicating the page up key.
byte ARROW_UP Constant value indicating the up arrow key.
byte ARROW_DOWN Constant value indicating the down arrow key.
byte ARROW_LEFT Constant value indicating the left arrow key.
byte ARROW_RIGHT Constant value indicating the right arrow key.
byte CAPLOCK Constant value indicating the cap lock key.
byte NUMLOCK Constant value indicating the num lock key.
byte CMD Constant value indicating the command key.
byte F1 Constant value indicating the F1 key.
byte F2 Constant value indicating the F2 key.
byte F3 Constant value indicating the F3 key.
byte F4 Constant value indicating the F4 key.
byte F5 Constant value indicating the F5 key.
byte F6 Constant value indicating the F6 key.
byte F7 Constant value indicating the F7 key.
byte F8 Constant value indicating the F8 key.
byte F9 Constant value indicating the F9 key.
byte F10 Constant value indicating the F10 key.
byte F11 Constant value indicating the F11 key.
byte F12 Constant value indicating the F12 key.