Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbInit.c58 #define LED_CAPS 3 macro
67 #define LED_CAPS 4 macro
70 #define LED_CAPS 1 macro
422 if (names->indicators[LED_CAPS - 1] == None) in XkbInitNames()
423 names->indicators[LED_CAPS - 1] = CREATE_ATOM("Caps Lock"); in XkbInitNames()
456 map->maps[LED_CAPS - 1].flags = XkbIM_NoExplicit; in XkbInitIndicatorMap()
457 map->maps[LED_CAPS - 1].which_mods = XkbIM_UseLocked; in XkbInitIndicatorMap()
458 map->maps[LED_CAPS - 1].mods.mask = LockMask; in XkbInitIndicatorMap()
459 map->maps[LED_CAPS - 1].mods.real_mods = LockMask; in XkbInitIndicatorMap()