Created
January 22, 2018 18:23
-
-
Save frob/4d9401e5b2e2da68bdbd232d50cbc775 to your computer and use it in GitHub Desktop.
Karabiner Export
This file contains 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 remap.pclikehomeend_emacs 1 | |
/bin/echo -n . | |
$cli set remap.pclikepageupdown_except_emacs 1 | |
/bin/echo -n . | |
/bin/echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment