Skip to content

Instantly share code, notes, and snippets.

View davidolrik's full-sized avatar
🖖
42

David Jack Wange Olrik davidolrik

🖖
42
View GitHub Profile
@davidolrik
davidolrik / init.lua
Created April 11, 2017 19:06 — forked from ttscoff/init.lua
Hammerspoon config examples for hyper key
-- A global variable for the Hyper Mode
k = hs.hotkey.modal.new({}, "F17")
-- Trigger existing hyper key shortcuts
k:bind({}, 'm', nil, function() hs.eventtap.keyStroke({"cmd","alt","shift","ctrl"}, 'm') end)
-- OR build your own
launch = function(appname)