Life is easier with simple scripting. Grateful for everyone's encouragement and support!
View this project on GitHub
I have been thinking, what are the native system options to safely edit and create new functionality on a Mac keyboard. This led me to creating custom key bindings.
Goal: have a simple shortcut if I want to turn WiFi on or off. Shows how it’s done with Automator and a script.
I ended up with a left over ghost system extension that cannot be removed by any of the usual methods (sudo rm -rf
). Here is a way around that so we are not left with things in the system that we don’t need.
Terminal command can pass along an AppleScript command. What if all that is happening inside a Python script?
I am back to using a mouse instead of a trackpad that had a convenient swipe gesture to show desktop. It’s something I miss, so: enter Karabiner Elements. A new modification was needed as I couldn’t find anything existing exactly how I wanted it. So I learned how to create one.