mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
keymaps support (initial patch by Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1173 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7b91a17212
commit
3d11d0eb33
44 changed files with 4107 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue