Skip to content

Instantly share code, notes, and snippets.

@hushin
Created February 12, 2014 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hushin/8955624 to your computer and use it in GitHub Desktop.
Save hushin/8955624 to your computer and use it in GitHub Desktop.
#!/bin/sh
cli=/Applications/KeyRemap4MacBook.app/Contents/Applications/KeyRemap4MacBook_cli.app/Contents/MacOS/KeyRemap4MacBook_cli
$cli set remap.fn_fkeys_to_consumer_f7 1
/bin/echo -n .
$cli set remap.jis_controlItocontrolK 1
/bin/echo -n .
$cli set remap.hhkmode 1
/bin/echo -n .
$cli set remap.shiftR2fn 1
/bin/echo -n .
$cli set private.swap_backquote_and_backslash 1
/bin/echo -n .
$cli set remap.jis_underscore2shiftR 1
/bin/echo -n .
$cli set private.alt_and_jisyen_to_kana_eisuu 1
/bin/echo -n .
$cli set remap.fn_fkeys_to_consumer_f3_snow 1
/bin/echo -n .
$cli set remap.fn_fkeys_to_consumer_f1 1
/bin/echo -n .
$cli set private.alt_and_backquote_to_kana_eisuu 1
/bin/echo -n .
$cli set remap.jis_jansi 1
/bin/echo -n .
$cli set remap.fn_fkeys_to_consumer_f3_lion 1
/bin/echo -n .
$cli set remap.fn_fkeys_to_consumer_f10 1
/bin/echo -n .
$cli set remap.fn2optionL 1
/bin/echo -n .
$cli set remap.holdcommandQ 1
/bin/echo -n .
$cli set remap.fn_fkeys_to_consumer_f5 1
/bin/echo -n .
/bin/echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment