Skip to content

Latest commit

 

History

History

karabiner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Karabiner-Elements

A powerful and stable keyboard customizer for OS X.

Installation

For macOS Sierra see https://github.com/tekezo/Karabiner-Elements

Note: For old OS X 10.11, 10.10, 10.9 see https://pqrs.org/osx/karabiner/

Karabiner-Elements (for MacOS Sierra)

Make sure to view my custom karabiner.json.


Karabiner (Legacy)

⚠️ Use Karabiner Legacy only if you have an old macOS!

Everything is inside the ./legacy directory.

Legacy Custom Options (private.xml)

You can create your own custom options that will appear within Karabiner. These options won't activate until you enable them in the settings menu.

cd "~/Library/Application Support/Karabiner"
ln -sfv ~/.config/karabiner/legacy/private.xml
/Applications/Karabiner.app/Contents/Library/bin/karabiner reloadxml

Legacy Restore Keyboard Settings

You can import stored settings that will automatically select saved options:

Legacy Backup Keyboard Settings

Karabiner features a command-line tool that can help:

/Applications/Karabiner.app/Contents/Library/bin/karabiner export > import.sh
chmod ug+x import.sh

Now all you need to do is run import.sh to restore your saved settings.

Legacy Reference