Last Updated: September 09, 2019
·
631
· rrader

Disable mouse for command-line-only machines

To disable annoying mouse capturing, use this

config.vm.customize ["modifyvm", :id, "--mouse", "usbtablet"]