comparison etc/NEWS @ 43302:2f479ac769e1

(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym) (Vx_super_keysym): New variables. (syms_of_xterm): DEFVAR_LISP them. (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the variables to determine which keys to use for the various modifiers.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Fri, 15 Feb 2002 09:36:05 +0000
parents 898b4b31410f
children 1230529aa3ae
comparison
equal deleted inserted replaced
43301:898b4b31410f 43302:2f479ac769e1
393 393
394 ** Pointing devices with more than 3 buttons are now supported on MS Windows. 394 ** Pointing devices with more than 3 buttons are now supported on MS Windows.
395 The new variable `w32-pass-extra-mouse-buttons-to-system' controls 395 The new variable `w32-pass-extra-mouse-buttons-to-system' controls
396 whether Emacs should handle the extra buttons itself (the default), or 396 whether Emacs should handle the extra buttons itself (the default), or
397 pass them to Windows to be handled with system-wide functions. 397 pass them to Windows to be handled with system-wide functions.
398
399 ** Under X11, it is possible to swap Alt and Meta (and Super and Hyper).
400 The new variables `x-alt-keysym', `x-hyper-keysym', `x-meta-keysym',
401 and `x-super-keysym' can be used to choose which keysyms Emacs should
402 use for the modifiers. For example, the following two lines swap
403 Meta and Alt:
404 (setq x-alt-keysym 'meta)
405 (setq x-meta-keysym 'alt)
398 406
399 --- 407 ---
400 ** A French translation of the `Emacs Survival Guide' is available. 408 ** A French translation of the `Emacs Survival Guide' is available.
401 409
402 --- 410 ---