45

I've got Oracle VirtualBox 4.2.10 installed on Ubuntu 12.04, and with evry virtual machine I create, the "host key", which is supposed to release the mouse doesn't do anything. I've already installed the Guest Additions Expansion Pack (or whatever it's called,) and that didn't fix it. What else should I try?

P.S., not a duplicate of Right Ctrl release does not work - that one is in Windows 7, this one is in Ubuntu 12.04. The answer to that one is inapplicable to this one.

6 Answers6

55

to return ownership of keyboard and mouse to your host operating system, VirtualBox reserves a special key on your keyboard for itself: the "host key". By default, this is the right Control key on your keyboard; on a Mac host, the default host key is the left Command key.

user313045
  • 569
  • 4
  • 3
6

Have you set your release key to something else and forgotten about it? I believe the default key is the right ctrl key, but you can also set your own.

4

For a troublesome Vagrant-generated guest machine running a Linux server distro without graphics which doesn't respond to the other solutions here: With the [text] console of the guest machine (where it is still possible to type), shutdown the guest with sudo shutdown -h now ; the guest machine halts and removes itself from the screen, which returns mouse and keyboard control to the the host PC (in my case I was having to login before I could issue the shutdown command; reminder: default vagrant credentials are vagrant/vagrant)

1

If [auto capture] is checked, your host mouse will stuck on your virtual box. go and uncheck this. go input>keyboard>keyboard sitting.

Erfan
  • 11
0

Post 11:44 AM Friday November 27 2020

During my installation setup I added my mouse with, USB filter into -> Setting -> USB. out of silly mistake, due to this I had to result going into many forums to look for an fix* if your like me remove the filter. other wise try R+RCTRL if this didn't work, add a custom mouse integration in File -> Preferences -> Input -> TAB: Virtual Machine & Look for: Mouse Integration.

Jonas
  • 1
0

Fixed my mouse capture by Unchecking it in the USB selection. Hopefully this helps others.

image of settings pane

Joseph
  • 2,178