mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
add music switcher
This commit is contained in:
parent
eb99ec48f7
commit
c969c50026
@ -70,6 +70,9 @@ function obj:init()
|
|||||||
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.app")
|
self:switch("Firefox.app")
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user