Using Caps Lock as Esc in Mac OS X

前端 未结 14 796
清歌不尽
清歌不尽 2020-12-04 04:34

How do I make Caps Lock work like Esc in Mac OS X?

14条回答
  •  自闭症患者
    2020-12-04 04:51

    Seil doesn't work on macOS Sierra yet, so I'm using Karabiner Elements, download from https://pqrs.org/latest/karabiner-elements-latest.dmg.

    Either use the GUI or put the following into ~/.karabiner.d/configuration/karabiner.json:

    {
      "profiles" : [
        {
          "name" : "Default profile",
          "selected" : true,
          "simple_modifications" : {
            "caps_lock" : "escape"
          }
        }
      ]
    }
    

提交回复
热议问题