-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different Animations/Look for Right Mouse Button and Middle Mouse Button on Click and Drag #272
Comments
I second this one! 😄 I have a simpler (and hopefully more visually-analogous) suggestion for differentiating between mouse buttons: because the buttons are normally arranged left to right like: [ ] 0 [ ] then having an outlined set of three buttons appear for each click, with the triggered one highlighted/filled-in, would give visual context to whether the left, middle, or right mouse button has been clicked. This could then be presented in the same elegant visual style as the rest of the keystrokes, and would need no legend to decode the relationship between the on-screen indication and the physical mouse buttons. |
I like the idea of the shaped animations to denote which button was pressed, but am concerned that the visual distinction is too subtle between them, especially when a button is clicked momentarily and not held down. I make tutorial videos and clarity trumps aesthetics every time - if it looks nice but is hard to parse or catch the information then it's second place to something that is not as polished but reliably conveys that vital information. So, I would tentatively suggest that the middle button's oval cursor is fine (it looks like a mousewheel, after all!), but to make the right button more distinct as a 'D' shape, and the left button being the mirror image of that. You might even go as far as a right-facing triangle for the right button (and vice versa for the left button), but I leave that to you to decide where you want to draw the line between design elegance and reliable interpretation by the watcher. |
I'm glad it was helpful input for you 😅 those triangles look amazing, thank you! |
I like the second of @yw4z's options. |
I use 3d Software and have to frequently use the Right Mouse Button and Middle Mouse Button. Currently there is no way to differentiate the Mouse Clicks unless you enable the show mouse events.
Describe the solution you'd like
On Right click perhaps we could change the shape to like a square and for the middle mouse click we could do to a triangle perhaps or some other shapes.
Describe alternatives you've considered
Instead of shapes we could also change the color on right click and middle mouse click. I think this is should be can be an additional feature instead of the main solution as you can have issue with color blindness and the above Solution would be more effective for that.
The text was updated successfully, but these errors were encountered: