Skip to content

Instantly share code, notes, and snippets.

View johnnypea's full-sized avatar
🏠
Working from home

Ján Bočínec johnnypea

🏠
Working from home
View GitHub Profile
@johnnypea
johnnypea / karabiner.edn
Created March 29, 2022 21:09 — forked from narze/karabiner.edn
Goku config with SuperDuper mode (S+D)
{: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}]
@johnnypea
johnnypea / karabiner.edn
Created March 29, 2022 21:09 — forked from narze/karabiner.edn
Goku config with SuperDuper mode (S+D)
{: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}]
@johnnypea
johnnypea / 0_reuse_code.js
Created August 10, 2016 12:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console