Lisplog

Blogging in Lisp

Search

Karabiner-Elements for macOS Sierra

Submitted by Bill St. Clair on Mon, 12 Sep 2016 21:20:26 GMT

On Saturday, I bemoaned the breaking of Karabiner in macOS Sierra. I was very unfond of having to again press the "control" key instead of the "fn" key. Well, the replacement now works well enough for my purposes. You can download it at github.com/tekezo/Karabiner-Elements. Follow the instructions there for creating a karabiner.json config file, and put the following in it:

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "fn": "left_control",
                "left_control": "fn"
            }
        }
    ]
}

Add comment   Edit post   Add post

Comments (2)

Unfortunately, Karabiner-Elements

Submitted by Bill St. Clair on Mon, 12 Sep 2016 21:52:28 GMT

Unfortunately, Karabiner-Elements currently breaks shift-click, command-click, and command-shift click. None of them does anything. I could live without shift-click to extent the selection, but I used command-shift-click tens of times a day to open Firefox links in a new tab. Hopefully, Takayama Fumihiko will fix it soon. Issue created.

Edit comment

The Karabiner-Elements

Submitted by Bill St. Clair on Thu, 22 Sep 2016 11:16:50 GMT

The Karabiner-Elements bug has been fixed. For a little while, it broke Emacs, but that too is gone in version 0.90.29. I'm happily using it, with "fn" acting as "control" and vice-versa.

Edit comment

Add comment   Edit post   Add post

Previous Posts:

macOS 10.12 Sierra
Sizing An iOS Custom Keyboard for Scaled Apps
Conway's Life in JavaScript
Mac OS X 10.11.4 Beachball on Wake from Sleep
Google Authenticator, in Your Web Browser
Another Old Friend
Firefox Discontinuing Tab Groups
Barlow's Declaration Turns Twenty
Hello Again Old Friend
Mail-in-a-Box Rocks!!