issue-#211 HostPorts.Input problem

Zinn
Posts: 476
Joined: Tue Mar 25, 2014 5:56 pm
Location: Frankfurt am Main
Contact:

Re: issue-#211 HostPorts.Input problem

Post 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
luowy
Posts: 234
Joined: Mon Oct 20, 2014 12:52 pm

Re: issue-#211 HostPorts.Input problem

Post 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!
Post Reply