On Manjaro Linux Cinnamon, I use the following settings configured via dconf:
dconf write /org/cinnamon/settings-daemon/peripherals/keyboard/delay "uint32 150"
dconf write /org/cinnamon/settings-daemon/peripherals/keyboard/repeat-interval "uint32 10"
dconf write /org/cinnamon/settings-daemon/peripherals/mouse/motion-acceleration 6.0
dconf write /org/cinnamon/settings-daemon/peripherals/mouse/motion-threshold 2.0
Keyboard delay of 150 ms, repeat interval of 10 ms, mouse acceleration of 6.0, and motion threshold of 2.0.
How can I achieve similar settings on Windows 11?
Looking at the registry Computer\HKEY_CURRENT_USER\Control Panel\Keyboard
I see that :
KeyboardDelay
is set to 1.KeyboardSpeed
is set to 31.
I don’t feel any changes when changing those values, I don’t know if I should restart for them to apply.
For mouse I search for “pointer” in the Start menu and click on Change the mouse pointer display or speed
but I can only change the speed. I don’t see a setting to change acceleration. What is Enhance pointer precision
?
How can I achieve similar settings on Windows 11? Any help would be appreciated!
You must log in or register to comment.