Skip to content

Instantly share code, notes, and snippets.

@sudarshang
Created February 8, 2020 04:55
Show Gist options
  • Save sudarshang/5dd9f9492d408d428f2c9f0dce4f8938 to your computer and use it in GitHub Desktop.
Save sudarshang/5dd9f9492d408d428f2c9f0dce4f8938 to your computer and use it in GitHub Desktop.
First tab at goku
{:profiles
{:Default {:default true
:sim 50
:delay 80
:alone 120
:held 70}}
:templates {:alfred "osascript -e 'tell application \"Alfred 4\" to run trigger \"%s\" in workflow \"%s\" with argument \"%s\"'"
:km "osascript -e 'tell application \"Keyboard Maestro Engine\" to do script \"%s\"'"
:open "open -a \"%s\""
}
:simlayers {
:o-mode {:key :o}}
:main [
{:des "okey (alfred)"
:rules [:o-mode
[:e [:open "emacs" ]]
]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment