Eu estava tendo o mesmo problema, e uma pequena pesquisa levou-me ao artigo "Modificando a configuração da tecla de atalho no VMware Server (1008036)" no site da VMware Knowledge Base (arquivado aqui ).
Ele mostra como modificar o arquivo preferences.ini
para fazer a tecla de atalho Ctrl + Alt + Deslocar e indica que outras combinações de teclas também pode ser definido.
Ctrl + Alt + Shift foi bom para mim, então eu tentei isso e funciona:
Purpose
This article provides steps to customize the hot key preferences in VMware Server 2.0.
Resolution
The Remote Console does not provide an interface control to set the hot key settings. You must configure hot keys in the user preferences files.
To configure hot keys in the user preferences file:
Note: If you have other VMware products installed, these changes affect the preferences of those products as well.
Open the preferences file in a text editor.
The file is located in one of the following locations:
- Windows XP and Windows Server 2000 –
C:\Documents and Settings\[username]\Application Data\VMware\preferences.ini
- Windows Vista, Windows 7, Windows Server 2008, Windows 8, and Windows Server 2012 –
%USERPROFILE%\AppData\Roaming\VMware\preferences.ini
- (
%AppData%\VMware\preferences.ini
may work for either of the above.)- Unix/Linux –
~/.vmware/preferences
Add the following lines to the file:
pref.hotkey.gui = "false" pref.hotkey.shift = "true" pref.hotkey.control = "true" pref.hotkey.alt = "true"
This combination sets the hot keys to Ctrl+Alt+Shift. Other settings yield different combinations.
Save the file and restart the Remote Console.
Alegadamente, a linha pref.hotkey.gui
refere-se à tecla do Windows .