diff options
| -rw-r--r-- | os-plugins/plugins/vmware/files/run-virt.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/files/run-virt.include b/os-plugins/plugins/vmware/files/run-virt.include index f44d1eae..725ccb1c 100644 --- a/os-plugins/plugins/vmware/files/run-virt.include +++ b/os-plugins/plugins/vmware/files/run-virt.include @@ -46,6 +46,7 @@ sharedFolder.option = \"alwaysEnabled\"" >>${conffile} echo " # version specific stuff config.version = \"8\" +pref.hotkey.gui = \"true\" ehci.present = \"TRUE\" sharedFolder.option = \"alwaysEnabled\" mks.enable3d = \"${enable3d}\"" >>${conffile} @@ -172,7 +173,7 @@ prefvmx.mru.config = \"${conffile}:\" pref.hotkey.control = \"true\" pref.hotkey.alt = \"true\" pref.hotkey.shift = \"true\" -pref.hotkey.gui = \"true\" +# pref.hotkey.gui = \"true\" # in run-vmware.conf now gui.restricted = \"true\" # fullscreen/mouse/keyboard |
