VMware arrow keys problem on Ubuntu
Posted on August 13th, 2009 by linux
After power up my vmware virtual machines on the Ubuntu I have had a problems using arrow keys when my mouse pointer was captured by the console. Could no move at all and I had to use and Num pad on my keyboard to move around which was really annoying since I could not type a numbers because I had to keep my Num Lock OFF. The solution to this problem is simple:
echo 'xkeymap.nokeycodeMap = true' >> ~/.vmware/config
Filed under: Administration, Linux, Ubuntu, vmware