I have recently gone through this issue. I am running Lubuntu 13.04 in VirtualBox .So when I have maximized and if I would like switch to next window of main system usually we all do ALT+TAB but thats not getting for main system and going for Vbox's Lubuntu .
So how can i get activated main system ALT+TAB functionality even i have a maximized VirtaulBox operating system .
Thank you .
My solution: VirtualBox: File -> Preferences -> Input -> uncheck "Auto Capture Keyboard"
Enter into VirtualBox
Press the Host key.
NowALT + TABshould work.
Regarding the Host key from VirtualBox Manual Ch. 1
Two part solution:
(1) My solution: VirtualBox:
File
->Preferences
->Input
-> uncheckAuto Capture Keyboard
(taken from @baronbaleron above)(2) Remap
Cycle through open windows
toctrl+tab
. In Linux Mint (a derivative of Ubuntu):Start menu
->Keyboard
->Shortcuts
->General
->Cycle through open windows
-> change binding toctrl + tab
Because I use my left hand to do Alt+Tab, I personally set my Host key to be Left Ctrl. This makes it much more easy to switch if you have your right hand sitting on the mouse: press Left Ctrl then Alt+Tab.
On MacOS: (Control + ALT) then Tab
In the VM I'm using, I also have to hit Enter after this..which is slightly annoying.
This allows you to use Win+Tab on the Guest Machine, while Alt+Tab will be passed to the host. I really miss this functionality when I don't have it.
It also works with Windows Remote Desktop Connection.
Under VitualBox's menu, goto File > Preferences > Input and make sure
[ ] Auto Capture Keyboard
is unchecked. This can't work with it checked.It requires AutoHotKey (or a similar scripting platform, you'll have to research syntax for that) to be ran on the Host and Guest system. You can do a similar script on just the Host, but you'd have to press Alt after each use of Win+Tab on the Guest machine to release the key-state.
This was written for a Windows 10 Host to a Windows 10 Guest, but I see no reason this can't work with other Guests. There are programs like AutoHotKey that may allow other Host OSs to do something like this.
Both scripts be run in Administrator to be able to monitor processes that are also run as Administrator.
Host Machine
Install this on the host machine as, for instance, WinTabHost.ahk.
Guest Machine
Install this on the guest machine as, for instance, WinTabGuest.ahk.
Pressing the Host key once before pressing the Alt + Tab combination seems to work for many. In case it doesn't work for you, try pressing it twice instead.