Created
September 29, 2016 15:22
-
-
Save lodestone/9ce6e0b8eebb396cc3d52c0067241d26 to your computer and use it in GitHub Desktop.
HYPER+O,F Launches Finder
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
-------------------------------------------------------------------------- | |
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