HelenOS sources

KC_O              751 uspace/app/edit/edit.c 	case KC_O:
KC_O              356 uspace/app/fontedit/fontedit.c 	case KC_O:
KC_O               74 uspace/drv/hid/adb-kbd/ctl.c 	[0x1f] = KC_O,
KC_O               83 uspace/drv/hid/atkbd/atkbd.c 	[0x44] = KC_O,
KC_O               61 uspace/drv/hid/usbhid/kbd/conv.c 	[0x12] = KC_O,
KC_O               75 uspace/drv/hid/xtkbd/xtkbd.c 	[0x18] = KC_O,
KC_O              412 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_ALT, KC_O, 0);
KC_O             1039 uspace/lib/vt/src/vt100.c 		vt100_key(vt, 0, KC_O, c);
KC_O             1191 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_SHIFT, KC_O, c);
KC_O             1312 uspace/lib/vt/src/vt100.c 		vt100_key(vt, KM_CTRL, KC_O, c);
KC_O              104 uspace/srv/hid/input/ctl/stty.c 	0,	KC_O,		0x6f, GSP_END,
KC_O              162 uspace/srv/hid/input/ctl/stty.c 	KM_SHIFT,	KC_O,		0x4f, GSP_END,
KC_O              239 uspace/srv/hid/input/ctl/stty.c 	KM_CTRL,	KC_O,		0x0f, GSP_END,
KC_O              283 uspace/srv/hid/input/ctl/stty.c 	KM_ALT,	KC_O,		0x1b, 0x6f, GSP_END,
KC_O              160 uspace/srv/hid/input/ctl/sun.c 	[0x3e] = KC_O,
KC_O               90 uspace/srv/hid/input/layout/ar.c 	[KC_O] = L'خ',
KC_O              148 uspace/srv/hid/input/layout/ar.c 	[KC_O] = L'×',
KC_O               74 uspace/srv/hid/input/layout/cz.c 	[KC_O] = 'o',
KC_O              105 uspace/srv/hid/input/layout/cz.c 	[KC_O] = 'O',
KC_O              259 uspace/srv/hid/input/layout/cz.c 	[KC_O] = L'ó',
KC_O              270 uspace/srv/hid/input/layout/cz.c 	[KC_O] = L'Ó',
KC_O               62 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_O] = 'o',
KC_O               93 uspace/srv/hid/input/layout/fr_azerty.c 	[KC_O] = 'O',
KC_O               59 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_O] = 'r',
KC_O               92 uspace/srv/hid/input/layout/us_dvorak.c 	[KC_O] = 'R',
KC_O               62 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_O] = 'o',
KC_O               93 uspace/srv/hid/input/layout/us_qwerty.c 	[KC_O] = 'O',
HelenOS homepage, sources at GitHub