Created
July 10, 2013 01:30
KeyRemap4MacBook
This file contains 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/KeyRemap4MacBook.app/Contents/Applications/KeyRemap4MacBook_cli.app/Contents/MacOS/KeyRemap4MacBook_cli | |
$cli set general.dont_remap_internal 1 | |
/bin/echo -n . | |
$cli set remap.escape2backquote 1 | |
/bin/echo -n . | |
$cli set repeat.wait 40 | |
/bin/echo -n . | |
$cli set repeat.initial_wait 200 | |
/bin/echo -n . | |
$cli set remap.backquote2escape 1 | |
/bin/echo -n . | |
/bin/echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment