Looks like VM lag. Bot clicks to clear hotkey button, but hotkey is not cleared (visible on screen).
Right click to your VM ->open VM directory. Close vmware workstation. Open *.vmx file and add
Код: |
monitor_control.virtual_rdtsc = "FALSE"
|
This may help with VM lag, but sometimes add more problems. What is your host system?
Test another lines:
Код: |
isolation.tools.copy.disable = "TRUE"
isolation.tools.dnd.disable = "TRUE"
isolation.tools.paste.disable = "TRUE"
vmmouse.present = "FALSE"
|
You may also need to reinstall VM and don't update vmware tools or workstation itself. 16.1.2 version worked w/o problems