我想在 VM Player 上的客户操作系统之外工作时将 Alt-Tab 发送到我的 Windows 主机操作系统。目前它被客户操作系统捕获。有没有办法禁止将其发送到客户机(RedHat)?
答案1
转到%USERPROFILE%\AppData\Roaming\VMware\
,然后打开您的preferences.ini
文件。
在文件中添加以下行:
pref.hotkey.shift = “true”
pref.hotkey.control = “true”
pref.hotkey.alt = “true”
这会将释放热键更改为Ctrl+ Alt+ Shift。
有关热键的更多信息,请查看这个文件。