Skip to content

Instantly share code, notes, and snippets.

@frob
Created January 22, 2018 18:23
Show Gist options
  • Save frob/4d9401e5b2e2da68bdbd232d50cbc775 to your computer and use it in GitHub Desktop.
Save frob/4d9401e5b2e2da68bdbd232d50cbc775 to your computer and use it in GitHub Desktop.
Karabiner Export
#!/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