gsplus
gsplus copied to clipboard
Enhancement request - Option to disable right-click speed change
With a laptop touchpad, it's far too easy to right-click and alter the system speed. I'd love an option to disable this feature.
It's in adb.c. Search for adb_increment_speed. If I figure out how the configuration system works, I'll do it myself. For now, I've just commented it out in my build. :-)
Personally, I've never liked that. Middle mouse used to drop to the broken debugger so I took that out under a similar premise.
However, I think I run the risk of imposing too much personal preference if I continue along the path of one-off deactivations and mappings, and there are already a ton of very specific flags and config options.
I believe the appropriate way forward is to allow for 100% input mapping control and customization. I've already done some of this for joysticks, but keyboards are fairly literal maps right now. And in fact, this causes some issues with international keyboard users. (https://github.com/digarok/gsplus/issues/48)
I'm leaving this open for now and would like your feedback on the input config mapping idea (good/bad?). I'm actively working on a new release (0.15), but it probably would be some release after that.
That would be ideal. So many problems solved at once!