Remap global cmd+ctrl+w keybinding to WhatsApp

This commit is contained in:
2020-07-16 15:27:05 +01:00
parent aacaae064b
commit 873005a7af

View File

@@ -14,7 +14,7 @@ function obj.init()
apptoggle:bind({'cmd', 'ctrl'}, 'F', 'Messenger')
apptoggle:bind({'cmd', 'ctrl'}, 'S', 'Spotify')
apptoggle:bind({'cmd', 'ctrl'}, 'T', 'Discord')
apptoggle:bind({'cmd', 'ctrl'}, 'W', 'Twitter')
apptoggle:bind({'cmd', 'ctrl'}, 'W', 'WhatsApp')
apptoggle:bind({'cmd', 'ctrl'}, 'X', 'Things', '/Applications/Things3.app')
apptoggle:bind({'cmd', 'ctrl'}, 'Z', 'Slack')
end