2014-10-24 07:19:23 -06:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner
|
|
|
|
|
|
|
|
$cli set mange.pc_app_to_hyper 1
|
|
|
|
/bin/echo -n .
|
|
|
|
$cli set repeat.initial_wait 300
|
|
|
|
/bin/echo -n .
|
2015-02-02 17:16:30 -07:00
|
|
|
$cli set repeat.wait 10
|
2014-10-24 07:19:23 -06:00
|
|
|
/bin/echo -n .
|
|
|
|
$cli set imalison.right_command_to_hyper 1
|
|
|
|
/bin/echo -n .
|
|
|
|
/bin/echo
|