Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 606 Bytes

QUICKSWITCH

Switch apps using the keyboard.

Which apps?

See main.rs for the active rules. Search for "Firefox" for an example.

Launchd

To run as a background service on macos use the launchd.plist.

sudo touch /var/log/quickswitch.log /var/log/quickswitch.err.log
sudo chmod 666 /var/log/quickswitch.err.log /var/log/quickswitch.log
launchctl load -w launchd.plist
launchctl list | grep quickswitch
launchctl start com.milessteele.quickswitch
# logs available here:
tail -F -n +1 /var/log/quickswitch.*

Add quickswitch as as able app in Settings > Privacy & Security > Accessibility.