diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-12 16:56:30 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-12 16:56:30 +0000 |
commit | 3d11d0eb33f0474f8299c2373f3a91bb416b81c6 (patch) | |
tree | 440a0688fa59bad1dbff32f8e83fed78195df457 /qemu-doc.texi | |
parent | 7b91a17212a0a16dd56a8731c345ecf29c366855 (diff) | |
download | qemu-3d11d0eb33f0474f8299c2373f3a91bb416b81c6.zip |
keymaps support (initial patch by Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1173 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 6338062cdb..e8e75a9ae3 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -189,6 +189,22 @@ command line application. The emulated serial port is redirected on the console. Therefore, you can still use QEMU to debug a Linux kernel with a serial console. +@item -k language + +Use keyboard layout @var{language} (for example @code{fr} for +French). This option is only needed where it is not easy to get raw PC +keycodes (e.g. on Macs or with some X11 servers). You don't need to +use it on PC/Linux or PC/Windows hosts. + +The available layouts are: +@example +ar de-ch es fo fr-ca hu ja mk no pt-br sv +da en-gb et fr fr-ch is lt nl pl ru th +de en-us fi fr-be hr it lv nl-be pt sl tr +@end example + +The default is @code{en-us}. + @item -enable-audio The SB16 emulation is disabled by default as it may give problems with |