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

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

bug#36305: 26.2.90; feature request M-x on immediate left of spacebar fo


From: Alan Third
Subject: bug#36305: 26.2.90; feature request M-x on immediate left of spacebar for ns-build
Date: Sat, 22 Jun 2019 22:01:55 +0100
User-agent: Mutt/1.12.0 (2019-05-25)

On Thu, Jun 20, 2019 at 10:14:17PM +1000, VanL wrote:
> 
> The ns-build maps the two modifier keys left of the spacebar for Apple
> keyboard without numpad as
> 
>  1) M-x       2) s-x 3) left of spacebar ; ns-build
> 
> This is different to the X11/GTK and EmacsMac MacPort mappings which are
> 
>  1) A-x       2) M-x 3) left of spacebar ; X11/GTK
> 
>  1) compose '≈' 2) M-x 3) left of spacebar ; EmacsMac MacPort
> 
> Can the ns-build make it easy to set '2) M-x' in harmony with X11/GTK and
> EmacsMac MacPort?

I think you want something like:

(setq ns-left-command-modifer 'meta
      ns-left-option-modifier 'super)
      
Or some variation on that.
-- 
Alan Third





reply via email to

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