Move finder hotkey, cleaned up stuff

This commit is contained in:
Josh Sherman 2024-06-18 20:43:02 -05:00
parent eb31316b2e
commit 87fbd01e21
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -5,17 +5,16 @@ local hyper = { 'ctrl', 'alt', 'cmd', 'shift' }
--------------------------------------------------------------------------------
local applicationHotKeys = {
['0'] = 'Finder',
-- ['0'] = '',
['1'] = 'Terminal',
['2'] = 'Safari',
['3'] = 'Slack',
['4'] = 'Discord',
['5'] = 'Music',
-- ['6'] = '',
['5'] = 'Spotify',
['6'] = 'Finder',
-- ['7'] = '',
-- ['8'] = '',
-- TODO: Probably need to `tell application` to those locations
-- ['9'] = 'Downloads',
-- ['9'] = '',
}
for key, application in pairs(applicationHotKeys) do