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

/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyboard.c47 * 0x34, XK_Return - Powerbooks use this and some keymaps define it.
49 * 0x4C, XK_Return - XFree86 and Apple's X11 call this one XK_KP_Enter.
58 {0x24, XK_Return},
61 {0x34, XK_Return},
630 * XKeycodeToKeysym. For special keys like XK_Return the lower 8 bits of
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c49 * 0x34, XK_Return - Powerbooks use this and some keymaps define it.
51 * 0x4C, XK_Return - XFree86 and Apple's X11 call this one XK_KP_Enter.
60 {0x24, XK_Return},
63 {0x34, XK_Return},
545 * XKeycodeToKeysym. For special keys like XK_Return the lower 8 bits of
575 } else if (keysym == XK_Return) {
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinKey.c31 NoSymbol, NoSymbol, XK_Clear, XK_Return, NoSymbol,
134 || (keysym == XK_Return) || (keysym == XK_Tab)) {
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinKey.c28 NoSymbol, NoSymbol, XK_Clear, XK_Return, NoSymbol,
132 || (keysym == XK_Return)
/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c689 if (keysym == XK_Return || keysym == XK_Linefeed) {
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A Dkeysymdef.h40 #define XK_Return 0xFF0D /* Return, enter */ macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A Dkeysymdef.h40 #define XK_Return 0xFF0D /* Return, enter */ macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxmodmap.vim29 \ XK_Clear XK_Return XK_Pause XK_Scroll_Lock
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c989 || key_sym == XK_Return || key_sym == XK_Linefeed

Completed in 112 milliseconds