Home
last modified time | relevance | path

Searched refs:KEY_TAB (Results 1 – 25 of 1549) sorted by relevance

12345678910>>...62

/dports/games/uhexen/uhexen-0.601/include/
H A Dam_map.h72 #define KEY_TAB 9 macro
86 #define AM_STARTKEY KEY_TAB
87 #define AM_ENDKEY KEY_TAB
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Ddoomkeys.h33 #define KEY_TAB 9 macro
101 KEY_ENTER, KEY_ESCAPE, KEY_BACKSPACE, KEY_TAB, ' ', /* 40-49 */ \
119 { KEY_BACKSPACE, "BACKSP" }, { KEY_TAB, "TAB" }, \
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Ddoomkeys.h33 #define KEY_TAB 9 macro
101 KEY_ENTER, KEY_ESCAPE, KEY_BACKSPACE, KEY_TAB, ' ', /* 40-49 */ \
119 { KEY_BACKSPACE, "BACKSP" }, { KEY_TAB, "TAB" }, \
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dtabbox_test.cpp110 kwinApp()->platform()->keyboardKeyPressed(KEY_TAB, timestamp++); in testCapsLock()
111 kwinApp()->platform()->keyboardKeyReleased(KEY_TAB, timestamp++); in testCapsLock()
168 kwinApp()->platform()->keyboardKeyPressed(KEY_TAB, timestamp++); in testMoveForward()
169 kwinApp()->platform()->keyboardKeyReleased(KEY_TAB, timestamp++); in testMoveForward()
221 kwinApp()->platform()->keyboardKeyPressed(KEY_TAB, timestamp++); in testMoveBackward()
222 kwinApp()->platform()->keyboardKeyReleased(KEY_TAB, timestamp++); in testMoveBackward()
/dports/chinese/qe/qe-0.1.1/src/
H A Dkeymap.h18 #ifndef KEY_TAB
19 #define KEY_TAB (9) macro
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dusr_io.c140 KEY_TAB
210 KEY_TAB,
250 KEY_TAB,
282 KEY_TAB,
320 KEY_TAB,
360 KEY_TAB,
392 KEY_TAB,
430 KEY_TAB,
470 KEY_TAB,
502 KEY_TAB,
[all …]
/dports/games/fillets-ng/fillets-ng-1.0.1/src/menu/
H A DWorldInput.cpp22 KeyDesc key_tab(KEY_TAB, "select next level"); in WorldInput()
39 case KEY_TAB: in specKey()
/dports/devel/py-asciimatics/asciimatics-1.13.0/tests/
H A Dtest_widgets.py477 Screen.KEY_TAB)
624 self.process_keys(form, [Screen.KEY_TAB, Screen.KEY_TAB, "ABC"])
656 [Screen.KEY_TAB, Screen.KEY_TAB, Screen.KEY_TAB, Screen.KEY_TAB,
657 Screen.KEY_TAB, " "])
683 [Screen.KEY_TAB, Screen.KEY_TAB, Screen.KEY_TAB, Screen.KEY_TAB])
807 self.process_keys(form, [Screen.KEY_TAB])
815 self.process_keys(form, [Screen.KEY_TAB])
825 self.process_keys(form, [Screen.KEY_TAB, Screen.KEY_TAB, Screen.KEY_TAB,
826 Screen.KEY_TAB, Screen.KEY_TAB, Screen.KEY_TAB,
827 Screen.KEY_TAB, Screen.KEY_TAB])
[all …]
/dports/games/moonlight-embedded/moonlight-embedded-2.4.11/src/input/
H A Dcec.c29 #define KEY_TAB 0x09 macro
57 value = KEY_TAB; in on_cec_keypress()
/dports/games/heretic/glheretic-1.2/
H A Dam_map.h81 #define AM_STARTKEY KEY_TAB
82 #define AM_ENDKEY KEY_TAB
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/xcb/
H A Dxcb_keysym.h6 { XK_Tab, KEY_TAB, },
26 { XK_KP_Tab, KEY_TAB, },
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dtbl_opts.c35 #define KEY_TAB 3 macro
88 case KEY_TAB: in arg()
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dbinding.c174 …int keysyms[] = {0,KEY_BACKSPACE,KEY_TAB,KEY_ENTER,KEY_ESC,0,0,KEY_UP,KEY_DOWN,KEY_LEFT,KEY_RIGHT,… in getcCDKObject()
235 result = KEY_TAB; in getcCDKObject()
256 result = KEY_TAB; in getcCDKObject()
H A Dcurdefs.h88 #undef KEY_TAB
89 #define KEY_TAB '\t' /* Tab key */ macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dtbl_opts.c34 #define KEY_TAB 3 macro
87 case KEY_TAB: in arg()
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dcurdefs.h88 #undef KEY_TAB
89 #define KEY_TAB '\t' /* Tab key */ macro
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dcurdefs.h88 #undef KEY_TAB
89 #define KEY_TAB '\t' /* Tab key */ macro
/dports/audio/ocp/ocp-0.2.90/cpiface/
H A Dcpilinks.c111 cpiKeyHelp(KEY_TAB, "Toggle copyright on/off"); in plHelpKey()
115 case KEY_TAB: in plHelpKey()
/dports/comms/lirc/lirc-0.9.0/remotes/pcmak/
H A Dlircd.conf.pcmak36 KEY_TAB 0x000000000000000B
77 KEY_TAB 0x000000000000004B
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/fe-common/xep/
H A Dfe-composing.c30 #define KEY_TAB 9 macro
81 if (key != KEY_TAB && key != KEY_RETURN && last_key != KEY_ESCAPE in sig_gui_key_pressed()
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dinput.h56 KEY_TAB = '\t', enumerator
245 #define INPBUF_TAB KEY_TAB
/dports/net-im/uTox/uTox/src/native/android/
H A Dkeycodes.h8 #define KEY_TAB 7 macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dhil.h237KEY_TAB , KEY_F12, KEY_H, KEY_G, KEY_F, KEY_D, KEY_S, KEY_A, KEY_RESERVED, KEY_CAPSLOCK, KE…
240 …_6, KEY_7, KEY_8, KEY_9, KEY_0, KEY_MINUS, KEY_EQUAL, KEY_BACKSPACE, KEY_TAB, KEY_Q, KEY_W, …
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dhil.h237KEY_TAB , KEY_F12, KEY_H, KEY_G, KEY_F, KEY_D, KEY_S, KEY_A, KEY_RESERVED, KEY_CAPSLOCK, KE…
240 …_6, KEY_7, KEY_8, KEY_9, KEY_0, KEY_MINUS, KEY_EQUAL, KEY_BACKSPACE, KEY_TAB, KEY_Q, KEY_W, …
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dhil.h405 KEY_KPDOT, KEY_F9, KEY_TAB /*KP*/, KEY_F12, \
409 KEY_E, KEY_W, KEY_Q, KEY_TAB, \
435 KEY_MINUS, KEY_EQUAL, KEY_BACKSPACE, KEY_TAB, \

12345678910>>...62