Switch cmd+ctrl+t keybinding from IRCCloud to Discord

This commit is contained in:
2019-07-14 21:03:09 +01:00
parent d82351f72d
commit 01a79a637c

View File

@@ -13,7 +13,7 @@ function obj.init()
apptoggle:bind({'cmd', 'ctrl'}, 'E', 'Emacs', '/Applications/Emacs.app')
apptoggle:bind({'cmd', 'ctrl'}, 'F', 'Messenger')
apptoggle:bind({'cmd', 'ctrl'}, 'S', 'Spotify')
apptoggle:bind({'cmd', 'ctrl'}, 'T', 'IRCCloud')
apptoggle:bind({'cmd', 'ctrl'}, 'T', 'Discord')
apptoggle:bind({'cmd', 'ctrl'}, 'W', 'Microsoft Teams')
apptoggle:bind({'cmd', 'ctrl'}, 'X', 'Things', '/Applications/Things3.app')
apptoggle:bind({'cmd', 'ctrl'}, 'Z', 'Slack')