how to enable middle mouse button emulation? #4607
-
Hi, xpra works great for our legacy X11/Motif app, except it requires a middle mouse button for some functionality. On XQuartz on macOS, we can work around this by enabling middle mouse button emulation, which treats option+left click as a middle mouse click. Unfortunately, with xpra, I have not been able to get middle mouse button emulation to work. I have tried the various solutions here, but they do not seem to work: https://askubuntu.com/questions/160164/how-do-i-enable-middle-mouse-button-emulation. Does xpra have its own setting for middle mouse button emulation? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Doesn't your mac have a middle button? I fail to see how this could be an xpra bug. |
Beta Was this translation helpful? Give feedback.
I think this should be implemented as a client option, not a server-side fixed setting, something like:
xpra attach --emulate-3-button=no|modifier
Where
modifier
can be any of the regular modifiers.Please file an xpra feature request issue.