VMware cursor, etc. key misbehavior under Linux/Ubuntu Intrepid (8.10)
Cursor (arrow) keys acting like the Win key... and other strange key misbehavior caused by inappropriate key mapping? The following solved this problem for me:
resp.
if ~/.vmware/config already exists (a new line will be appended)
echo 'xkeymap.nokeycodeMap = true' > ~/.vmware/config
resp.
echo 'xkeymap.nokeycodeMap = true' >> ~/.vmware/config
if ~/.vmware/config already exists (a new line will be appended)
Awesome! Thanks!
ReplyDeleteyou're a lifesaver - that cursor problem was driving me insane.
ReplyDeleteRight on!! Thanks
ReplyDeleteI was turning crazy!
ReplyDeleteMany many thanks...
Thanks, that worked great.
ReplyDeleteI'd recommend to always use the second command, because it will also work when the file does not exist. :)
Perfect - nice one.
ReplyDeletePT - Funcionou:)
ReplyDeleteEN - It works :)
I post on my blog too, with source of yours:
http://aventux.blogspot.com/
abr,
Paulo Gomes