Host is fedora, french keybpoard ("azerty") is OK
Accessing a running machine ( vista 64 bits) thru the web ui give me the good keyboard.
Accessing the same machine thru vnc give me a us keyboard ("qwerty").
In the vmx file of my vm, I have :
RemoteDisplay.vnc.enabled = "true"
RemoteDisplay.vnc.port = "5916"
RemoteDisplay.vnc.password = "pssss"
RemoteDisplay.vnc.keymap = "fr104"
I tried with only "fr" with the same result.
I stop/start the vm, same result
I stop/start the server (just in case ..) same result
$ ls /usr/lib/vmware/xkeymap/
be101 chde101 chfr101 de101 dk101 es101 fi101 fr101 gb101 is101 it101 jp106 no101 pt101 se101 us101
be104 chde104 chfr104 de104 dk104 es104 fi104 fr104 gb104 is104 it104 jp109 no104 pt104 se104 us104
I would appreciate any idea.
Message was edited by: jcezanna56
I tried also with an absolute path to a file under /usr/lib/vmware/xkeymap as value, and got no more success !
If someone having a keyboard like german (with beta char), or anything else very different from the us keyboard has no problem accessing a vm thru vnc, maybe he (she) can give with detail his (her) configuration.