emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38296: closed (Allow Option key to be modifier for non-char key and


From: GNU bug Tracking System
Subject: bug#38296: closed (Allow Option key to be modifier for non-char key and mouse events)
Date: Wed, 27 Nov 2019 10:51:03 +0000

Your message dated Wed, 27 Nov 2019 11:50:19 +0100
with message-id <address@hidden>
and subject line Re: bug#38296: Allow Option key to be modifier for non-char 
key and mouse events
has caused the debbugs.gnu.org bug report #38296,
regarding Allow Option key to be modifier for non-char key and mouse events
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38296: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38296
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Allow Option key to be modifier for non-char key and mouse events Date: Wed, 20 Nov 2019 11:55:04 +0100
Mac users, especially those of us with a non-US keyboard, need the Option keys 
for entering various characters, and thus set 'ns-alternate-modifier' to nil, 
or use 'ns-right-alternate-modifier' to employ only one of them for this 
purpose. However, this prevents use of that key as modifier for function keys 
(arrows, backspace etc) or mouse actions.

This patch adds the variable 'ns-alternate-modifier-char-entry' which, when 
non-nil, inhibits the Option key translation to Emacs modifiers for character 
keys but allows it for any other event. For example, setting

(setq ns-alternate-modifier 'super)
(setq ns-alternate-modifier-char-entry t)

makes Option act as Super with function keys and mouse clicks, but retains the 
standard macOS semantics for character entry (for example, Option + p = π).

Attachment: 0001-Add-ns-alternate-modifier-char-entry.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#38296: Allow Option key to be modifier for non-char key and mouse events Date: Wed, 27 Nov 2019 11:50:19 +0100
26 nov. 2019 kl. 23.03 skrev Alan Third <address@hidden>:

> Having works, but the phrase is ‘of the form’.

Right you are, 'of' it is then.


27 nov. 2019 kl. 05.51 skrev Eli Zaretskii <address@hidden>:

> Btw, "customised" is not the US English spelling; please fix before
> pushing.

Thank you, fixed. I'm not used to writing in that dialect.

Pushed to master.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]