karabiner config tweaks...
This commit is contained in:
parent
1f321554b8
commit
6f37b428ee
@ -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 .
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user