Mercurial > emacs
comparison etc/NEWS @ 110930:b6cf32bb07a1
Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
* lisp/cus-start.el (all): ns-right-alternate-modifier is new.
* lisp/term/ns-win.el (ns-right-alternate-modifier): New defvar.
(ns-right-option-modifier): New alias for ns-right-alternate-modifier.
(mac-right-option-modifier): New alias for ns-right-option-modifier.
* src/nsterm.m (Qleft): Declare.
(ns_right_alternate_modifier): New variable
(NSRightAlternateKeyMask): New define.
(EV_MODIFIERS): Parse NSRightAlternateKeyMask if
ns_right_alternate_modifier isn't Qleft.
(keyDown): If ns_right_alternate_modifier isn't Qleft, use it
as emacs modifier for NSRightAlternateKeyMask.
(syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Mon, 11 Oct 2010 21:18:08 +0200 |
parents | e950143ab9e0 |
children | b43d7e69dc42 |
comparison
equal
deleted
inserted
replaced
110929:7881980f59a5 | 110930:b6cf32bb07a1 |
---|---|
18 * Installation Changes in Emacs 23.3 | 18 * Installation Changes in Emacs 23.3 |
19 | 19 |
20 * Startup Changes in Emacs 23.3 | 20 * Startup Changes in Emacs 23.3 |
21 | 21 |
22 * Changes in Emacs 23.3 | 22 * Changes in Emacs 23.3 |
23 | |
24 ** The nextstep port can have different modifiers for the left and right | |
25 alt/option key by customizing the value for ns-right-alternate-modifier. | |
23 | 26 |
24 | 27 |
25 * Editing Changes in Emacs 23.3 | 28 * Editing Changes in Emacs 23.3 |
26 | 29 |
27 | 30 |