Commit 032a8c9e35e44b6e6d690e48ddc8429d12bc58e7
1 parent
a7dfe172
help fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1112 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
3 deletions
vl.c
... | ... | @@ -2553,9 +2553,9 @@ void help(void) |
2553 | 2553 | "-loadvm file start right away with a saved state (loadvm in monitor)\n" |
2554 | 2554 | "\n" |
2555 | 2555 | "During emulation, the following keys are useful:\n" |
2556 | - "ctrl-shift-f toggle full screen\n" | |
2557 | - "ctrl-shift-Fn switch to virtual console 'n'\n" | |
2558 | - "ctrl-shift toggle mouse and keyboard grab\n" | |
2556 | + "ctrl-alt-f toggle full screen\n" | |
2557 | + "ctrl-alt-n switch to virtual console 'n'\n" | |
2558 | + "ctrl-alt toggle mouse and keyboard grab\n" | |
2559 | 2559 | "\n" |
2560 | 2560 | "When using -nographic, press 'ctrl-a h' to get some help.\n" |
2561 | 2561 | , | ... | ... |