Home
last modified time | relevance | path

Searched refs:keycode_blacklist (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzKeyboard.c157 const static unsigned short keycode_blacklist[] = { 66, 70, 72, 77 }; variable
869 for (i = 0; i < ARRAY_SIZE(keycode_blacklist); i++) { in QuartzReadSystemKeymap()
870 k = info->keyMap + keycode_blacklist[i] * GLYPHS_PER_KEY; in QuartzReadSystemKeymap()