Hello!
I work in a computer lab with 11 new 2017 iMac 5ks, running High Sierra (10.13.6). We recently transitioned to wired apple mice and am having trouble setting the scrolling speed and mouse button functions, globally, across all users (new and old). One reason this might be is that after 12 hours the user accounts are deleted (sans the admin account that is used.)
Is there a way that I can permanently set the default mouse tracking speed and enable right click functionality on the wired apple mouse, so that if a student logs into the computer for the first time for the day, that those correct settings are automatically pulled, day after day, even if their account gets deleted?
I hope this makes sense. Right now, every day, I have to reset the mouse tracking speed and enable the right click button on the mouse.
I see in terminal under defaults read, that the right click functionality of the mouse is activated at the following:
"com.apple.driver.AppleHIDMouse" = {
Button1 = 1;
Button2 = 2;
Button3 = 0;
Button4 = 0;
Button4Click = 0;
Button4Force = 0;
ButtonDominance = 1;
ScrollH = 1;
ScrollS = 4;
ScrollSSize = 30;
ScrollV = 1;
The default value for button2 is = 1;
I work in a computer lab with 11 new 2017 iMac 5ks, running High Sierra (10.13.6). We recently transitioned to wired apple mice and am having trouble setting the scrolling speed and mouse button functions, globally, across all users (new and old). One reason this might be is that after 12 hours the user accounts are deleted (sans the admin account that is used.)
Is there a way that I can permanently set the default mouse tracking speed and enable right click functionality on the wired apple mouse, so that if a student logs into the computer for the first time for the day, that those correct settings are automatically pulled, day after day, even if their account gets deleted?
I hope this makes sense. Right now, every day, I have to reset the mouse tracking speed and enable the right click button on the mouse.
I see in terminal under defaults read, that the right click functionality of the mouse is activated at the following:
"com.apple.driver.AppleHIDMouse" = {
Button1 = 1;
Button2 = 2;
Button3 = 0;
Button4 = 0;
Button4Click = 0;
Button4Force = 0;
ButtonDominance = 1;
ScrollH = 1;
ScrollS = 4;
ScrollSSize = 30;
ScrollV = 1;
The default value for button2 is = 1;