How do I swap the mouse buttons in unRAID GUI?


Paul_Ber

Recommended Posts

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.

Link to comment
  • 3 years later...

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 by Aquenon
Forgot to tell about the permanent settings not working.
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.