Update my favorite apps

This commit is contained in:
Josh Sherman 2023-10-01 12:23:37 -05:00
parent 68955cea7c
commit c8ab9f6894
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

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