Hacker News new | ask | show | jobs
by srgseg 3564 days ago
Any recommendations for a simple keyboard remapper that is compatible with Sierra? All I need is to swap the @ with "
2 comments

Not sure if it still works, but the ~/Library/KeyBindings/DefaultKeyBinding.dict approach maybe?

I use it for putting # on the ยง key, and it's as simple as:

    {
    "\U00a7" =     (
        "insertText:",
        "#"
    );
    }
in that file. YMMV on >capitan though.
Isn't one of Apple's UK mappings sufficient?
Thanks for the tip - unfortunately that mapping changes too many other things on the keyboard at the same time.