If you have problems with: Drag and drop Copy and paste Keyboard input lag And you are using vmware workstation 17.x with linx guest:
- Make sure you are set setting "Enable drag and drop" and "Enable copy and paste" in "Virtual Machine Settings -> Options -> Guest Isolation"
- Make sure you have this lines in .vmx file of your VM:
keyboard.vusb.enable = "TRUE"
keyboard.allowBothIRQs = "FALSE"
isolation.tools.copy.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.paste.disable = "FALSE"
isolation.tools.hgfs.disable= "FALSE"
keyboard.allowBothIRQs = "FALSE"
keyboard.vsub.enable = "TRUE"
keyboard.vsub.enable = "TRUE" also resolve problems with keyboards in vmware workstation 17.xx with linux guests
Before you add this lines to vmx, poweroff your vm.
3. Make sure you are not using Wayland shit. Jst use x11 (logout and change yor session to x11)