November 3, 20187 yr How do I swap the mouse buttons in unRAID GUI? Is there a setting in the menus? A file to change on the USB stick? I.e. Left handed mouse
November 3, 20187 yr Since the GUI is browser based, the mouse buttons follow what your system is set to use them as. IE: Windows 10 you can change the "Primary Button" to be the Right Button and then Right clicking would actually be left clicking
November 3, 20187 yr Author 13 hours ago, Aumaan said: Since the GUI is browser based, the mouse buttons follow what your system is set to use them as. IE: Windows 10 you can change the "Primary Button" to be the Right Button and then Right clicking would actually be left clicking This is the unRAID GUI only.
November 3, 20187 yr You'd need to submit a feature req for this (doubt it supports it). Until it gets implemented, you're probably borked
March 16, 20224 yr Not trying to resurrect a dead thread, but thought it would be better to add this here instead of creating another thread. If you’re comfortable in the command line, here’s a post that shows you how to swap mouse buttons for left-handers. For a normal 2 button mouse with no scroll, it’s simply xmodmap -e “pointer = 2 1” For a normal 2 button mouse with a scroll wheel, it’s xmodmap -e “pointer = 3 2 1 4 5” And for us Mac guys that are used to the reverse scrolling, the command is xmodmap -e “pointer = 3 2 1 5 4” I hope this helps any other left-handed people who may be looking. Edit: the directions for having it be permanent seem not work, so I’m just running the command after a reboot if I need to. Edited March 16, 20224 yr by Aquenon Forgot to tell about the permanent settings not working.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.