Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # hs display <code clojure> key:bind(capslockCmd, 's', {}, function() -- hs.application.launchOrFocus('디스플레이') hs.osascript.applescript([[ tell application "System Preferences" activate set current pane to pane "com.apple.preference.displays" end tell ]]) end) </code> <code lua> key:bind(capslockCmd, 's', {}, function() hs.osascript.applescript([[ tell application "System Preferences" activate set current pane to pane "com.apple.preference.displays" end tell ]]) end) </code> open/hs-display.txt Last modified: 2024/10/05 06:15by 127.0.0.1