VMware

This Question is Answered

1 "helpful" answer available (6 pts)
12 Replies Last post: Feb 17, 2009 9:25 PM by Agasfer  

Keyboard in bad shape with Workstation 6.5 running under Ubuntu Intrepid 8.10 posted: Nov 4, 2008 11:54 AM

Click to view DavidKahn's profile Novice 17 posts since
Aug 4, 2007
Host: Ubuntu AMD64, 8.10

Client: Windows XP Professional


Ctrl-Alt-Del now shrinks the guest O/S's window and gives up keyboard focus, because Ctrl-Alt is the command to give up focus. This is a minor inconvenience, though it does force me to use VMware Worstation rather than the VMware Player.

The arrow keys no longer work within Windows. The down-arrow key open's Window's "Start" menu.


Shift-Ctrl-C and Shift-Ctrl-V no longer work in Linux Terminal windows (this was true under Hardy, but was ignorable)

Probably more.

There's an article on keyboard mapping, but it ends with Workstation 5.5, and most of the links to additional information do not seem to work.

Click to view Teejeaux's profile Enthusiast 34 posts since
Mar 8, 2006

I seem to be having the same problem with my keyboard. The arrow keys don't work, the delete/insert/home/end/pgup/pgdn keys don't work, and the same as the other guy, the down arrow opens the start menu. Does anyone else seem to be having this issue?

Host: Ubuntu 8.10

VM Workstation: 6.5

Guest: Windows XP

Click to view BassKozz's profile Enthusiast 53 posts since
Dec 17, 2007

Having the same problems...

I recenlty upgraded from Ubuntu Hardy (8.04) to Intrepid (8.10), and I
am noticing some wierd keyboard issues with my VMs after the upgrade.


The main problem I am having is that my arrow keys (up,down,left,right) aren't working...
When I press up: the VM thinks I am pressing "Print Screen"
When I press down: the VM thinks I am pressing the windows key (start menu pops up)
When I press right: nothing happens
When I press left: the VM thinks I am pressing "Alt"


When I press the actual windows key, nothing happens. http://communities.vmware.com/images/emoticons/confused.gif


---
VMware Workstation v6.5.0 build-118166
Host OS: Ubuntu 8.10 (64bit)
Guest OS: WinXP Sp3 (32bit)


Click to view Teejeaux's profile Enthusiast 34 posts since
Mar 8, 2006
Try this. Add the following code to your /etc/vmware/config file:

xkeymap.keycode.108 = 0x138 # Alt_R
xkeymap.keycode.106 = 0x135 # KP_Divide
xkeymap.keycode.104 = 0x11c # KP_Enter
xkeymap.keycode.111 = 0x148 # Up
xkeymap.keycode.116 = 0x150 # Down
xkeymap.keycode.113 = 0x14b # Left
xkeymap.keycode.114 = 0x14d # Right
xkeymap.keycode.105 = 0x11d # Control_R
xkeymap.keycode.118 = 0x152 # Insert
xkeymap.keycode.119 = 0x153 # Delete
xkeymap.keycode.110 = 0x147 # Home
xkeymap.keycode.115 = 0x14f # End
xkeymap.keycode.112 = 0x149 # Prior
xkeymap.keycode.117 = 0x151 # Next
xkeymap.keycode.78 = 0x46 # Scroll_Lock
xkeymap.keycode.127 = 0x100 # Pause
xkeymap.keycode.133 = 0x15b # Meta_L
xkeymap.keycode.134 = 0x15c # Meta_R
xkeymap.keycode.135 = 0x15d # Menu
Click to view Teejeaux's profile Enthusiast 34 posts since
Mar 8, 2006
Try this. Add the following code to your /etc/vmware/config file:

xkeymap.keycode.108 = 0x138 # Alt_R
xkeymap.keycode.106 = 0x135 # KP_Divide
xkeymap.keycode.104 = 0x11c # KP_Enter
xkeymap.keycode.111 = 0x148 # Up
xkeymap.keycode.116 = 0x150 # Down
xkeymap.keycode.113 = 0x14b # Left
xkeymap.keycode.114 = 0x14d # Right
xkeymap.keycode.105 = 0x11d # Control_R
xkeymap.keycode.118 = 0x152 # Insert
xkeymap.keycode.119 = 0x153 # Delete
xkeymap.keycode.110 = 0x147 # Home
xkeymap.keycode.115 = 0x14f # End
xkeymap.keycode.112 = 0x149 # Prior
xkeymap.keycode.117 = 0x151 # Next
xkeymap.keycode.78 = 0x46 # Scroll_Lock
xkeymap.keycode.127 = 0x100 # Pause
xkeymap.keycode.133 = 0x15b # Meta_L
xkeymap.keycode.134 = 0x15c # Meta_R
xkeymap.keycode.135 = 0x15d # Menu

On Tue, Nov 4, 2008 at 11:33 AM, BassKozz
Click to view BassKozz's profile Enthusiast 53 posts since
Dec 17, 2007

Solution Found, type the following into terminal:
echo 'xkeymap.nokeycodeMap = true' > ~/.vmware/config

Thanks to: https://bugs.launchpad.net/ubuntu/+bug/289098
Specifically: https://bugs.launchpad.net/ubuntu/+bug/289098/comments/8

You will see the following "Hint" everytime you boot your VM:

http://i4.photobucket.com/albums/y105/basskozz/VMware/vmware-keyboardmap-Hint.png

, but no biggie :)


Click to view johnswb's profile Hot Shot vExpert 243 posts since
Feb 14, 2006

echo 'xkeymap.nokeycodeMap = true' > ~/.vmware/confi

This worked for me as well until I use the "Unity" option. If I arrow up and down in the program menu it works fine in "Unity", but once I open an application the up and down arrow keys do not work.

Click to view aaron552's profile Novice 13 posts since
May 28, 2007

johnswb wrote:
echo 'xkeymap.nokeycodeMap = true' > ~/.vmware/confi

This worked for me as well until I use the "Unity" option. If I arrow up and down in the program menu it works fine in "Unity", but once I open an application the up and down arrow keys do not work.

Exact same problem for me. Works in console view, reverts to broken in Unity.
This is definitely a critical bug. Needs fixing ASAP.
Click to view dath's profile Lurker 1 posts since
Jul 16, 2006
Another "me too". Also running 8.10 and now using the individual mappings workaround and it allows me to start Unity, but the mappings don't seem to work in Unity mode.
Click to view OrlandoR's profile Lurker 1 posts since
Feb 11, 2009
Same here,

Adding the no keycode hack gives me a second problem.
Some special characters don't work (alt gr).
Click to view Agasfer's profile Lurker 1 posts since
Feb 17, 2009

David,

so, were you able to use VmWare after this installation snafu? I am experiencing the same issue...

TIA

VMware Beta Programs

Want to be Considered for Future Beta Programs?

Learn More

VMware Developer

Download SDKs, APIs, videos,
training, and more in the Developer community.

Learn More

Developer
Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld
Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

Only VMware ... Delivers Nexus 1000V

Ensure consistent, policy-based network capabilities to virtual machines across your data center.

Learn More

Communities