HelenOS sources

KC_A              772 uspace/app/edit/edit.c 	case KC_A:
KC_A              425 uspace/dist/src/c/demos/edit/edit.c 	case KC_A:
KC_A               43 uspace/drv/hid/adb-kbd/ctl.c 	[0x00] = KC_A,
KC_A               91 uspace/drv/hid/atkbd/atkbd.c 	[0x1c] = KC_A,
KC_A               47 uspace/drv/hid/usbhid/kbd/conv.c 	[0x04] = KC_A,
KC_A               83 uspace/drv/hid/xtkbd/xtkbd.c 	[0x1e] = KC_A,
KC_A             1050 uspace/lib/clui/src/tinput.c 	case KC_A:
KC_A              996 uspace/lib/ui/test/wdecor.c 	event.key = KC_A;
KC_A              501 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_ALT, KC_A, c);
KC_A             1187 uspace/lib/vt/src/vt100.c 		vt100_key(vt, 0, KC_A, c);
KC_A             1339 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_SHIFT, KC_A, c);
KC_A             1453 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_CTRL, KC_A, c);
KC_A              110 uspace/srv/hid/input/ctl/stty.c 	0,	KC_A,		0x61, GSP_END,
KC_A              168 uspace/srv/hid/input/ctl/stty.c 	KM_SHIFT,	KC_A,		0x41, GSP_END,
KC_A              242 uspace/srv/hid/input/ctl/stty.c 	KM_CTRL,	KC_A,		0x01, GSP_END,
KC_A              289 uspace/srv/hid/input/ctl/stty.c 	KM_ALT,	KC_A,		0x1b, 0x61, GSP_END,
KC_A              175 uspace/srv/hid/input/ctl/sun.c 	[0x4d] = KC_A,
KC_A               93 uspace/srv/hid/input/layout/ar.c 	[KC_A] = L'ش',
KC_A              151 uspace/srv/hid/input/layout/ar.c 	[KC_A] = L'ِ',
KC_A               77 uspace/srv/hid/input/layout/cz.c 	[KC_A] = 'a',
KC_A              108 uspace/srv/hid/input/layout/cz.c 	[KC_A] = 'A',
KC_A              261 uspace/srv/hid/input/layout/cz.c 	[KC_A] = L'á',
KC_A              272 uspace/srv/hid/input/layout/cz.c 	[KC_A] = L'Á',
KC_A               65 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_A] = 'q',
KC_A               96 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_A] = 'Q',
KC_A               62 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_A] = 'a',
KC_A               95 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_A] = 'A',
KC_A               65 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_A] = 'a',
KC_A               96 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_A] = 'A',
HelenOS homepage, sources at GitHub