This file contains hidden or 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
{:templates {:alfred "osascript -e 'tell application \"Alfred 3\" to run trigger \"%s\" in workflow \"%s\" with argument \"\"'" | |
:km "osascript -e 'tell application \"Keyboard Maestro Engine\" to do script \"%s\"'"} | |
:simlayers { | |
:f-mode {:key :f} | |
:o-mode {:key :o} | |
:h-mode {:key :h} | |
:superduper-mode {:key :f20} ; Bind an unused key | |
} | |
:devices {:filco-bt [{:vendor_id 2652 :product_id 34050}] | |
:planck [{:vendor_id 65261 :product_id 24672}] |
This file contains hidden or 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
{:templates {:alfred "osascript -e 'tell application \"Alfred 3\" to run trigger \"%s\" in workflow \"%s\" with argument \"\"'" | |
:km "osascript -e 'tell application \"Keyboard Maestro Engine\" to do script \"%s\"'"} | |
:simlayers { | |
:f-mode {:key :f} | |
:o-mode {:key :o} | |
:h-mode {:key :h} | |
:superduper-mode {:key :f20} ; Bind an unused key | |
} | |
:devices {:filco-bt [{:vendor_id 2652 :product_id 34050}] | |
:planck [{:vendor_id 65261 :product_id 24672}] |
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |