Last active
August 29, 2015 14:18
-
-
Save yaodong/7ee64f18f128022783c0 to your computer and use it in GitHub Desktop.
Karabiner Settings
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 option.emacsmode_controlD 1 | |
/bin/echo -n . | |
$cli set option.emacsmode_controlV 1 | |
/bin/echo -n . | |
$cli set option.emacsmode_optionV 1 | |
/bin/echo -n . | |
$cli set option.emacsmode_controlPNBF_nomodifiers 1 | |
/bin/echo -n . | |
$cli set remap.optionrcommandr 1 | |
/bin/echo -n . | |
$cli set option.emacsmode_controlLeftbracket 1 | |
/bin/echo -n . | |
$cli set remap.pc_keyboard_function_inv 1 | |
/bin/echo -n . | |
$cli set option.emacsmode_controlH 1 | |
/bin/echo -n . | |
$cli set remap.pc_application2fn 1 | |
/bin/echo -n . | |
$cli set repeat.wait 33 | |
/bin/echo -n . | |
$cli set option.extra_cursor_optionL_kjhl 1 | |
/bin/echo -n . | |
$cli set remap.optionL2commandL 1 | |
/bin/echo -n . | |
$cli set remap.controlscroll_to_controlarrow 1 | |
/bin/echo -n . | |
/bin/echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment