-- 快速鍵：command + alt + ctrl + W
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function()
    -- 顯示通知：「Hammerspoon - Hello World」
    hs.notify.new({title = "Hammerspoon", informativeText = "Hello World"}):send()
end)
