Imprimerie ISE
My feedback
1 result found
-
122 votes
The latest Beta 30.5.0.102 disabled hover scrolling for values — but alas, again with no option to toggle it we asked for (so it makes half of us very sad). The team has been informed.
An error occurred while saving the comment Imprimerie ISE supported this idea ·
-- You can enable or disable mouse scroll with command Line (here in applescript):
do shell script "defaults write com.apple.AppleMultitouchMouse MouseVerticalScroll -int 1" -- enable
do shell script "defaults write com.apple.AppleMultitouchMouse MouseVerticalScroll -int 0" -- disable
-- and then ask the system to activate the new settings :
do shell script "/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u"
-- the next step is to save as a script in the script menu or automate this with an applet in background (idle handler)