About VirtualBox 7.1.x I know how to change the View Mode through the keyboard shortcuts as follows:
- Host + F
- Host + C
Now consider the following basic and simple scenario:
- Machine Host (Windows) (a.k.a AAA) uses
VirtualBoxto run its VM as Guest (Linux) (a.k.a BBB) - The same Guest (a.k.a BBB) uses
Remminato access a Remote Machine (a.k.a CCC)
Therefore:
AAA (Host) --- VirtualBox ---> BBB (Guest) --- Remmina ---> CCC
Until here zero problems.
Now
- The Remote Machine (a.k.a CCC) is a Host too and runs its own VM as Guest too (Linux) (a.k.a DDD)
Therefore:
BBB (Guest) --- Remmina ---> DDD (Host) --- VirtualBox ---> CCC (Guest)
The problem is:
If I am using Remmina and working in peace with the Guest (Linux) (a.k.a DDD) and if I do any keyboard shortcut to change the view mode it always applies to the first Guest (a.k.a BBB) and not to the second Guest (Linux) (a.k.a DDD)
Therefore any keyboard shortcut that is executed is applied in the first Guest and not the second Guest
Question
- Is possible in someway in
VirtualBox7.1.x do some action where can appear theUser Interfacemenu as a popup? But without Keyboard Shortcut
It with the main purpose to change the View Mode.