Right-click on Wineconsole

Questions about Wine on Linux
Locked
wvesa
Newbie
Newbie
Posts: 3
Joined: Sat Sep 16, 2023 9:33 am

Right-click on Wineconsole

Post by wvesa »

Hi,

How to enable right-click and wheel-click on Wine-console? Current behavior is opening console settings. Wine version 8.15 on Ubuntu 22.04.
The application and some screenshots can be found here:
http://ham-radio.com/k6sti/coil.htm
There is a zip-archive containing the executable and documentation.
Everything seems working apart from getting those mouse-events to the application. Left-click works as expected.

Best regards,
-Vesa
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Right-click on Wineconsole

Post by jkfloris »

You can modify how wineconsole reacts to right-clicks by adjusting its settings in the "Properties" menu.
Right-click → Properties → Options → Popup menu
And enable Control and/ or Shift.

See Table 3-2 for more information.
wvesa
Newbie
Newbie
Posts: 3
Joined: Sat Sep 16, 2023 9:33 am

Re: Right-click on Wineconsole

Post by wvesa »

Thanks a lot for the detailed explanation and reference. I saw the options, but just did not get what they do.
Now I can use all the features.
I noticed that this application can consume wheel scroll events too, but is there a way to enable those?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Right-click on Wineconsole

Post by jkfloris »

As far as I know, there is no option for the mouse wheel.

However, during my testing of the program, I did not encounter any issues with the mouse wheel. Have you tried starting the program in a different way to see if the mouse wheel works then?

Code: Select all

wine start cmd /c COIL.EXE
# or
wineconsole COIL.EXE
# or
wine start COIL.EXE
wvesa
Newbie
Newbie
Posts: 3
Joined: Sat Sep 16, 2023 9:33 am

Re: Right-click on Wineconsole

Post by wvesa »

Between the testing Wine has updated to 8.16 and mouse wheel works perfectly no matter what way of starting, including double-click form Gnome Files.

So now this application is Platinum-level supported.

Thanks for everyone involved.
Last edited by wvesa on Wed Sep 20, 2023 1:27 pm, edited 1 time in total.
wvesa
Newbie
Newbie
Posts: 3
Joined: Sat Sep 16, 2023 9:33 am

Re: Right-click on Wineconsole

Post by wvesa »

Strictly the mouse wheel issue is related to wineconsole window scroll-bars. As soon as there is one, it gets priority. Unfortunately such scroll-bar gets automatically added after a minimize–maximize cycle. FYI this is a Wayland session on the above mentioned platform.
Locked