Created
July 19, 2016 14:52
-
-
Save marcusandre/7087c9bcc137d1af32912d06e00aa4ec to your computer and use it in GitHub Desktop.
Karabiner settings for my Poker II on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner | |
$cli set general.dont_remap_apple_keyboard 1 | |
/bin/echo -n . | |
$cli set general.dont_remap_apple_pointing 1 | |
/bin/echo -n . | |
$cli set remap.fkeys_to_consumer_f7 1 | |
/bin/echo -n . | |
$cli set remap.german_swap_circumflex_lessthan 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