Skip to content

Commit

Permalink
update for finder
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahut committed Feb 20, 2019
1 parent e7a78a8 commit 2783116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ config.launcher = {
}
}

hs.hotkey.bind(mash_keys, "A", nil, function()
hs.application.launchOrFocus("screenshot")
end)
-- System -> keyboard -> shortcut -> ^M3
-- hs.hotkey.bind(mash_keys, "A", nil, function()
-- hs.application.launchOrFocus("screenshot")
-- end)

-- Window arrangements.
config.arrangements = {
Expand Down
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ local key2App = {
m = {'/Applications/Emacs.app'},
c = {'/Applications/Google Chrome.app'},
w = {'/Applications/WeChat.app'},
f = {"/System/Library/CoreServices/Finder.app" },
-- d = {'/Applications/Dash.app', 'English', 1},
-- ctrl+cmd+d lookup dictionary with mouse pointer
s = {'/Applications/DingTalk.app'},
Expand Down

0 comments on commit 2783116

Please sign in to comment.