Skip to content

Instantly share code, notes, and snippets.

@alejamp
Last active March 8, 2017 10:53
Show Gist options
  • Save alejamp/710a69b84ddd7f447d59869590bbfafb to your computer and use it in GitHub Desktop.
Save alejamp/710a69b84ddd7f447d59869590bbfafb to your computer and use it in GitHub Desktop.
Karabiner configuration importer. Set Windows Programmer Keys Style in Mac OSX.
#!/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