Skip to content

Instantly share code, notes, and snippets.

@marcusandre
Created July 19, 2016 14:52
Show Gist options
  • Save marcusandre/7087c9bcc137d1af32912d06e00aa4ec to your computer and use it in GitHub Desktop.
Save marcusandre/7087c9bcc137d1af32912d06e00aa4ec to your computer and use it in GitHub Desktop.
Karabiner settings for my Poker II on OSX
#!/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