taglinefilesource code
high_keys265drivers/char/keyboard.cstatic unsigned char high_keys[128 - SC_LIM] = {
high_keys322drivers/char/keyboard.chigh_keys[scancode - SC_LIM] = keycode;
high_keys332drivers/char/keyboard.c(scancode < 128) ? high_keys[scancode - SC_LIM] :
high_keys467drivers/char/keyboard.ckeycode = high_keys[scancode - SC_LIM];