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
For someone with dexterity issues (or maybe just a dirty keyboard), the space bar toggle interaction can cause issues. If held, the space bar will repeat, triggering another state change.
I suggest an alternate method for changing switch state IN ADDITION to <space>.
The word "THUMB" was chosen as it seems to have been used for naming the indicator of a ranged input control.
<left-arrow> = move THUMB to "left" position of SWITCH <right-arrow> = move THUMB to "right" position of SWITCH <up-arrow> = move THUMB to "right" position of SWITCH <down-arrow> = move THUMB to "left" position of SWITCH
Arrows repeating will not cause another state change. Range sliders already use this interaction.
The text was updated successfully, but these errors were encountered:
For someone with dexterity issues (or maybe just a dirty keyboard), the space bar toggle interaction can cause issues. If held, the space bar will repeat, triggering another state change.
I suggest an alternate method for changing switch state IN ADDITION to
<space>
.The word "THUMB" was chosen as it seems to have been used for naming the indicator of a ranged input control.
<left-arrow>
= move THUMB to "left" position of SWITCH<right-arrow>
= move THUMB to "right" position of SWITCH<up-arrow>
= move THUMB to "right" position of SWITCH<down-arrow>
= move THUMB to "left" position of SWITCHArrows repeating will not cause another state change. Range sliders already use this interaction.
The text was updated successfully, but these errors were encountered: