Created
February 10, 2015 19:09
-
-
Save zh4ngx/1e5689e14f51882ed9b5 to your computer and use it in GitHub Desktop.
Quick settings for OS X Karabiner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner | |
$cli set general.dont_remap_internal 1 | |
/bin/echo -n . | |
$cli set remap.commandL2optionL 1 | |
/bin/echo -n . | |
$cli set general.dont_remap_apple_pointing 1 | |
/bin/echo -n . | |
$cli set general.dont_remap_apple_keyboard 1 | |
/bin/echo -n . | |
$cli set remap.pc_pause2eject 1 | |
/bin/echo -n . | |
$cli set remap.pointing_button4_to_command_bracket_left 1 | |
/bin/echo -n . | |
$cli set remap.optionL2commandL 1 | |
/bin/echo -n . | |
$cli set remap.pointing_button5_to_command_bracket_right 1 | |
/bin/echo -n . | |
/bin/echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment