Page 2 of 2

Re: issue-#211 HostPorts.Input problem

Posted: Wed Oct 20, 2021 4:51 pm
by Zinn
(1)
Linux Mint uses the Alt-Key for moving windows. This should be disabled. Otherwise you can't use the Alt-Key inside Blackbox. You can change it ...
... interactive via
Mint-Menus -> System Settings -> Preferences -> Windows -> Behaivour
Moving and Resizing Windows
Special key to move and resize windows -> Disabled
... or via command procedure
$ nano ~/Documents/settings.txt
[org/cinnamon/desktop/wm/preferences]
mouse-button-modifier=''
$ dconf load / < ~/Documents/settings.txt
(2)
With this patch the right mouse button works in Wine more reliable as without.
(3)
More important is that pressing the mouse bottom doesn't stop Services.Action any more

- Helmut

Re: issue-#211 HostPorts.Input problem

Posted: Thu Oct 21, 2021 4:10 am
by luowy
Zinn wrote:(1)
Linux Mint uses the Alt-Key for moving windows. This should be disabled. Otherwise you can't use the Alt-Key inside Blackbox.
thanks, nailed it!