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.
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.