Skip to content

Instantly share code, notes, and snippets.

@marutanm
Created July 10, 2013 01:30
KeyRemap4MacBook
#!/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