bf87bef091
Sphinx doesn't have very good facilities for marking chunks of documentation as "put this in the manpage only". So instead we move the parts we want to put into both the HTML manuals and the manpage into their own .rst.inc files, which we can include from both the main manual rst files and a new toplevel rst file that will be the skeleton of the qemu.1 manpage. In this commit, just split out the parts of the documentation that go in the manpage. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20200228153619.9906-29-peter.maydell@linaro.org
36 lines
786 B
PHP
36 lines
786 B
PHP
During the graphical emulation, you can use special key combinations to
|
|
change modes. The default key mappings are shown below, but if you use
|
|
``-alt-grab`` then the modifier is Ctrl-Alt-Shift (instead of Ctrl-Alt)
|
|
and if you use ``-ctrl-grab`` then the modifier is the right Ctrl key
|
|
(instead of Ctrl-Alt):
|
|
|
|
Ctrl-Alt-f
|
|
Toggle full screen
|
|
|
|
Ctrl-Alt-+
|
|
Enlarge the screen
|
|
|
|
Ctrl-Alt\--
|
|
Shrink the screen
|
|
|
|
Ctrl-Alt-u
|
|
Restore the screen's un-scaled dimensions
|
|
|
|
Ctrl-Alt-n
|
|
Switch to virtual console 'n'. Standard console mappings are:
|
|
|
|
*1*
|
|
Target system display
|
|
|
|
*2*
|
|
Monitor
|
|
|
|
*3*
|
|
Serial port
|
|
|
|
Ctrl-Alt
|
|
Toggle mouse and keyboard grab.
|
|
|
|
In the virtual consoles, you can use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and
|
|
Ctrl-PageDown to move in the back log.
|