-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
new plugin: NoMouseNavigation #2314
base: dev
Are you sure you want to change the base?
Conversation
92286cd
to
04d0ffc
Compare
04d0ffc
to
0d23296
Compare
I tested and it seems like mouseup is not being fired for my side buttons, which makes the plugin not work |
works for me. on linux, maybe this is platform dependant? |
Which OS are you on? If you're on Linux, which distro and are you on X11 or Wayland? |
windows haha |
Can't reproduce at all... But it should work the same way everywhere. Do you want to say that it navigates on |
3a25da5
to
05a4044
Compare
c50208b
to
d8524b0
Compare
88319e8
to
aaba22f
Compare
2a4cdf0
to
a43d5d5
Compare
c14afb0
to
7dc1d4c
Compare
bc67db1
to
b333deb
Compare
fa092cf
to
eb63a54
Compare
NoMouseNavigation allows users to disable the default handling of mouse side buttons (3 and 4).
Many people use side buttons for PTT. By default, Discord will handle those by navigating forward/backward through visited pages while the app is in focus, causing severe butthurt for PTT users. This plugin simply prevents the default behavior, PTT continues working normally.
P.S. I'm not sure if adding myself into the dev list in
constants.ts
is appropriate, but looking through other plugins, I couldn't find any files where authors are added in the way described by2_PLUGINS.md
, so I assumed this is the new undocumented standard? Anyways, I can always revert that, just lmk.