docs: Stop building qemu-doc
[qemu/ar7.git] / docs / system / keys.texi
blobc04daf54f2303b0f4bdd6399b388d1cfba52aa59
1 @node pcsys_keys
2 @section Keys in the graphical frontends
4 @c man begin OPTIONS
6 During the graphical emulation, you can use special key combinations to change
7 modes. The default key mappings are shown below, but if you use @code{-alt-grab}
8 then the modifier is Ctrl-Alt-Shift (instead of Ctrl-Alt) and if you use
9 @code{-ctrl-grab} then the modifier is the right Ctrl key (instead of Ctrl-Alt):
11 @table @key
12 @item Ctrl-Alt-f
13 Toggle full screen
15 @item Ctrl-Alt-+
16 Enlarge the screen
18 @item Ctrl-Alt--
19 Shrink the screen
21 @item Ctrl-Alt-u
22 Restore the screen's un-scaled dimensions
24 @item Ctrl-Alt-n
25 Switch to virtual console 'n'. Standard console mappings are:
26 @table @emph
27 @item 1
28 Target system display
29 @item 2
30 Monitor
31 @item 3
32 Serial port
33 @end table
35 @item Ctrl-Alt
36 Toggle mouse and keyboard grab.
37 @end table
39 In the virtual consoles, you can use @key{Ctrl-Up}, @key{Ctrl-Down},
40 @key{Ctrl-PageUp} and @key{Ctrl-PageDown} to move in the back log.
42 @c man end