Home
last modified time | relevance | path

Searched refs:K_CTL_END (Results 1 – 10 of 10) sorted by relevance

/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnx/
H A Dkbd_code.h84 #define KE_CTL_END (K_CTL_END<<8)
/dports/lang/seed7/seed7/src/
H A Dcon_emc.c166 aKey = K_CTL_END; in mapKeyByName()
H A Dkbd_drv.h191 #define K_CTL_END (KEYCODE_BASE + 197) macro
H A Dcon_con.c120 /* 115 */ K_CTL_LEFT, K_CTL_RIGHT, K_CTL_END, K_CTL_PGDN, K_CTL_HOME,
H A Dgkb_x11.c1469 case XK_End: result = K_CTL_END; break; in gkbGetc()
1479 case XK_KP_End: result = K_CTL_END; break; in gkbGetc()
1490 case XK_KP_1: result = K_CTL_END; break; in gkbGetc()
2457 case K_CTL_END: if (modState.leftControl || modState.rightControl) { in gkbButtonPressed()
H A Dcon_dos.c136 /* 115 */ K_CTL_LEFT, K_CTL_RIGHT, K_CTL_END, K_CTL_PGDN, K_CTL_HOME,
H A Dgkb_win.c536 case VK_NUMPAD1: result = K_CTL_END; break; in gkbGetc()
551 case VK_END: result = K_CTL_END; break; in gkbGetc()
1541 case K_END: case K_SFT_END: case K_CTL_END: case K_ALT_END: in gkbButtonPressed()
H A Dcon_wat.c183 /* 115 */ K_CTL_LEFT, K_CTL_RIGHT, K_CTL_END, K_CTL_PGDN, K_CTL_HOME,
H A Dcon_x11.c289 case XK_End: result = K_CTL_END; break; in kbdGetc()
299 case XK_KP_1: result = K_CTL_END; break; in kbdGetc()
H A Dcon_win.c294 case VK_END: result = K_CTL_END; break; in kbdGetc()