aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorVasilij Schneidermann2016-11-04 11:09:31 +0200
committerEli Zaretskii2016-11-04 11:09:31 +0200
commit0adefe7ef9f4c23a5c8fef1503bc2b02ea6db8f5 (patch)
treead43bcbb044bb1b50aa84771f2c90b78c2758691 /etc
parente5d0efe8fc4130593a899a9699ed8a95b953df3a (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9a671f2ae53..f34ee2d5799 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -233,6 +233,11 @@ questions, with a handy way to display help texts.
233all call stack frames in a Lisp backtrace buffer as lists. Both 233all call stack frames in a Lisp backtrace buffer as lists. Both
234debug.el and edebug.el have been updated to heed to this variable. 234debug.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
238roster of X keysyms. It can be used in combination with another
239variable 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