Commit f98593103b25750f69c0318a851e8182919eaa98
1 parent
30ca2aab
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1093 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
6 additions
and
3 deletions
Changelog
| @@ -20,6 +20,9 @@ version 0.6.1: | @@ -20,6 +20,9 @@ version 0.6.1: | ||
| 20 | - SPARC system emulation (Blue Swirl) | 20 | - SPARC system emulation (Blue Swirl) |
| 21 | - Automatic Samba configuration for host file access from Windows. | 21 | - Automatic Samba configuration for host file access from Windows. |
| 22 | - '-loadvm' and '-full-screen' options | 22 | - '-loadvm' and '-full-screen' options |
| 23 | + - ne2000 savevm support (Johannes Schindelin) | ||
| 24 | + - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to | ||
| 25 | + the virtual consoles. | ||
| 23 | 26 | ||
| 24 | version 0.6.0: | 27 | version 0.6.0: |
| 25 | 28 |
qemu-doc.texi
| @@ -360,10 +360,10 @@ Start right away with a saved state (@code{loadvm} in monitor) | @@ -360,10 +360,10 @@ Start right away with a saved state (@code{loadvm} in monitor) | ||
| 360 | 360 | ||
| 361 | During the graphical emulation, you can use the following keys: | 361 | During the graphical emulation, you can use the following keys: |
| 362 | @table @key | 362 | @table @key |
| 363 | -@item Ctrl-Shift-f | 363 | +@item Ctrl-Alt-f |
| 364 | Toggle full screen | 364 | Toggle full screen |
| 365 | 365 | ||
| 366 | -@item Ctrl-Shift-Fn | 366 | +@item Ctrl-Alt-n |
| 367 | Switch to virtual console 'n'. Standard console mappings are: | 367 | Switch to virtual console 'n'. Standard console mappings are: |
| 368 | @table @emph | 368 | @table @emph |
| 369 | @item 1 | 369 | @item 1 |
| @@ -374,7 +374,7 @@ Monitor | @@ -374,7 +374,7 @@ Monitor | ||
| 374 | Serial port | 374 | Serial port |
| 375 | @end table | 375 | @end table |
| 376 | 376 | ||
| 377 | -@item Ctrl-Shift | 377 | +@item Ctrl-Alt |
| 378 | Toggle mouse and keyboard grab. | 378 | Toggle mouse and keyboard grab. |
| 379 | @end table | 379 | @end table |
| 380 | 380 |