Searched refs:shift_lock (Results 1 – 1 of 1) sorted by relevance
39 static int shift_lock; /* CAPS LOCK state (0-off, 1-on) */ in kdb_get_kbd_char() local111 shift_lock ^= 1; in kdb_get_kbd_char()159 if (!shift_lock && !shift_key && !ctrl_key) { in kdb_get_kbd_char()161 } else if ((shift_lock || shift_key) && key_maps[1]) { in kdb_get_kbd_char()