diff options
| author | Vasilij Schneidermann | 2016-11-04 11:09:31 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-04 11:09:31 +0200 |
| commit | 0adefe7ef9f4c23a5c8fef1503bc2b02ea6db8f5 (patch) | |
| tree | ad43bcbb044bb1b50aa84771f2c90b78c2758691 /etc | |
| parent | e5d0efe8fc4130593a899a9699ed8a95b953df3a (diff) | |
| download | emacs-0adefe7ef9f4c23a5c8fef1503bc2b02ea6db8f5.tar.gz emacs-0adefe7ef9f4c23a5c8fef1503bc2b02ea6db8f5.zip | |
Add 'x-ctrl-keysym' support on X window system
* src/xterm.c (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers):
Support 'x-ctrl-keysym'.
(syms_of_xterm): DEFSYM "ctrl" and put a proper modifier-value
property on it.
<x-ctrl-keysym>: New DEFVAR_LISP.
<x-alt-keysym, x-hyper-keysym, x-meta-keysym, x-super-keysym>: Doc
fix. (Bug#24822)
* etc/NEWS: Mention the addition of 'x-ctrl-keysym'.
* doc/lispref/os.texi (X11 Keysyms): Document 'x-ctrl-keysym'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -233,6 +233,11 @@ questions, with a handy way to display help texts. | |||
| 233 | all call stack frames in a Lisp backtrace buffer as lists. Both | 233 | all call stack frames in a Lisp backtrace buffer as lists. Both |
| 234 | debug.el and edebug.el have been updated to heed to this variable. | 234 | debug.el and edebug.el have been updated to heed to this variable. |
| 235 | 235 | ||
| 236 | +++ | ||
| 237 | ** The new variable `x-ctrl-keysym` has been added to the existing | ||
| 238 | roster of X keysyms. It can be used in combination with another | ||
| 239 | variable of this kind to swap modifiers in Emacs. | ||
| 240 | |||
| 236 | 241 | ||
| 237 | * Editing Changes in Emacs 26.1 | 242 | * Editing Changes in Emacs 26.1 |
| 238 | 243 | ||