How to stop keys from repeating when typing
-
rockie12_us
- Posts: 14
- Joined: 27. May 2009, 21:55
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
How to stop keys from repeating when typing
Hi
I have VirtualBox 4.2.4 r81684 Running on an intel MAC with 2 GB ram
I have an XP VM with 512 base memory
when typing in ms word in the xp vm, the keys will repeat while typing from time to time. Say I wanted to type hello and I will get heeeeeeeeeeeeeeeeeeellllllllllllllllllllloooooooooooooo
once it starts doing it, it does not stop even if I quit out of the vm
I have found some threads from 2009 saying something about checking the repeat key setting, but I do not know how to do that.
Any help here would be great
Thanks in advance
Dean-O
I have VirtualBox 4.2.4 r81684 Running on an intel MAC with 2 GB ram
I have an XP VM with 512 base memory
when typing in ms word in the xp vm, the keys will repeat while typing from time to time. Say I wanted to type hello and I will get heeeeeeeeeeeeeeeeeeellllllllllllllllllllloooooooooooooo
once it starts doing it, it does not stop even if I quit out of the vm
I have found some threads from 2009 saying something about checking the repeat key setting, but I do not know how to do that.
Any help here would be great
Thanks in advance
Dean-O
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: How to stop keys from repeating when typing
That would be the keyboard repeat rate. There should be a keyboard icon in the guests Control Panel.rockie12_us wrote:I have found some threads from 2009 saying something about checking the repeat key setting, but I do not know how to do that.
Did you install the guest additions?
-
michaln
- Oracle Corporation
- Posts: 2973
- Joined: 19. Dec 2007, 15:45
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Any and all
- Contact:
Re: How to stop keys from repeating when typing
The Guest Additions are irrelevant to keyboard input.mpack wrote:Did you install the guest additions?
-
rockie12_us
- Posts: 14
- Joined: 27. May 2009, 21:55
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
Re: How to stop keys from repeating when typing
Where do I see guest additions?
-
rockie12_us
- Posts: 14
- Joined: 27. May 2009, 21:55
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
Re: How to stop keys from repeating when typing
In this version 4.2.4 I did not get promoted for guest additions. How do I check for them? How do I fix this painful repeating key situation?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: How to stop keys from repeating when typing
Pull down the "Devices" menu of the VM window, select the "Install Guest Additions" menu item. This causes a virtual CD to be attached to the VM, which usually causes the GAs to autorun. If it doesn't auto-run then browse to the CD drive inside the guest and double click the "VBoxWindowsAdditions.exe" file. Remember to unmount the virtual CD when you're done.
Also, read chapter 4 of the user manual, Guest Additions.
Also, read chapter 4 of the user manual, Guest Additions.
-
rockie12_us
- Posts: 14
- Joined: 27. May 2009, 21:55
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
Re: How to stop keys from repeating when typing
After doing this, will chapter 4 have the instructions for fixing this key repeating?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: How to stop keys from repeating when typing
No, it will have answers to questions such as how to install the GAs, which was the question you asked last.
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: How to stop keys from repeating when typing
You could try turning off key repeat on your Mac. System Preferences>Keyboard.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
michaln
- Oracle Corporation
- Posts: 2973
- Joined: 19. Dec 2007, 15:45
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Any and all
- Contact:
Re: How to stop keys from repeating when typing
Installing the Guest Additions does NOT affect guest keyboard input.
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: How to stop keys from repeating when typing
I assume it's a variation on the known problem of missing a key-up event, in which case anything that reduces latency inside the guest is probably good, hence install the GAs. Enabling VT-x may help too, and look at any other significant I/O or CPU burden the the guest might be carrying.
-
michaln
- Oracle Corporation
- Posts: 2973
- Joined: 19. Dec 2007, 15:45
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Any and all
- Contact:
Re: How to stop keys from repeating when typing
That's nonsense. Losing key-up events (if that's what it really is) is unrelated to the guest load. Everything is queued/latched and even though it might take longer for the guest to react, the events can't be lost because the guest is working hard.mpack wrote:I assume it's a variation on the known problem of missing a key-up event, in which case anything that reduces latency inside the guest is probably good, hence install the GAs.
Yes, installing the GAs might in some cases shift things around sufficiently to hide some bugs related to keyboard input or make them harder to reproduce, but it won't fix them. That said, the information (not) provided so far makes it impossible to form a coherent picture of what's really going on.
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: How to stop keys from repeating when typing
Well, perhaps you would care to suggest something useful to the OP, instead of sniping at others attempts.
-
michaln
- Oracle Corporation
- Posts: 2973
- Joined: 19. Dec 2007, 15:45
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Any and all
- Contact:
Re: How to stop keys from repeating when typing
I'm just pointing out that the advice you're giving is unfortunately highly unlikely to have any effect. I suppose I could keep that to myself and let folks discover that on their ownmpack wrote:Well, perhaps you would care to suggest something useful to the OP, instead of sniping at others attempts.
What I'd suggest instead is a) update VirtualBox and b) provide VBox.log if the problem persists.
-
rockie12_us
- Posts: 14
- Joined: 27. May 2009, 21:55
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
Re: How to stop keys from repeating when typing
I am using an external USB keyboard. Would that matter?
I loaded the Guest Additions too
I loaded the Guest Additions too