]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commitdiff
update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Oct 2004 14:33:10 +0000 (14:33 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Oct 2004 14:33:10 +0000 (14:33 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1093 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
qemu-doc.texi

index d3ed8892d73f6fc1b18f299d3a34f38287baac9a..f0e8839c676d0760dc1bbc875a4fc213ac977af0 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -20,6 +20,9 @@ version 0.6.1:
   - SPARC system emulation (Blue Swirl)
   - Automatic Samba configuration for host file access from Windows.
   - '-loadvm' and '-full-screen' options
+  - ne2000 savevm support (Johannes Schindelin)
+  - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to
+    the virtual consoles.
 
 version 0.6.0:
 
index d7159a603e71b8ce3077a365bcbc2207789325d1..c262ee7e9c15bdccf1f04030583d020ffc0ad2bc 100644 (file)
@@ -360,10 +360,10 @@ Start right away with a saved state (@code{loadvm} in monitor)
 
 During the graphical emulation, you can use the following keys:
 @table @key
-@item Ctrl-Shift-f
+@item Ctrl-Alt-f
 Toggle full screen
 
-@item Ctrl-Shift-Fn
+@item Ctrl-Alt-n
 Switch to virtual console 'n'. Standard console mappings are:
 @table @emph
 @item 1
@@ -374,7 +374,7 @@ Monitor
 Serial port
 @end table
 
-@item Ctrl-Shift
+@item Ctrl-Alt
 Toggle mouse and keyboard grab.
 @end table