synaptics: fix tapButtons setting#4823
Conversation
|
Weird, I did an upgrade and tapping worked fine. Maybe it only affects it when disabling? |
|
@lethalman Precisely, it breaks only when trying to disable taps. As for fingersMap and buttonsMap -- that was my change -- I was using different maps for fingers and buttons, so splitting them was more convenient for me. |
|
@abbradar that's ok, but why TapButton -> fingersMap, ClickFinger -> buttonsMap? Sounds confusing to me. |
|
Now when you said it -- it really is. Maybe rename |
|
Looks perfect. Thank you! 👍 |
synaptics: fix tapButtons setting
|
I just wonder what is the usecase for having different maps for taps and clicks… |
|
Hm, and BTW seems that the renaming of |
|
My usecase was to disable three-buttons tap, but not click -- evolved from my habit of semi-consciously tapping on touchpad while thinking. |
Wow, that’s handy! I should probably do that as well. |
This should fix an issue with tapButtons reported by @puffnfresh (sorry for the breakage!) in #4746 .