HelenOS sources

KM_CAPS_LOCK      241 uspace/drv/hid/usbhid/kbd/kbddev.c 		    (kbd_dev->mods & KM_CAPS_LOCK)) {
KM_CAPS_LOCK      335 uspace/drv/hid/xtkbd/xtkbd.c 		    ((mods & KM_CAPS_LOCK) ? LI_CAPS : 0) |
KM_CAPS_LOCK      180 uspace/srv/hid/input/input.c 		mod_mask = KM_CAPS_LOCK;
KM_CAPS_LOCK      294 uspace/srv/hid/input/layout/cz.c 	if (((ev->mods & KM_SHIFT) != 0) ^ ((ev->mods & KM_CAPS_LOCK) != 0))
KM_CAPS_LOCK      312 uspace/srv/hid/input/layout/cz.c 	if (((ev->mods & KM_SHIFT) != 0) ^ ((ev->mods & KM_CAPS_LOCK) != 0))
KM_CAPS_LOCK      338 uspace/srv/hid/input/layout/cz.c 		if ((ev->mods & KM_CAPS_LOCK) != 0)
KM_CAPS_LOCK      347 uspace/srv/hid/input/layout/cz.c 	if (((ev->mods & KM_SHIFT) != 0) ^ ((ev->mods & KM_CAPS_LOCK) != 0))
KM_CAPS_LOCK      237 uspace/srv/hid/input/layout/fr_azerty.c 	if (((e->mods & KM_SHIFT)) ^ ((e->mods & KM_CAPS_LOCK)))
KM_CAPS_LOCK      231 uspace/srv/hid/input/layout/us_dvorak.c 	if (((ev->mods & KM_SHIFT) != 0) ^ ((ev->mods & KM_CAPS_LOCK) != 0))
KM_CAPS_LOCK      225 uspace/srv/hid/input/layout/us_qwerty.c 	if (((ev->mods & KM_SHIFT) != 0) ^ ((ev->mods & KM_CAPS_LOCK) != 0))
HelenOS homepage, sources at GitHub