HelenOS sources

KC_Z               49 uspace/drv/hid/adb-kbd/ctl.c 	[0x06] = KC_Z,
KC_Z              107 uspace/drv/hid/atkbd/atkbd.c 	[0x1a] = KC_Z,
KC_Z               72 uspace/drv/hid/usbhid/kbd/conv.c 	[0x1d] = KC_Z,
KC_Z               99 uspace/drv/hid/xtkbd/xtkbd.c 	[0x2c] = KC_Z,
KC_Z              539 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_ALT, KC_Z, c);
KC_Z             1225 uspace/lib/vt/src/vt100.c 		vt100_key(vt, 0, KC_Z, c);
KC_Z             1377 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_SHIFT, KC_Z, c);
KC_Z             1475 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_CTRL, KC_Z, c);
KC_Z              124 uspace/srv/hid/input/ctl/stty.c 	0,	KC_Z,		0x7a, GSP_END,
KC_Z              182 uspace/srv/hid/input/ctl/stty.c 	KM_SHIFT,	KC_Z,		0x5a, GSP_END,
KC_Z              250 uspace/srv/hid/input/ctl/stty.c 	KM_CTRL,	KC_Z,		0x1a, GSP_END,
KC_Z              303 uspace/srv/hid/input/ctl/stty.c 	KM_ALT,	KC_Z,		0x1b, 0x7a, GSP_END,
KC_Z              198 uspace/srv/hid/input/ctl/sun.c 	[0x64] = KC_Z,
KC_Z              103 uspace/srv/hid/input/layout/ar.c 	[KC_Z] = L'ئ',
KC_Z              161 uspace/srv/hid/input/layout/ar.c 	[KC_Z] = L'~',
KC_Z               87 uspace/srv/hid/input/layout/cz.c 	[KC_Z] = 'y',
KC_Z              118 uspace/srv/hid/input/layout/cz.c 	[KC_Z] = 'Y',
KC_Z              263 uspace/srv/hid/input/layout/cz.c 	[KC_Z] = L'ý',
KC_Z              274 uspace/srv/hid/input/layout/cz.c 	[KC_Z] = L'Ý',
KC_Z               75 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_Z] = 'w',
KC_Z              106 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_Z] = 'W',
KC_Z              146 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_Z] = ';',
KC_Z              176 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_Z] = ':',
KC_Z               75 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_Z] = 'z',
KC_Z              106 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_Z] = 'Z',
HelenOS homepage, sources at GitHub