HelenOS sources

KM_LCTRL          216 uspace/lib/input/include/io/keycode.h 	KM_CTRL        = KM_LCTRL | KM_RCTRL,
KM_LCTRL          150 uspace/srv/hid/input/input.c 		mod_mask = KM_LCTRL;
KM_LCTRL          211 uspace/srv/hid/input/input.c 	if ((type == KEY_PRESS) && (kdev->mods & KM_LCTRL)) {
KM_LCTRL           51 uspace/srv/hid/input/stroke.c 	{ KM_LCTRL, KC_LCTRL },
HelenOS homepage, sources at GitHub