Skip to content
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

Extra Mouse Keys #594

Closed
ellisgl opened this issue Mar 19, 2020 · 1 comment
Closed

Extra Mouse Keys #594

ellisgl opened this issue Mar 19, 2020 · 1 comment

Comments

@ellisgl
Copy link

ellisgl commented Mar 19, 2020

Operating Systems

Server: Windows 10 1909

Client: Kubntu

Barrier Version

2.3.2-snapshot-210c2b70

Steps to reproduce bug

  1. Use the extra mouse keys (4, 5, etc)
  2. "Back", "Forward" actions no activated in app.
  3. Shift mouse-scroll up and shift mouse-scroll down are sent.

Other info

  1. Should send "mouse 4", "mouse 5", etc...
@ellisgl
Copy link
Author

ellisgl commented May 13, 2020

OK- I found out the issue. In linux, the mouse buttons are not correctly.
A little help from here: https://askubuntu.com/questions/492744/how-do-i-automatically-remap-buttons-on-my-mouse-at-startup

Ended up with doing this:
xinput --set-button-map 4 1 2 3 4 5 8 9 6 7
the first #4 is the device id i found. the 6 & 7 were the offending mapping, so replacing 6 7 with 8 9 7 fixed it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant