Enable Back and Forward mouse buttons in VMware

Talks about penguins goes here
Post Reply
User avatar
CDMC
Admin
Admin
Posts: 23887
Joined: 2012/02/01 06:42
CDMC’s avatar
Loading…

Enable Back and Forward mouse buttons in VMware

Post by CDMC »

Edit your VMs .VMX file and add these lines

Code: Select all

mouse.vusb.enable = "TRUE"
mouse.vusb.useBasicMouse = "FALSE"
.VMX file is where your virtual machene is saved. You can open it with a text editor of your choice.
Make sure the VM in question is turned off before editing the file, then just save it and see if it works (it did for me) :D


Source: https://forensicating.ninja/2018/11/21/ ... rkstation/

Post Reply

Return to “Linux”