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
The left button is currently used to spawn a special command when clicked; the user can use this command to pop up a XMenu dropdown menu, for example. I can assign another behaviour to that button: drag-and-dropping it does reparenting, while a regular click keeps its purpose.
However, that control may feel a bit funky: the button is too small for optimal touch-screen usage. And sometimes you may want to click, but your mouse/stylus slides too much and shod interprets it as a dragging operation; or you may want to drag-and-drop but you do not slide enough for shod to recognize the dragging action. The optimal solution is to have one control per mouse button, avoiding misclicks/misdrags.
Most of the mouse functionality works fine with touch-screen but as there's no way
to do a right-click. Reparenting isn't possible.
The text was updated successfully, but these errors were encountered: