HelenOS sources
KEY_PRESS 174 tools/xcw/demo/viewer.c if (event->type != KEY_PRESS)
KEY_PRESS 97 uspace/app/aboutos/aboutos.c if (event->type == KEY_PRESS &&
KEY_PRESS 155 uspace/app/barber/barber.c if (event->type != KEY_PRESS)
KEY_PRESS 130 uspace/app/bdsh/cmds/modules/cat/cat.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS) {
KEY_PRESS 160 uspace/app/bdsh/cmds/modules/cp/cp.c if (ev.type != CEV_KEY || ev.ev.key.type != KEY_PRESS ||
KEY_PRESS 192 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS && (event->mods & KM_CTRL) != 0) {
KEY_PRESS 207 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 213 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 219 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 225 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 231 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 237 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 243 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 249 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 255 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 261 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 267 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 273 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 279 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 286 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 291 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 298 uspace/app/calculator/calculator.c if (event->type == KEY_PRESS)
KEY_PRESS 2393 uspace/app/edit/edit.c if (event->type == KEY_PRESS) {
KEY_PRESS 458 uspace/app/fontedit/fontedit.c if (event->type != KEY_PRESS)
KEY_PRESS 1290 uspace/app/gfxdemo/gfxdemo.c if (event->type == KEY_PRESS) {
KEY_PRESS 183 uspace/app/mkbd/main.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS &&
KEY_PRESS 61 uspace/app/modplay/modplay.c if (event->ev.key.type == KEY_PRESS) {
KEY_PRESS 94 uspace/app/nav/nav.c if (event->type == KEY_PRESS &&
KEY_PRESS 107 uspace/app/nav/nav.c if (event->type == KEY_PRESS &&
KEY_PRESS 195 uspace/app/nav/test/panel.c event.type = KEY_PRESS;
KEY_PRESS 210 uspace/app/nav/test/panel.c event.type = KEY_PRESS;
KEY_PRESS 135 uspace/app/netecho/netecho.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS)
KEY_PRESS 136 uspace/app/nterm/nterm.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS)
KEY_PRESS 205 uspace/app/ping/ping.c if ((ev.type == CEV_KEY) && (ev.ev.key.type == KEY_PRESS) &&
KEY_PRESS 94 uspace/app/taskbar/taskbar.c if (event->type == KEY_PRESS && (event->mods & KM_CTRL) == 0 &&
KEY_PRESS 121 uspace/app/taskbar/test/clock.c event.type = KEY_PRESS;
KEY_PRESS 410 uspace/app/terminal/terminal.c if (event->type == CEV_KEY && event->ev.key.type == KEY_PRESS &&
KEY_PRESS 910 uspace/app/terminal/terminal.c if (!term->ubuf && kbd_event->type == KEY_PRESS &&
KEY_PRESS 61 uspace/app/tester/ipc/starve.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS) {
KEY_PRESS 421 uspace/app/tetris/screen.c if (event.type == CEV_KEY && event.ev.key.type == KEY_PRESS)
KEY_PRESS 445 uspace/app/tetris/screen.c if (event.type == CEV_KEY && event.ev.key.type == KEY_PRESS)
KEY_PRESS 575 uspace/app/top/screen.c if (event.type == CEV_KEY && event.ev.key.type == KEY_PRESS)
KEY_PRESS 578 uspace/app/trace/trace.c if (ev.type != KEY_PRESS)
KEY_PRESS 174 uspace/app/viewer/viewer.c if (event->type != KEY_PRESS)
KEY_PRESS 259 uspace/dist/src/c/demos/edit/edit.c if (ev.ev.key.type == KEY_PRESS)
KEY_PRESS 652 uspace/dist/src/c/demos/edit/edit.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS) {
KEY_PRESS 383 uspace/dist/src/c/demos/tetris/screen.c if (event.type == CEV_KEY && event.ev.key.type == KEY_PRESS)
KEY_PRESS 403 uspace/dist/src/c/demos/tetris/screen.c if (event.type == CEV_KEY && event.ev.key.type == KEY_PRESS)
KEY_PRESS 567 uspace/dist/src/c/demos/top/screen.c if (event.type == CEV_KEY && event.ev.key.type == KEY_PRESS)
KEY_PRESS 191 uspace/drv/hid/adb-kbd/ctl.c etype = KEY_PRESS;
KEY_PRESS 276 uspace/drv/hid/atkbd/atkbd.c push_event(kbd->client_sess, KEY_PRESS, KC_BREAK);
KEY_PRESS 292 uspace/drv/hid/atkbd/atkbd.c type = KEY_PRESS;
KEY_PRESS 391 uspace/drv/hid/usbhid/kbd/kbddev.c usb_kbd_push_ev(kbd_dev, KEY_PRESS, key);
KEY_PRESS 86 uspace/drv/hid/usbhid/kbd/kbdrepeat.c usb_kbd_push_ev(kbd, KEY_PRESS,
KEY_PRESS 272 uspace/drv/hid/usbhid/multimedia/multimedia.c usb_multimedia_push_ev(multim_dev, KEY_PRESS, key);
KEY_PRESS 262 uspace/drv/hid/xtkbd/xtkbd.c evtype = (xcode1 & 0x80) ? KEY_RELEASE : KEY_PRESS;
KEY_PRESS 290 uspace/drv/hid/xtkbd/xtkbd.c KEY_PRESS;
KEY_PRESS 301 uspace/drv/hid/xtkbd/xtkbd.c evtype = (code & 0x80) ? KEY_RELEASE : KEY_PRESS;
KEY_PRESS 978 uspace/lib/clui/src/tinput.c if (ev.ev.key.type == KEY_PRESS)
KEY_PRESS 1824 uspace/lib/display/test/display.c resp.event.ev.kbd.type = KEY_PRESS;
KEY_PRESS 632 uspace/lib/ui/src/entry.c assert(event->type == KEY_PRESS);
KEY_PRESS 677 uspace/lib/ui/src/entry.c assert(event->type == KEY_PRESS);
KEY_PRESS 711 uspace/lib/ui/src/entry.c assert(event->type == KEY_PRESS);
KEY_PRESS 752 uspace/lib/ui/src/entry.c if (event->type == KEY_PRESS && event->key == KC_LSHIFT)
KEY_PRESS 756 uspace/lib/ui/src/entry.c if (event->type == KEY_PRESS && event->key == KC_RSHIFT)
KEY_PRESS 761 uspace/lib/ui/src/entry.c if (event->type == KEY_PRESS &&
KEY_PRESS 771 uspace/lib/ui/src/entry.c if (event->type == KEY_PRESS &&
KEY_PRESS 775 uspace/lib/ui/src/entry.c if (event->type == KEY_PRESS &&
KEY_PRESS 780 uspace/lib/ui/src/entry.c if (event->type == KEY_PRESS &&
KEY_PRESS 412 uspace/lib/ui/src/filedialog.c if (event->type == KEY_PRESS &&
KEY_PRESS 352 uspace/lib/ui/src/list.c if (event->type == KEY_PRESS) {
KEY_PRESS 423 uspace/lib/ui/src/menu.c if (event->type == KEY_PRESS && (event->mods &
KEY_PRESS 428 uspace/lib/ui/src/menu.c if (event->type == KEY_PRESS && (event->mods & KM_ALT) != 0 &&
KEY_PRESS 501 uspace/lib/ui/src/menubar.c if (event->type == KEY_PRESS && (event->mods &
KEY_PRESS 301 uspace/lib/ui/src/msgdialog.c if (event->type == KEY_PRESS &&
KEY_PRESS 331 uspace/lib/ui/src/promptdialog.c if (event->type == KEY_PRESS &&
KEY_PRESS 367 uspace/lib/ui/src/selectdialog.c if (event->type == KEY_PRESS &&
KEY_PRESS 525 uspace/lib/ui/src/ui.c if (ev.type == CEV_KEY && ev.ev.key.type == KEY_PRESS)
KEY_PRESS 1045 uspace/lib/ui/src/wdecor.c if (event->type == KEY_PRESS && (event->mods & (KM_CTRL | KM_ALT |
KEY_PRESS 1055 uspace/lib/ui/src/wdecor.c if (event->type == KEY_PRESS && (event->mods & (KM_CTRL | KM_ALT |
KEY_PRESS 124 uspace/lib/ui/test/control.c event.type = KEY_PRESS;
KEY_PRESS 305 uspace/lib/ui/test/list.c event.type = KEY_PRESS;
KEY_PRESS 329 uspace/lib/ui/test/list.c event.type = KEY_PRESS;
KEY_PRESS 220 uspace/lib/ui/test/menubar.c event.type = KEY_PRESS;
KEY_PRESS 464 uspace/lib/ui/test/tab.c event.type = KEY_PRESS;
KEY_PRESS 484 uspace/lib/ui/test/tab.c event.type = KEY_PRESS;
KEY_PRESS 190 uspace/lib/ui/test/tabset.c event.type = KEY_PRESS;
KEY_PRESS 210 uspace/lib/ui/test/tabset.c event.type = KEY_PRESS;
KEY_PRESS 786 uspace/lib/ui/test/wdecor.c event.type = KEY_PRESS;
KEY_PRESS 838 uspace/lib/ui/test/wdecor.c event.type = KEY_PRESS;
KEY_PRESS 890 uspace/lib/ui/test/wdecor.c event.type = KEY_PRESS;
KEY_PRESS 942 uspace/lib/ui/test/wdecor.c event.type = KEY_PRESS;
KEY_PRESS 994 uspace/lib/ui/test/wdecor.c event.type = KEY_PRESS;
KEY_PRESS 792 uspace/lib/ui/test/window.c kbd_event.type = KEY_PRESS;
KEY_PRESS 563 uspace/srv/hid/console/console.c if (event->type == CEV_KEY && event->ev.key.type == KEY_PRESS &&
KEY_PRESS 325 uspace/srv/hid/display/seat.c if (event->type == KEY_PRESS && alt_or_shift && event->key == KC_TAB) {
KEY_PRESS 336 uspace/srv/hid/display/test/client.c event.type = KEY_PRESS;
KEY_PRESS 487 uspace/srv/hid/display/test/display.c event.type = KEY_PRESS;
KEY_PRESS 538 uspace/srv/hid/display/test/display.c event.type = KEY_PRESS;
KEY_PRESS 71 uspace/srv/hid/display/test/ievent.c kbd.type = KEY_PRESS;
KEY_PRESS 497 uspace/srv/hid/display/test/seat.c event.type = KEY_PRESS;
KEY_PRESS 550 uspace/srv/hid/display/test/seat.c event.type = KEY_PRESS;
KEY_PRESS 533 uspace/srv/hid/display/test/window.c event.type = KEY_PRESS;
KEY_PRESS 628 uspace/srv/hid/display/window.c if (event->type == KEY_PRESS && alt_or_shift && event->key == KC_F4) {
KEY_PRESS 83 uspace/srv/hid/input/ctl/sun.c type = KEY_PRESS;
KEY_PRESS 172 uspace/srv/hid/input/input.c if (type == KEY_PRESS)
KEY_PRESS 193 uspace/srv/hid/input/input.c if (type == KEY_PRESS) {
KEY_PRESS 211 uspace/srv/hid/input/input.c if ((type == KEY_PRESS) && (kdev->mods & KM_LCTRL)) {
KEY_PRESS 238 uspace/srv/hid/input/input.c if (type == KEY_PRESS) {
KEY_PRESS 280 uspace/srv/hid/input/input.c KEY_PRESS, code, 0, 0);
KEY_PRESS 411 uspace/srv/hid/input/layout/cz.c if (ev->type != KEY_PRESS)
KEY_PRESS 64 uspace/srv/hid/input/stroke.c kbd_push_event(kdev, KEY_PRESS, mods_keys[i][1]);
KEY_PRESS 71 uspace/srv/hid/input/stroke.c kbd_push_event(kdev, KEY_PRESS, key);
KEY_PRESS 650 uspace/srv/hid/remcons/remcons.c remcons_event_t *down = new_kbd_event(KEY_PRESS, mods, key, c);
HelenOS homepage, sources at GitHub