# HG changeset patch # User kasai.takanori@jp.fujitsu.com # Node ID 4140309fc23209a40ec9017d04f28ea8c4aa48d8 # Parent 73ef90055339056c6f84aa6da24b61ae748c6302 Add example of keyboard layout Signed-off-by: Takanori Kasai diff -r 73ef90055339 -r 4140309fc232 tools/examples/xmexample.hvm --- a/tools/examples/xmexample.hvm Thu Nov 16 18:29:06 2006 +0000 +++ b/tools/examples/xmexample.hvm Fri Nov 17 15:10:15 2006 +0900 @@ -190,3 +190,7 @@ serial='pty' # absolute mouse) #usbdevice='mouse' #usbdevice='tablet' + +#----------------------------------------------------------------------------- +# Set keyboard layout, default is en-us keyboard. +#keymap='ja' diff -r 73ef90055339 -r 4140309fc232 tools/examples/xmexample.vti --- a/tools/examples/xmexample.vti Thu Nov 16 18:29:06 2006 +0000 +++ b/tools/examples/xmexample.vti Fri Nov 17 15:10:15 2006 +0900 @@ -134,3 +134,7 @@ serial='pty' # absolute mouse) #usbdevice='mouse' #usbdevice='tablet' + +#----------------------------------------------------------------------------- +# Set keyboard layout, default is en-us keyboard. +#keymap='ja'