Skip to content

Instantly share code, notes, and snippets.

@zh4ngx
Created February 10, 2015 19:09
Show Gist options
  • Save zh4ngx/1e5689e14f51882ed9b5 to your computer and use it in GitHub Desktop.
Save zh4ngx/1e5689e14f51882ed9b5 to your computer and use it in GitHub Desktop.
Quick settings for OS X Karabiner
#!/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