Lines Matching +full:bit +full:- +full:shift
23 then enter a decimal number from 0-255 via the numerical keypad, then
31 pressing the scroll-lock key.
40 .Bl -tag -width "Modifier Key" -compact
55 of the key is transmitted as an 8 bit char with bit 7 as 0 when a key is
56 pressed, and the number with bit 7 as 1 when released.
64 .Bd -literal -offset indent
80 on the shift, control, and alt state.
83 .Bd -literal
86 code base shift cntrl shift alt shift cntrl shift
88 ---- ------------------------------------------------------
98 Each bit corresponds to one of the states above.
99 If the bit is 0 the
101 If the bit is 1 the key is "special".
104 That means it is a shift,
105 control, alt, lock, switch-screen, function-key or no-op key.
107 7 for base, 6 for shift etc.
109 The flgs field defines if the key should react on caps-lock (1),
110 num-lock (2), both (3) or ignore both (0).
123 .Bd -literal -offset indent
139 .Bd -literal -offset indent
140 F1-F12 key 1 - 12
141 Shift F1-F12 key 13 - 24
142 Ctrl F1-F12 key 25 - 36
143 Ctrl+shift F1-F12 key 37 - 48
148 (keypad) - key 52