diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-07-31 20:49:59 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-07-31 21:15:26 +0200 |
commit | 135f336a7cc6521cb3dc2fab5b8bdff8bf14fb89 (patch) | |
tree | efffe18acebb5e090873df074ac179b4a905549f /README.adoc | |
parent | b4c1817c102ea06302a13e27b21047612e46b59f (diff) | |
download | usb-drivers-135f336a7cc6521cb3dc2fab5b8bdff8bf14fb89.tar.gz usb-drivers-135f336a7cc6521cb3dc2fab5b8bdff8bf14fb89.tar.xz usb-drivers-135f336a7cc6521cb3dc2fab5b8bdff8bf14fb89.zip |
eizoctl: add an option to list monitors
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 71543a7..0efca70 100644 --- a/README.adoc +++ b/README.adoc @@ -70,6 +70,17 @@ exe := A_Startup . "\eizoctltray.exe" } ``` +On macOS, the simplest way to bind keyboard shortcuts is the Shortcuts app, +with _Run Shell Scripts_ actions: + +``` +/Applications/eizoctltray.app/Contents/MacOS/eizoctltray -q --input HDMI +``` + +If you have issues with entering a specific key combination, like I did +with ^⌘F1 etc., try changing it later within _System Settings_ → _Keyboard_ → +_Keyboard Shortcuts..._ → _Services_ → _Shortcuts_. + elksmart-comm ~~~~~~~~~~~~~ _elksmart-comm_ interfaces with ELK Smart infrared dongles EKX4S and EKX5S-T, |