Lines Matching +full:key +full:- +full:down

14 which means hold down ALT and press one of the function keys.
16 virtual console with the same number as the function key is then
22 To use this facility press and hold down ALT,
23 then enter a decimal number from 0-255 via the numerical keypad, then
31 pressing the scroll-lock key.
33 arrows for scrolling up and down through the last scrolled out lines.
40 .Bl -tag -width "Modifier Key" -compact
41 .It "Normal key"
42 Enter the ASCII value associated with the key.
43 .It "Function key"
45 .It "Switch Key"
47 .It "Modifier Key"
48 Change the meaning of another key.
53 number is often referred to as the "scancode" for a given key.
55 of the key is transmitted as an 8 bit char with bit 7 as 0 when a key is
60 The meaning of every key is programmable via the PIO_KEYMAP ioctl call, that
64 .Bd -literal -offset indent
71 } key[NUM_KEYS];
83 .Bd -literal
88 ---- ------------------------------------------------------
92 This is the default mapping for the key labelled 'A' which normally has
94 The eight states are as shown, giving the 'A' key its
96 The spcl field is used to give the key "special" treatment, and is
101 If the bit is 1 the key is "special".
105 control, alt, lock, switch-screen, function-key or no-op key.
109 The flgs field defines if the key should react on caps-lock (1),
110 num-lock (2), both (3) or ignore both (0).
116 This makes it possible to change the key
118 the exact key meanings from the kernel (e.g.\& used by the X server).
123 .Bd -literal -offset indent
131 The field keynum defines which function key that is programmed.
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
145 Home key 49
146 Up arrow key 50
147 Page Up key 51
148 (keypad) - key 52
149 Left arrow key 53
150 (keypad) 5 key 54
151 Right arrow key 55
152 (keypad) + key 56
153 End key 57
154 Down arrow key 58
155 Page down key 59
156 Insert key 60
157 Delete key 61
159 Left window key 62
160 Right window key 63
161 Menu key 64