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
#569 contains many fixes to latching behavior to make it more usable and remove various annoyances. However, one major QoL issue remains: several modifiers (especially Shift and Control) are commonly used by applications to change the behavior of mouse buttons, but pressing or releasing these buttons does not break the latch. Therefore, when sticky keys are enabled, after latching a modifier to affect the behavior of the next button press, one must remember to return to the keyboard to unlatch it. Ideally, clicking a mouse button would automatically unlatch all modifiers.
This would presumably require API and compositor changes to implement.
The text was updated successfully, but these errors were encountered:
#569 contains many fixes to latching behavior to make it more usable and remove various annoyances. However, one major QoL issue remains: several modifiers (especially
Shift
andControl
) are commonly used by applications to change the behavior of mouse buttons, but pressing or releasing these buttons does not break the latch. Therefore, when sticky keys are enabled, after latching a modifier to affect the behavior of the next button press, one must remember to return to the keyboard to unlatch it. Ideally, clicking a mouse button would automatically unlatch all modifiers.This would presumably require API and compositor changes to implement.
The text was updated successfully, but these errors were encountered: