HelenOS sources

KC_TAB            110 uspace/app/nav/nav.c 		case KC_TAB:
KC_TAB             91 uspace/drv/hid/adb-kbd/ctl.c 	[0x30] = KC_TAB,
KC_TAB             73 uspace/drv/hid/atkbd/atkbd.c 	[0x0d] = KC_TAB,
KC_TAB             88 uspace/drv/hid/usbhid/kbd/conv.c 	[0x2b] = KC_TAB,
KC_TAB             65 uspace/drv/hid/xtkbd/xtkbd.c 	[0x0f] = KC_TAB,
KC_TAB           1140 uspace/lib/clui/src/tinput.c 	case KC_TAB:
KC_TAB           1011 uspace/lib/vt/src/vt100.c 		vt100_key(vt, 0, KC_TAB, c);
KC_TAB            325 uspace/srv/hid/display/seat.c 	if (event->type == KEY_PRESS && alt_or_shift && event->key == KC_TAB) {
KC_TAB            539 uspace/srv/hid/display/test/display.c 	event.key = KC_TAB;
KC_TAB            499 uspace/srv/hid/display/test/seat.c 	event.key = KC_TAB;
KC_TAB             94 uspace/srv/hid/input/ctl/stty.c 	0,	KC_TAB,		0x09, GSP_END,
KC_TAB            151 uspace/srv/hid/input/ctl/sun.c 	[0x35] = KC_TAB,
KC_TAB            172 uspace/srv/hid/input/layout/ar.c 	[KC_TAB] = '\t',
KC_TAB            201 uspace/srv/hid/input/layout/cz.c 	[KC_TAB] = '\t',
KC_TAB            180 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_TAB] = '\t',
KC_TAB            181 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_TAB] = '\t',
KC_TAB            175 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_TAB] = '\t',
HelenOS homepage, sources at GitHub