jbensmann / mouseless

A replacement for the mouse in Linux
MIT License
171 stars 16 forks source link

Mouseless making my keys slower #7

Closed ghost closed 1 year ago

ghost commented 1 year ago

i have set my keyboard to register key taps faster (xset r rate 250 35), but when i run mouseless, it gets reverted back to the default slower speed. Is there any way to fix this? Thanks :)

jbensmann commented 1 year ago

This is because mouseless basically creates a new keyboard to which the setting has to be applied again (same as when one plugs in a real keyboard). There is an option in the config file to execute commands after the mouseless keyboard has been created, like:

startCommand: "xset r rate 250 35"
ghost commented 1 year ago

Thanks a ton, that fixed my problem! And thanks for developing mouseless :) Have been looking for a good alternative for a while.

jbensmann commented 1 year ago

You're welcome :)