-- 快速鍵:ctrl + alt + cmd + M 移動鼠標到下一個螢幕中心 hs.hotkey.bind({"ctrl", "alt", "cmd"}, "M", function() local nextScreen = hs.mouse.getCurrentScreen():next() local center = hs.geometry.rectMidPoint(nextScreen:fullFrame()) hs.mouse.absolutePosition(center) end)