How do I activate Mouse Keys with an apple script or the command line?
0
votes
1
answer
1671
views
I have set up mouse keys to activate when clicking option five times.
Unfortunately, it appears that I cannot activate mouse keys with this script
repeat 5 times
tell application "System Events" to key code 58
end repeat
I also tried defaults write com.apple.universalaccess mouseDriver 1
I have system preferences blocked, so I can't turn on mouse keys by going into system preferences.
How can I activate mouse keys using a terminal command or script?
Asked by Cauder
(54 rep)
Jul 28, 2020, 05:02 PM
Last activity: Jul 29, 2020, 08:36 PM
Last activity: Jul 29, 2020, 08:36 PM