idk
making random audio things
- Columbus, OH
- directmusic.me
- @directofficial
Block or Report
Block or report directmusic
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
1
live_hotkey = hs.hotkey.bind({"cmd"}, "W", function()
2local win = hs.window.focusedWindow()
3if win:application():name() == "Live" then -- Check if window belongs to Live
4if string.find(win:title(), "/") then -- Plugin windows in Live have "/" in the title. The main window does not.
5win:close(); -
