Skip to content

Instantly share code, notes, and snippets.

@lodestone
Created September 29, 2016 15:22
Show Gist options
  • Save lodestone/9ce6e0b8eebb396cc3d52c0067241d26 to your computer and use it in GitHub Desktop.
Save lodestone/9ce6e0b8eebb396cc3d52c0067241d26 to your computer and use it in GitHub Desktop.
HYPER+O,F Launches Finder
--------------------------------------------------------------------------
o = hs.hotkey.modal.new({}, "F16")
o:bind({}, 'f', function() launch("Finder"); o:exit(); end)
pressedO = function() o:enter() end
releasedO = function() end
k:bind({}, 'o', nil, pressedO, releasedO)
--------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment