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

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

bug#44533: 27.1; Mac special key modifiers not functioning as expected


From: Andrii Kolomoiets
Subject: bug#44533: 27.1; Mac special key modifiers not functioning as expected
Date: Mon, 09 Nov 2020 22:14:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

YH Tan <astyh83@gmail.com> writes:

> (setq mac-option-modifier 'nil)
> (setq mac-right-option-modifier 'meta)
>
> the left option key is revived, but the right option key fails to capture
> some of the regular meta keybindings, such as org-do-promote/demote,
> org-move-subtree-up/down etc. 

Is it possible that those keybindings are handled by your OS?

For example, I'm using following settings:

(custom-set-variables
 '(ns-command-modifier 'control)
 '(ns-right-command-modifier 'super))

When I press Command-TAB, Emacs doesn't "see" C-TAB (or s-TAB) because
Command-TAB is used by OS to switch to another application.

Use 'C-h k' to see what key is pressed and what command it invokes.





reply via email to

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