Skip to content

Instantly share code, notes, and snippets.

@diogomonica
Created February 23, 2015 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diogomonica/2fb83b8a7d7135f56af4 to your computer and use it in GitHub Desktop.
Save diogomonica/2fb83b8a7d7135f56af4 to your computer and use it in GitHub Desktop.
#!/bin/sh
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner
$cli set remap.pc_printscreen2eject 1
/bin/echo -n .
$cli set remap.commandL2optionL 1
/bin/echo -n .
$cli set remap.fkeys_to_consumer_f10 1
/bin/echo -n .
$cli set repeat.initial_wait 300
/bin/echo -n .
$cli set repeat.wait 33
/bin/echo -n .
$cli set remap.fkeys_to_consumer_f3_lion 1
/bin/echo -n .
$cli set general.dont_remap_internal 1
/bin/echo -n .
$cli set remap.optionL2commandL 1
/bin/echo -n .
$cli set remap.fkeys_to_consumer_f7 1
/bin/echo -n .
/bin/echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment