karabiner config tweaks...

This commit is contained in:
Ivan Malison 2015-02-02 16:16:30 -08:00
parent 1f321554b8
commit 6f37b428ee
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ $cli set mange.pc_app_to_hyper 1
/bin/echo -n .
$cli set repeat.initial_wait 300
/bin/echo -n .
$cli set repeat.wait 11
$cli set repeat.wait 10
/bin/echo -n .
$cli set imalison.right_command_to_hyper 1
/bin/echo -n .

View File

@ -98,8 +98,8 @@ def access_if_exists(ctx, app_string):
)
@ctask(aliases=['karabiner', 'fast_repeat'])
def hyper(ctx):
@ctask(aliases=['hyper', 'fast_repeat'])
def karabiner(ctx):
source = '{0}/karabiner-hyper.xml'.format(util.RESOURCES_DIRECTORY)
destination_folder = os.path.join(
os.path.expanduser("~/Library"), "Application\\ Support", "Karabiner"