On Fri, Mar 28, 2003 at 09:43:06AM +0100, Thomas Glanzmann wrote: > Hi FVWMers, > I have problems with some applications: > Quake > UMLinux (http://www.umlinux.de/) > > When I change from this applications with ALT TAB or some other hot keys > like CTRL + CURSOR to another page or application. The original > application does not get the release of the modifier (ALT or CONTROL) in > this case alt or control. For user mode linux I solved this problem that > I accounted every pressed key and release this keys explicit when the > application looses foucus. > > So now comes my Question: Is this the job of the window manager or the > job of the application?
The job of the application. When it loses focus with a key pressed, it can not assume that it will receive the key release event. It has to check the state of the keyboard when it receives the focus again. Fvwm can not propagate key events to unfocused windows because it does not know which window should receive them. Bye Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]