OSX Emacs: unbind just the right alt?

前端 未结 4 2021
天涯浪人
天涯浪人 2020-12-29 06:28

I\'m using emacsformacosx.com and would like to stop the Meta_R (right meta, or right option key) on my Apple keyboard from being an Emacs meta key.

The rea

4条回答
  •  隐瞒了意图╮
    2020-12-29 07:07

    Aquamacs has a variable called ns-right-alternate-modifier. If I am reading the documentation correctly, this should do what you want:

    (setq ns-right-alternate-modifier nil)
    

    I am unsure whether this is supported on stock GNU Emacs.

提交回复
热议问题