红联Linux门户
Linux帮助

Fedora下VMware虚拟机键盘映射问题

发布时间:2015-02-06 15:12:49来源:linux网站作者:linux人

在Fedora系统中基于VMware workstation 7 创建Windows Server 2003虚拟机启动后,出现如下错误:

A language-specific mapping from X keysyms to machine scancodes will be used, based on the detected keyboard type of "us101". However, this program's language-specific mapping may not be correct for your keyboard in all the details, because X keyboard mappings vary.
You can override specific key mappings in the virtual-machine configuration.
For more information, please see VMware Workstation documentation available on our Web site at http://vmware.com/info?id=10.


解决办法:
$su -
# vi /etc/vmware/config

在最后添加如下行:
xkeymap.language = "us101"