Virtual Console FCD-CFxx Manual de usuario Pagina 6

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 17
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 5
-6-
>>> cm = VirtualizationManager.getConfigurationManager()
>>> vs = cm.findObject(VirtualServer, 'VS123')
>>> vs.getKeymapName()
'en-us'
>>> # configure VS123 to use German keymap
>>> vs.setKeymapName('de')
>>> vs.getKeymapName()
'de'
>>> # configure VS123 to inherit keymap from its VDC
>>> vs.setKeymapName(None)
>>> vs.getKeymapName()
'en-us'
>>> vdc = vs.getAssociatedVirtualDataCenter()
>>> vdc.getKeymapName()
'en-us'
>>> vdc.setKeymapName('de')
>>> vdc.getKeymapName()
'de'
>>> # by default all virtual servers in this VDC will use 'de'
>>> vs.getKeymapName()
'de'
If a virtual server is running, restart it for the new key map to take effect.
Note that there are still a few key map issues, even if you use Java 1.6, as when for
example, a virtual server console displays a text console (the one that looks like a
vt100 terminal). This is alleviated once you start up a graphical desktop such as
Gnome. Only dead keys continue to be a problem when a graphical desktop is
used.
Using the virtual server console to interact with a graphical desktop on the guest
OS, you can configure VNC or Remote Desktop. If you need to use dead keys to
produce diacritical marks above letters, don’t use the virtual server console.
Instead, switch to a native VNC or Remote Desktop client.
Vista de pagina 5
1 2 3 4 5 6 7 8 9 10 11 ... 16 17

Comentarios a estos manuales

Sin comentarios