how to upgrade your vortex 3 rgb keyboard on a mac using vmware fusion
by default vmware fusion treats your usb vortex 3 rgb keyboard as a ps/2 keyboard
to fix this
shutdown your vm
add this two lines to your vmx file
boot
run the vortex upgrade
shutdown
comment the lines with #
by default vmware fusion treats your usb vortex 3 rgb keyboard as a ps/2 keyboard
to fix this
shutdown your vm
add this two lines to your vmx file
usb.generic.allowHID = "TRUE"
usb.generic.allowLastHID = "TRUE"
boot
run the vortex upgrade
shutdown
comment the lines with #
Comments