HomeSort by relevance Sort by last modified time
    Searched refs:CNTRL (Results 1 - 2 of 2) sorted by null

  /external/qemu/
curses.c 249 if (keycode & CNTRL)
261 if (keycode & CNTRL)
curses_keys.h 35 #define CNTRL 0x0200
192 [0x011] = 16 | CNTRL, /* Control + q */
193 [0x017] = 17 | CNTRL, /* Control + w */
194 [0x005] = 18 | CNTRL, /* Control + e */
195 [0x012] = 19 | CNTRL, /* Control + r */
196 [0x014] = 20 | CNTRL, /* Control + t */
197 [0x019] = 21 | CNTRL, /* Control + y */
198 [0x015] = 22 | CNTRL, /* Control + u */
200 [0x00f] = 24 | CNTRL, /* Control + o */
201 [0x010] = 25 | CNTRL, /* Control + p *
    [all...]

Completed in 108 milliseconds