Replies: 11 comments 2 replies
-
We've been using emulate 3-button mouse in XQuartz. There's also Lisp's emulated middle button, but it's holding down left and right at the same time, and I don't think you can do that in XQuartz, at least on a trackpad. It's the same in SDL because it's the OS that decides whether you can do both buttons at the same time (if you plug in a real 2- or 3- button USB mouse it shouldn't be a problem) |
Beta Was this translation helpful? Give feedback.
-
I should be clearer. I have a Logitech bluetooth trackball, which has 3 buttons (well, two buttons and a scroll wheel/button combo). Clicking that middle button doesn't do anything in Medley running in XQuartz, but didn't this used to work? Only way to get middle button is by setting emulate 3 buttons and command-left-click, which I don't remember doing before. I'm starting from a completely fresh install. |
Beta Was this translation helpful? Give feedback.
-
make sure you have the lispusers/WHEELSCROLL.LCOM loaded, and that |
Beta Was this translation helpful? Give feedback.
-
Ahh, rev -event reports button5 for the middle button. I think it should be button 3? |
Beta Was this translation helpful? Give feedback.
-
I got that wrong 4 and 5 are when I scroll. Middle button doesn't seem to be doing anything. |
Beta Was this translation helpful? Give feedback.
-
Buttons: The mac trackpad generates: I have "option-left-click" defined to be middle button, and emulate-3-button mouse on. |
Beta Was this translation helpful? Give feedback.
-
Check |
Beta Was this translation helpful? Give feedback.
-
Ha! Turns out it's hardware failure. Tried another trackball, it's generating button 2. |
Beta Was this translation helpful? Give feedback.
-
It would be nice if we could figure out how to discriminate between an intended scroll and an accidental rotation with an intended button press. There’s an issue on that, I think.
… On Mar 7, 2023, at 6:44 PM, Arun Welch ***@***.***> wrote:
nd an "other" one that wanders with me. It was the "other" one that seems to have a busted middle click. Thanks for the help.
|
Beta Was this translation helpful? Give feedback.
-
I'd like to have some strategy for how we will deal with different devices. I can't see any way to do much without a keyboard, but maybe:
this is a "modernization" to deal with modern hardware. Can we use function keys? |
Beta Was this translation helpful? Give feedback.
-
the discrimination between intended scroll and intended button press might depend on the hardware of the mouse. i don't think it would be too onerous to add some kind of middle-mouse alternative ctrl-alt-space |
Beta Was this translation helpful? Give feedback.
-
OK, I’m coming back to the system after admittedly too long away, and the only way I can get middle button to work is by emulating 3-button in the XQuartz settings and using command-click. Didn’t middle button work at one point? Does it work in the SDL version?
Beta Was this translation helpful? Give feedback.
All reactions