HelenOS sources

KC_Q              113 tools/xcw/demo/viewer.c 	if (event->key == KC_Q || event->key == KC_ESCAPE)
KC_Q              159 tools/xcw/demo/viewer.c 	if (event->key == KC_Q)
KC_Q              141 uspace/app/barber/barber.c 	if (event->key == KC_Q)
KC_Q              133 uspace/app/bdsh/cmds/modules/cat/cat.c 			if (kev->key == KC_ESCAPE || kev->key == KC_Q) {
KC_Q              745 uspace/app/edit/edit.c 	case KC_Q:
KC_Q             1295 uspace/app/gfxdemo/gfxdemo.c 		    event->key == KC_Q) {
KC_Q               52 uspace/app/modplay/modplay.c 		if (ev->key == KC_Q)
KC_Q               99 uspace/app/nav/nav.c 		case KC_Q:
KC_Q               65 uspace/app/netecho/netecho.c 	case KC_Q:
KC_Q               52 uspace/app/nterm/nterm.c 	case KC_Q:
KC_Q              209 uspace/app/ping/ping.c 			if (ev.ev.key.key == KC_Q) {
KC_Q              582 uspace/app/trace/trace.c 		case KC_Q:
KC_Q              113 uspace/app/viewer/viewer.c 	if (event->key == KC_Q || event->key == KC_ESCAPE)
KC_Q              159 uspace/app/viewer/viewer.c 	if (event->key == KC_Q)
KC_Q              398 uspace/dist/src/c/demos/edit/edit.c 	case KC_Q:
KC_Q               55 uspace/drv/hid/adb-kbd/ctl.c 	[0x0c] = KC_Q,
KC_Q               75 uspace/drv/hid/atkbd/atkbd.c 	[0x15] = KC_Q,
KC_Q               63 uspace/drv/hid/usbhid/kbd/conv.c 	[0x14] = KC_Q,
KC_Q               67 uspace/drv/hid/xtkbd/xtkbd.c 	[0x10] = KC_Q,
KC_Q             1053 uspace/lib/clui/src/tinput.c 	case KC_Q:
KC_Q              388 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_ALT, KC_Q, 0);
KC_Q             1015 uspace/lib/vt/src/vt100.c 		vt100_key(vt, 0, KC_Q, c);
KC_Q             1167 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_SHIFT, KC_Q, c);
KC_Q             1291 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_CTRL, KC_Q, c);
KC_Q               96 uspace/srv/hid/input/ctl/stty.c 	0,	KC_Q,		0x71, GSP_END,
KC_Q              154 uspace/srv/hid/input/ctl/stty.c 	KM_SHIFT,	KC_Q,		0x51, GSP_END,
KC_Q              232 uspace/srv/hid/input/ctl/stty.c 	KM_CTRL, 	KC_Q,		0x11, GSP_END,
KC_Q              275 uspace/srv/hid/input/ctl/stty.c 	KM_ALT,	KC_Q,		0x1b, 0x71, GSP_END,
KC_Q              152 uspace/srv/hid/input/ctl/sun.c 	[0x36] = KC_Q,
KC_Q               82 uspace/srv/hid/input/layout/ar.c 	[KC_Q] = L'ض',
KC_Q              140 uspace/srv/hid/input/layout/ar.c 	[KC_Q] = L'َ',
KC_Q               66 uspace/srv/hid/input/layout/cz.c 	[KC_Q] = 'q',
KC_Q               97 uspace/srv/hid/input/layout/cz.c 	[KC_Q] = 'Q',
KC_Q               54 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_Q] = 'a',
KC_Q               85 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_Q] = 'A',
KC_Q              136 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_Q] = '\'',
KC_Q              166 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_Q] = '"',
KC_Q               54 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_Q] = 'q',
KC_Q               85 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_Q] = 'Q',
HelenOS homepage, sources at GitHub