Opened 18 years ago
Closed 18 years ago
#346 closed defect (fixed)
Releasing extended keys when focus lost doesn't work
Reported by: | cm | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.8 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
When VirtualBox windows loses focus it notifies guest OS on releasing all keys currently pressed. It works for normal keys but not for extended (WIN key etc). For example ( I using linux as guest OS, E17 window manager ) I have Win+Fx hotkey for switching desktops in host X windows:
1) I run VirtualBox with Windows XP as guest OS on desktop 4
2) When VirtualBox window is active, press Win+F1
3) Switch back to desktop 4
4) Guest Windows still thinks that WIN key is pressed but it isn't ( for example pressing E without WIN launches explorer as if it were WIN+E )
I guess this bug is a result of misprint in VBoxConsoleView::releaseAllKeysPressed(). Here is patch I've used to fix this.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | vbox-release-keys.patch added |
---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
cm, Thank you very much for noticing that! It's a typo indeed. Fixed, will appear in SVN soon.