I'm running a vmware virtual machine (not vmware pro) on which I have given 2 GB RAM from my laptop . The problem is whenever I press caps lock when writing text inside the virtual machine and I get capital letters when I press it again and I write some text I get mixed letters ex. (ExAMPLe instead of example ) I went to my vm settings but I didn't find something about my keyboard functionality . I would appreciate your help with helping me solve this problem . (feel free to ask for more info that I should include about the question )
Asked
Active
Viewed 4,105 times
3
-
1me too. caps lock is not working on my side. – syjsdev Jun 02 '20 at 01:19
1 Answers
3
I had the same problem and fixed it by adding this line to the .vmx file for the Ubuntu VM:
mks.win32.useInjectedMagic=FALSE
Edit 2020-09-17: another user with the same problem had to apply a small adjustment, quoting the "FALSE" value:
mks.win32.useInjectedMagic = "FALSE"

KenB
- 6,587
- 2
- 35
- 31
-
worked for me on a Windows 8 host. The .vmx file is in c:/Users/
/Documents/Virtual Machines/ – Stephen Leake Jan 15 '21 at 17:03/ .vmx