Searched refs:shift_state (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dpc_kbd.c35 static unsigned int shift_state; variable
51 shift_state |= SHIFT;
55 shift_state &= ~SHIFT;
58 shift_state |= CONTROL;
61 shift_state &= ~CONTROL;
64 shift_state ^= CAPS;
84 if (!key_map[shift_state & SHIFT][cur_scan]) {
97 c = key_map[shift_state & SHIFT][cur_scan];
98 if (shift_state & (CONTROL | CAPS)) {
100 if (shift_state
[all...]

Completed in 49 milliseconds