Skip to content

Instantly share code, notes, and snippets.

@s4l1h
Created March 19, 2015 02:23
Show Gist options
  • Save s4l1h/8827df11bd10d92b2891 to your computer and use it in GitHub Desktop.
Save s4l1h/8827df11bd10d92b2891 to your computer and use it in GitHub Desktop.
Apple olmayan klavye için ayarlar. Windows klavye ve hackingtosh kullananlara.
#!/bin/sh
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner
$cli set remap.find_winstyle_no_term 1
/bin/echo -n .
$cli set remap.optionL2commandL 1
/bin/echo -n .
$cli set remap.controlL2commandL 1
/bin/echo -n .
$cli set remap.pc_style_open 1
/bin/echo -n .
$cli set remap.pclikepageupdown_except_emacs 1
/bin/echo -n .
$cli set remap.pclikehomeend 1
/bin/echo -n .
$cli set remap.pclikecontrolarrow_except_vm 1
/bin/echo -n .
$cli set remap.commandL2controlL 1
/bin/echo -n .
$cli set remap.copy_paste_winstyle_new_tab 1
/bin/echo -n .
$cli set remap.new_winstyle_no_term 1
/bin/echo -n .
$cli set remap.pcstyle_ctrl_alt_del 1
/bin/echo -n .
$cli set remap.save_winstyle_no_term 1
/bin/echo -n .
$cli set remap.app_finder_f2_to_return 1
/bin/echo -n .
$cli set remap.select_all_winstyle_no_term 1
/bin/echo -n .
/bin/echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment