Move finder hotkey, cleaned up stuff
This commit is contained in:
parent
eb31316b2e
commit
87fbd01e21
1 changed files with 4 additions and 5 deletions
|
@ -5,17 +5,16 @@ local hyper = { 'ctrl', 'alt', 'cmd', 'shift' }
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
local applicationHotKeys = {
|
local applicationHotKeys = {
|
||||||
['0'] = 'Finder',
|
-- ['0'] = '',
|
||||||
['1'] = 'Terminal',
|
['1'] = 'Terminal',
|
||||||
['2'] = 'Safari',
|
['2'] = 'Safari',
|
||||||
['3'] = 'Slack',
|
['3'] = 'Slack',
|
||||||
['4'] = 'Discord',
|
['4'] = 'Discord',
|
||||||
['5'] = 'Music',
|
['5'] = 'Spotify',
|
||||||
-- ['6'] = '',
|
['6'] = 'Finder',
|
||||||
-- ['7'] = '',
|
-- ['7'] = '',
|
||||||
-- ['8'] = '',
|
-- ['8'] = '',
|
||||||
-- TODO: Probably need to `tell application` to those locations
|
-- ['9'] = '',
|
||||||
-- ['9'] = 'Downloads',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for key, application in pairs(applicationHotKeys) do
|
for key, application in pairs(applicationHotKeys) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue