Inkey codes - Ctrl Keys
──────────────────────────────────────────────────────────────────────────────

┌───────────┐
Ctrl Keys
├───────────┴──────┬──────┬────────────────────────────────┐
DefinitionCodeDescription & Duplicate Keys
├──────────────────┼──────┼────────────────────────────────┤
K_CTRL_A 1Ctrl-A, Home
K_CTRL_B 2Ctrl-B, Ctrl-Right arrow
K_CTRL_C 3Ctrl-C, PgDn, Ctrl-Scroll-Lock
K_CTRL_D 4Ctrl-D, Right arrow
K_CTRL_E 5Ctrl-E, Up arrow
K_CTRL_F 6Ctrl-F, End
K_CTRL_G 7Ctrl-G, Del
K_CTRL_H 8Ctrl-H, Backspace
K_CTRL_I 9Ctrl-I, Tab
K_CTRL_J 10Ctrl-J, Ctrl-Enter
K_CTRL_K 11Ctrl-K
K_CTRL_L 12Ctrl-L
K_CTRL_M 13Ctrl-M, Return
K_CTRL_N 14Ctrl-N
K_CTRL_O 15Ctrl-O
K_CTRL_P 16Ctrl-P
K_CTRL_Q 17Ctrl-Q
K_CTRL_R 18Ctrl-R, PgUp
K_CTRL_S 19Ctrl-S, Left arrow
K_CTRL_T 20Ctrl-T
K_CTRL_U 21Ctrl-U
K_CTRL_V 22Ctrl-V, Ins
K_CTRL_W 23Ctrl-W, Ctrl-End
K_CTRL_X 24Ctrl-X, Down arrow
K_CTRL_Y 25Ctrl-Y
K_CTRL_Z 26Ctrl-Z, Ctrl-Left arrow
│ │ │ │
K_CTRL_F1 -20Ctrl-F1
K_CTRL_F2 -21Ctrl-F2
K_CTRL_F3 -22Ctrl-F3
K_CTRL_F4 -23Ctrl-F4
K_CTRL_F5 -24Ctrl-F5
K_CTRL_F6 -25Ctrl-F6
K_CTRL_F7 -26Ctrl-F7
K_CTRL_F8 -27Ctrl-F8
K_CTRL_F9 -28Ctrl-F9
K_CTRL_F10 -29Ctrl-F10
K_CTRL_F11 -44Ctrl-F11
K_CTRL_F12 -45Ctrl-F12
└──────────────────┴──────┴────────────────────────────────┛