Karabiner-Elements is the subset of the next generation Karabiner for macOS Sierra.
Karabiner-Elements works fine except Preferences GUI.
You can download the latest Karabiner-Elements from https://pqrs.org/latest/karabiner-elements-latest.dmg
- Simple key modification (change keys to another keys)
- Support Secure Keyboard Entry (eg. Terminal, Password prompt)
- Modifier flags sharing with all connected keyboards.
System requirements:
- OS X 10.11+
- Xcode 8+
- Command Line Tools for Xcode
- Boost 1.61.0+ (header-only) http://www.boost.org/
Please install Boost into /opt/local/include/boost
. (eg. /opt/local/include/boost/version.hpp
)
Clone the source from github.
git clone --depth 1 https://github.com/tekezo/Karabiner-Elements.git
cd Karabiner-Elements
make
The make
script will create a redistributable Karabiner-Elements-VERSION.dmg in the current directory.