http://bugs.winehq.org/show_bug.cgi?id=30561
anatoly techtonik techtonik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE |
--- Comment #6 from anatoly techtonik techtonik@gmail.com 2012-05-01 03:51:14 CDT --- You are not right. Wineconsole is a tool with command line parameters and it can be told what keys are important for the program, so there is a way for it to know that. This is what this report is about.
It is possible to specify from command line, which system key combinations are vital for the program. --keys-exclusive="AltF1 AltF2" - would be nice.
Another way is like VirtualBox does - intercepts all keyboard input in windowed mode unless you press a certain master key (for example, RCtrl). wineconsole can have another command line parameter like --master-key for switching in/out of exclusive mode.
There is a third way - use context menu on the wineconsole screen to configure exclusive keys and persist the configuration.