T.R | Title | User | Personal Name | Date | Lines |
---|
227.1 | Try xmodmap or emacs' keymaps | FLUME::dike | | Thu Feb 16 1989 12:18 | 5 |
| You can probably get the effect of .Xkeymap with a suitable application of
xmodmap. If you're only interested in xemacs, then with a little playing
around with its keymaps.
Jeff
|
227.2 | xmodmap? | ULTRA::ELLIS | David Ellis | Thu Feb 16 1989 12:36 | 10 |
| I don't see xmodmap in the UWS V2.0 documentation. The Xlib guide does
have several functions dealing with an XModifierKeymap structure, and
to use these requires the writing of application code.
Using the xemacs keymaps seems to be like changing the barn door lock after
the horses have escaped: by the time xemacs gets something to translate,
the keypad key has already been translated into its numeric key equivalent.
What am I missing here?
|
227.3 | try *Text.translations: | RAVINE::jeanne | Jeanne --DTN 381-1604 | Thu Feb 16 1989 16:27 | 9 |
| >Can terminal attributes (including keyboard setting and mapping)
>for the root window be customized from the .Xdefaults file?
Yes. Check the .Xdefaults file in /usr/skel for sample
resource specifications that change key mapping.
-j
|
227.4 | I don't think translations are the question | FLUME::dike | | Thu Feb 16 1989 17:05 | 10 |
| As near as I can remember, the .Xkeymap file was used for what X11 calls KeyCode
to KeySym translation. The toolkit translations translate from KeySym to
toolkit actions. In any case, it is irrelevant because emacs is not a toolkit
application.
As for the keypad, I don't know. The server is returning distinct KeyCodes for
the keypad. It just doesn't appear to let you treat them as different from
the normal numbers.
Jeff
|
227.5 | xmodmap in /usr/bin | SMURF::HOFFMAN | anywhere in the universe | Fri Feb 24 1989 17:13 | 6 |
| re .2
xmodmap is among the unsupported MIT X applications which
shipped with UWS V2.0.
John
|