Searched refs:keysym (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyboard.c35 * necessary for correct keysym mappings for all keys where the keysyms are
41 KeySym keysym; /* X windows keysym. */ member in struct:__anon13389
117 static int XKeysymToMacKeycode(Display *display, KeySym keysym);
167 Tcl_SetHashValue(hPtr, kPtr->keysym);
173 Tcl_SetHashValue(hPtr, kPtr->keysym);
203 KeySym keysym;
232 keysym = XKeycodeToKeysym(display,keycode<<16,state);
233 if (keysym <= LATIN1_MAX) {
234 latin1Table[keysym]
201 KeySym keysym; local
514 XKeysymToString( KeySym keysym) argument
546 XKeysymToMacKeycode( Display *display, KeySym keysym) argument
611 XKeysymToKeycode( Display* display, KeySym keysym) argument
657 TkpSetKeycodeAndState( Tk_Window tkwin, KeySym keysym, XEvent *eventPtr) argument
[all...]
H A DtkMacOSXPort.h69 #include <X11/keysym.h>
121 * The following define causes Tk to use its internal keysym hash table
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c37 * necessary for correct keysym mappings for all keys where the keysyms are
43 KeySym keysym; /* X windows keysym. */ member in struct:__anon13607
117 static int XKeysymToMacKeycode(Display *display, KeySym keysym);
152 Tcl_SetHashValue(hPtr, kPtr->keysym);
158 Tcl_SetHashValue(hPtr, kPtr->keysym);
198 KeySym keysym;
231 keysym = XKeycodeToKeysym(display,keycode<<16,state);
232 if (keysym <= LATIN1_MAX) {
233 latin1Table[keysym]
196 KeySym keysym; local
429 XKeysymToString( KeySym keysym) argument
461 XKeysymToMacKeycode( Display *display, KeySym keysym) argument
527 XKeysymToKeycode( Display* display, KeySym keysym) argument
599 TkpSetKeycodeAndState( Tk_Window tkwin, KeySym keysym, XEvent *eventPtr) argument
[all...]
H A DtkMacOSXPort.h66 #include <X11/keysym.h>
118 * The following define causes Tk to use its internal keysym hash table
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DXutil.h189 #define IsKeypadKey(keysym) \
190 (((unsigned)(keysym) >= XK_KP_Space) && ((unsigned)(keysym) <= XK_KP_Equal))
192 #define IsCursorKey(keysym) \
193 (((unsigned)(keysym) >= XK_Home) && ((unsigned)(keysym) < XK_Select))
195 #define IsPFKey(keysym) \
196 (((unsigned)(keysym) >= XK_KP_F1) && ((unsigned)(keysym) <= XK_KP_F4))
198 #define IsFunctionKey(keysym) \
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DXutil.h189 #define IsKeypadKey(keysym) \
190 (((unsigned)(keysym) >= XK_KP_Space) && ((unsigned)(keysym) <= XK_KP_Equal))
192 #define IsCursorKey(keysym) \
193 (((unsigned)(keysym) >= XK_Home) && ((unsigned)(keysym) < XK_Select))
195 #define IsPFKey(keysym) \
196 (((unsigned)(keysym) >= XK_KP_F1) && ((unsigned)(keysym) <= XK_KP_F4))
198 #define IsFunctionKey(keysym) \
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinKey.c90 KeySym keysym;
129 keysym = KeycodeToKeysym(eventPtr->xkey.keycode,
131 if (((keysym != NoSymbol) && (keysym > 0) && (keysym < 256))
132 || (keysym == XK_Return)
133 || (keysym == XK_Tab)) {
135 int len = Tcl_UniCharToUtf((Tcl_UniChar) (keysym & 255), buf);
149 * system-independent keysym.
152 * Returns the translated keysym, o
89 KeySym keysym; local
442 KeySym keysym; local
[all...]
H A DtkWinPort.h21 #include <X11/keysym.h>
67 * The following define causes Tk to use its internal keysym hash table
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinKey.c131 KeySym keysym = KeycodeToKeysym(keyEv->keycode, keyEv->state, 0);
133 if (((keysym != NoSymbol) && (keysym > 0) && (keysym < 256))
134 || (keysym == XK_Return) || (keysym == XK_Tab)) {
138 len = Tcl_UniCharToUtf((Tcl_UniChar) (keysym & 255), buf);
152 * keysym.
155 * Returns the translated keysym, or NoSymbol on failure.
184 * keysym
130 KeySym keysym = KeycodeToKeysym(keyEv->keycode, keyEv->state, 0); local
445 KeySym keysym; local
614 XKeysymToKeycode( Display *display, KeySym keysym) argument
746 XKeysymToString( KeySym keysym) argument
[all...]
H A DtkWinPort.h21 #include <X11/keysym.h>
87 * The following define causes Tk to use its internal keysym hash table
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixKey.c161 * When mapping from a keysym to a keycode, need
165 * keysym.
261 * lock is only caps lock, not shift lock, and the shifted keysym
263 * keysym.
279 * is no keysym defined, then use the keysym for the unshifted key.
316 KeySym keysym;
335 keysym = XKeycodeToKeysym(dispPtr->display, *codePtr, 0);
336 if (keysym == XK_Shift_Lock) {
340 if (keysym
311 KeySym keysym; local
[all...]
H A DtkUnixPort.h79 #include <X11/keysym.h>
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixKey.c218 * When mapping from a keysym to a keycode, need information about the
220 * taking into account the xkey.state, they will get back the original keysym.
314 * only caps lock, not shift lock, and the shifted keysym isn't upper-case
315 * alphabetic, then switch back to the unshifted keysym.
331 * no keysym defined, then use the keysym for the unshifted key.
367 KeySym keysym;
386 keysym = XKeycodeToKeysym(dispPtr->display, *codePtr, 0);
387 if (keysym == XK_Shift_Lock) {
391 if (keysym
362 KeySym keysym; local
[all...]
H A DtkUnixPort.h82 #include <X11/keysym.h>
/macosx-10.10.1/vim-55/src/
H A Dintegration.h250 void workshop_register_hotkey(Modifiers modifiers, KeySym keysym,
252 void workshop_unregister_hotkey(Modifiers modifiers, KeySym keysym,
H A Dgui_beval.c119 # include <X11/keysym.h>
792 KeySym keysym; local
796 &modifier, &keysym);
797 if (keysym == XK_Shift_L || keysym == XK_Shift_R)
802 else if (keysym == XK_Control_L || keysym == XK_Control_R)
818 KeySym keysym; local
821 event->xkey.state, &modifier, &keysym);
822 if ((keysym
[all...]
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DActivate.c104 #include <X11/keysym.h>
155 KeySym keysym; local
485 keysym = XLookupKeysym (&event.xkey, 0);
488 if ((keysym == XK_g && (event.xkey.state & ControlMask) != 0)
489 || keysym == XK_Escape) /* Any escape, ignore modifiers. */
/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c20 #include <X11/keysym.h>
652 KeySym keysym; local
672 keysym = XLookupKeysym(event, 0);
673 if (keysym == XK_Control_L || keysym == XK_Control_R) {
682 keysym = XLookupKeysym(event, 0);
683 if (keysym == XK_Control_L || keysym == XK_Control_R) {
687 if (!XLookupString(event, &c, 1, &keysym, 0))
689 if (keysym
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dconfig_h.com1095 $ keysym = key2b
1096 $ if key2c .nes. "" then keysym = keysym + "_" + key2c
1097 $ if key2d .nes. "" then keysym = keysym + "_" + key2d
1098 $ if key2e .nes. "" then keysym = keysym + "_" + key2e
1115 $ keysym = "ST" + "_" + key2c
1116 $ keysym = f$edit(keysym,"LOWERCAS
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dss.rb414 def key_press(w, keysym)
419 if @hotkey.key?(keysym)
420 process_url(@hotkey[keysym])
422 case keysym
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c3561 /* Convert a keysym to its name. */
3564 x_get_keysym_name (keysym)
3565 KeySym keysym;
3570 value = XKeysymToString (keysym);
5581 #define STORE_KEYSYM_FOR_DEBUG(keysym) \
5584 temp_buffer[temp_index++] = (keysym)
6176 KeySym keysym, orig_keysym;
6234 copy_bufsiz, &keysym,
6242 copy_bufsiz, &keysym,
6252 copy_bufsiz, &keysym,
6156 KeySym keysym, orig_keysym; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistBind.tcl1388 proc tablelist::plusMinus {win keysym} {
1400 if {[string compare $keysym "plus"] == 0 &&
1403 } elseif {[string compare $keysym "minus"] == 0 &&
1609 proc tablelist::homeEnd {win keysym} {
1613 switch $keysym {
1621 switch $keysym {
1744 proc tablelist::extendToHomeEnd {win keysym} {
1753 switch $keysym {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkBind.c155 Detail detail; /* Additional information, such as keysym,
369 char *name; /* Name of keysym. */
370 KeySym value; /* Numeric identifier for keysym. */
378 static Tcl_HashTable keySymTable; /* keyArray hashed by keysym value. */
379 static Tcl_HashTable nameTable; /* keyArray hashed by keysym name. */
2093 * Note: it's important for the keysym check to go before
3356 "-keycode", "-keysym", "-mode", "-override",
3610 KeySym keysym;
3614 keysym = TkStringToKeysym(value);
3615 if (keysym
3587 KeySym keysym; local
4620 KeySym keysym; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkBind.c151 Detail detail; /* Additional information, such as keysym,
357 char *name; /* Name of keysym. */
358 KeySym value; /* Numeric identifier for keysym. */
366 static Tcl_HashTable keySymTable; /* keyArray hashed by keysym value. */
367 static Tcl_HashTable nameTable; /* keyArray hashed by keysym name. */
2046 * Note: it's important for the keysym check to go before the
3308 "-keycode", "-keysym", "-mode", "-override",
3563 KeySym keysym;
3567 keysym = TkStringToKeysym(value);
3568 if (keysym
3540 KeySym keysym; local
4584 KeySym keysym = (KeySym) (unsigned char) name[0]; local
4612 TkKeysymToString( KeySym keysym) argument
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddocbk.vim77 syn keyword docbkKeyword keycode keycombo keysym keyword keywordset label contained

Completed in 473 milliseconds

12