Searched refs:XK_Tab (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinKey.c30 NoSymbol, NoSymbol, NoSymbol, XK_BackSpace, XK_Tab,
134 || (keysym == XK_Return) || (keysym == XK_Tab)) {
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinKey.c27 NoSymbol, NoSymbol, NoSymbol, XK_BackSpace, XK_Tab,
133 || (keysym == XK_Tab)) {
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyboard.c59 {0x30, XK_Tab},
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c61 {0x30, XK_Tab},
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c892 /* why do we get XK_ISO_Left_Tab instead of XK_Tab for shift-tab? */
895 key_sym = XK_Tab;
935 && !(key_sym == XK_Tab && (ev_press->state & ShiftMask)))
988 if (len == -3 || key_sym == XK_space || key_sym == XK_Tab
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c650 /*XGrabKey (dis, XK_Tab, Mod1Mask, win, 1, GrabModeAsync, GrabModeAsync);*/
651 /*PanacheRecursivelyGrabKey (win, XK_Tab);*/
1013 if (XLookupKeysym (&report.xkey, 0) == XK_Tab && (report.xkey.state & Mod1Mask)) {
1019 /*Send XK_Tab*/
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A Dkeysymdef.h37 #define XK_Tab 0xFF09 macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A Dkeysymdef.h37 #define XK_Tab 0xFF09 macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxmodmap.vim28 syn keyword xmodmapKeySym XK_VoidSymbol XK_BackSpace XK_Tab XK_Linefeed

Completed in 228 milliseconds