Add vnc_keymap flag and enable setting keymap for vnc console.

This commit is contained in:
Masanori Itoh
2011-05-17 01:00:16 +09:00
parent 8d8076ff87
commit d44299be90
3 changed files with 4 additions and 1 deletions

View File

@@ -32,3 +32,5 @@ flags.DEFINE_string('vncserver_host', '0.0.0.0',
'the host interface on which vnc server should listen')
flags.DEFINE_bool('vnc_enabled', True,
'enable vnc related features')
flags.DEFINE_string('vnc_keymap', 'en-us',
'keymap for vnc')