Home » Informatica, Linux, Sistemistica

VMware – Problemi caratteri speciali tastiera

8 febbraio 2010 691 views One Comment

Chi utilizza vmware su linux (fino alla versione 7), avrà notato che ci sono alcuni problemi nell’inserimento di alcuni caratteri speciali su una vps.

Uno di questi caratteri è la chiocciola (@), il che è molto snervante.

Il problema, principalmente, nasce da un setting di default che effettua la mappatura della tastiera dell’host replicando la stessa configurazione sulla keyboard virtuale.

Per correggere questa impostazione (almeno per alcuni caratteri speciali, tornando a scrivere una email con l’indirizzo giusto :) basta editare con qualsiasi editor testuale (consiglio vim) il file ~/.vmware/config ed inserire queste righe:

xkeymap.nokeycodeMap = true
xkeymap.keycode.108 = 0×138 # Alt_R
xkeymap.keycode.106 = 0×135 # KP_Divide
xkeymap.keycode.104 = 0x11c # KP_Enter
xkeymap.keycode.111 = 0×148 # Up
xkeymap.keycode.116 = 0×150 # Down
xkeymap.keycode.113 = 0x14b # Left
xkeymap.keycode.114 = 0x14d # Right
xkeymap.keycode.105 = 0x11d # Control_R
xkeymap.keycode.118 = 0×152 # Insert
xkeymap.keycode.119 = 0×153 # Delete
xkeymap.keycode.110 = 0×147 # Home
xkeymap.keycode.115 = 0x14f # End
xkeymap.keycode.112 = 0×149 # Prior
xkeymap.keycode.117 = 0×151 # Next
xkeymap.keycode.78 = 0×46 # Scroll_Lock
xkeymap.keycode.127 = 0×100 # Pause
xkeymap.keycode.133 = 0x15b # Meta_L
xkeymap.keycode.134 = 0x15c # Meta_R
xkeymap.keycode.135 = 0x15d # Menu
xkeymap.keycode.79  = 0×137 # Numpad_Home as Prt_Scr

One Comment »

  • www.upnews.it said:

    VMware – Problemi caratteri speciali tastiera | blog.morphey.org…

    Su VMware non funziona, sempre, la mappatura della tastiera per i caratteri speciali come la chiocciola. Questa guida ci permetterà di correggere questa impostazione….

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.