GNU Info

Info Node: (efaq)X key translations for Emacs

(efaq)X key translations for Emacs


Next: Handling C-s and C-q with flow control Prev: Working with function and arrow keys Up: Key bindings
Enter node , (file) or (file)node

How do I set the X key "translations" for Emacs?
================================================

   Emacs is not written using the Xt library by default, so there are no
"translations" to be set.  (We aren't sure how to set such translations
if you do build Emacs with Xt; please let us know if you've done this!)

   The only way to affect the behavior of keys within Emacs is through
`xmodmap' (outside Emacs) or `define-key' (inside Emacs).  The
`define-key' command should be used in conjunction with the
`function-key-map' map.  For instance,

     (define-key function-key-map [M-<TAB>] [?\M-\t])

defines the `M-<TAB>' key sequence.


automatically generated by info2www version 1.2.2.9