How to disable keyboard shortcuts in Mac OS X?

前端 未结 7 1608
囚心锁ツ
囚心锁ツ 2021-01-30 03:16

I would like to disable keyboard shortcuts Command-W and Command-Q in Mac OS X 10.8 Mountain Lion.

This is because they inter

7条回答
  •  悲&欢浪女
    2021-01-30 03:35

    A solution is to configure XQuartz to enable "Option keys send Alt_L and Alt_R" under Preferences/Input.

    Then add this to your ~/.emacs:

    (setq x-alt-keysym 'meta)

    It is not perfect, as you might still slip on Cmd-W instead of Option-W sometimes, but at least it is functional.

提交回复
热议问题