mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
disable discord and music macos shortcuts
This commit is contained in:
parent
5970555572
commit
b089ec4668
@ -62,15 +62,9 @@ function obj:init()
|
|||||||
self.launcher:bind("", "C", function()
|
self.launcher:bind("", "C", function()
|
||||||
self:switch("Calendar.app")
|
self:switch("Calendar.app")
|
||||||
end)
|
end)
|
||||||
self.launcher:bind("", "D", function()
|
|
||||||
self:switch("@discord@")
|
|
||||||
end)
|
|
||||||
self.launcher:bind("", "E", function()
|
self.launcher:bind("", "E", function()
|
||||||
self:switch("Mail.app")
|
self:switch("Mail.app")
|
||||||
end)
|
end)
|
||||||
self.launcher:bind("", "U", function()
|
|
||||||
self:switch("Music.app")
|
|
||||||
end)
|
|
||||||
self.launcher:bind("", "F", function()
|
self.launcher:bind("", "F", function()
|
||||||
self:switch("@firefox@")
|
self:switch("@firefox@")
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user