You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the #470 (comment) config, I am altering the volume with gestures. However, when increasing and then reversing, it does not go lower than the starting volume. Same for going down then up.
Expected behavior
The gesture reverse action should not be capped by the original state.
Actual behavior
The gesture reverse action is capped by the original state.
Your environment
v2.0.15.
Pop_OS!
Gnome
Potential Source of issue.
From my limited search I came across this function that determines the reverse action. However the increase/decrease both use or equal than. My hypothesis is that when it reaches 0, both are true, resulting in both a normal and reverse action. In other words, nothing happening.
Describe the bug
Using the #470 (comment) config, I am altering the volume with gestures. However, when increasing and then reversing, it does not go lower than the starting volume. Same for going down then up.
Expected behavior
The gesture reverse action should not be capped by the original state.
Actual behavior
The gesture reverse action is capped by the original state.
Your environment
Potential Source of issue.
From my limited search I came across this function that determines the reverse action. However the increase/decrease both use
or equal than
. My hypothesis is that when it reaches 0, both are true, resulting in both a normal and reverse action. In other words, nothing happening.touchegg/src/actions/repeated-action.cpp
Lines 52 to 67 in ef2360b
The text was updated successfully, but these errors were encountered: