Yihuan Pan | db10137 | 2024-01-22 12:22:06 +0800 | [diff] [blame] | 1 | During the graphical emulation, you can use special key combinations from |
| 2 | the following table to change modes. By default the modifier is Ctrl-Alt |
| 3 | (used in the table below) which can be changed with ``-display`` suboption |
| 4 | ``mod=`` where appropriate. For example, ``-display sdl, |
| 5 | grab-mod=lshift-lctrl-lalt`` changes the modifier key to Ctrl-Alt-Shift, |
| 6 | while ``-display sdl,grab-mod=rctrl`` changes it to the right Ctrl key. |
Peter Maydell | bf87bef | 2020-02-28 15:36:14 +0000 | [diff] [blame] | 7 | |
| 8 | Ctrl-Alt-f |
| 9 | Toggle full screen |
| 10 | |
| 11 | Ctrl-Alt-+ |
| 12 | Enlarge the screen |
| 13 | |
| 14 | Ctrl-Alt\-- |
| 15 | Shrink the screen |
| 16 | |
| 17 | Ctrl-Alt-u |
| 18 | Restore the screen's un-scaled dimensions |
| 19 | |
| 20 | Ctrl-Alt-n |
| 21 | Switch to virtual console 'n'. Standard console mappings are: |
| 22 | |
| 23 | *1* |
| 24 | Target system display |
| 25 | |
| 26 | *2* |
| 27 | Monitor |
| 28 | |
| 29 | *3* |
| 30 | Serial port |
| 31 | |
Tianlan Zhou | 4a20ac4 | 2024-02-22 03:52:09 +0800 | [diff] [blame] | 32 | Ctrl-Alt-g |
Peter Maydell | bf87bef | 2020-02-28 15:36:14 +0000 | [diff] [blame] | 33 | Toggle mouse and keyboard grab. |
| 34 | |
| 35 | In the virtual consoles, you can use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and |
| 36 | Ctrl-PageDown to move in the back log. |