Last active
March 8, 2017 10:53
-
-
Save alejamp/710a69b84ddd7f447d59869590bbfafb to your computer and use it in GitHub Desktop.
Karabiner configuration importer. Set Windows Programmer Keys Style in Mac OSX.
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 remap.copy_paste_winstyle_new_tab 1 | |
/bin/echo -n . | |
$cli set remap.find_winstyle_no_term 1 | |
/bin/echo -n . | |
$cli set remap.pc_style_copy_paste 1 | |
/bin/echo -n . | |
$cli set remap.redo_winstyle_no_term 1 | |
/bin/echo -n . | |
$cli set remap.save_winstyle_no_term 1 | |
/bin/echo -n . | |
$cli set remap.select_all_winstyle_no_term 1 | |
/bin/echo -n . | |
$cli set remap.undo_winstyle_no_term 1 | |
/bin/echo -n . | |
$cli set repeat.initial_wait 250 | |
/bin/echo -n . | |
$cli set repeat.wait 33 | |
/bin/echo -n . | |
/bin/echo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment