mirror of
https://github.com/qemu/qemu.git
synced 2025-07-22 18:27:05 +00:00

Sphinx supports the :kbd: role for notating keyboard input. They get formatted as <kbd> HTML elements in the readthedocs theme we currently use for Sphinx. Besides the better visual formatting, it also helps with accessibility as screen readers can announce the semantics of the <kbd> element to the user. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Message-ID: <20250709-docs_rst_improvements-v2-1-cb5096ad0022@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250710104531.3099313-7-alex.bennee@linaro.org>
38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
During the graphical emulation, you can use special key combinations from
|
|
the following table to change modes. By default the modifier is :kbd:`Ctrl+Alt`
|
|
(used in the table below) which can be changed with ``-display`` suboption
|
|
``mod=`` where appropriate. For example, ``-display sdl,
|
|
grab-mod=lshift-lctrl-lalt`` changes the modifier key to :kbd:`Ctrl+Alt+Shift`,
|
|
while ``-display sdl,grab-mod=rctrl`` changes it to the right :kbd:`Ctrl` key.
|
|
|
|
.. list-table:: Multiplexer Keys
|
|
:widths: 10 90
|
|
:header-rows: 1
|
|
|
|
* - Key Sequence
|
|
- Action
|
|
|
|
* - :kbd:`Ctrl+Alt+f`
|
|
- Toggle full screen
|
|
|
|
* - :kbd:`Ctrl+Alt++`
|
|
- Enlarge the screen
|
|
|
|
* - :kbd:`Ctrl+Alt+-`
|
|
- Shrink the screen
|
|
|
|
* - :kbd:`Ctrl+Alt+u`
|
|
- Restore the screen's un-scaled dimensions
|
|
|
|
* - :kbd:`Ctrl+Alt+n`
|
|
- Switch to virtual console 'n'. Standard console mappings are:
|
|
|
|
- *1*: Target system display
|
|
- *2*: Monitor
|
|
- *3*: Serial port
|
|
* - :kbd:`Ctrl+Alt+g`
|
|
- Toggle mouse and keyboard grab.
|
|
|
|
In the virtual consoles, you can use :kbd:`Ctrl+Up`, :kbd:`Ctrl+Down`, :kbd:`Ctrl+PageUp` and
|
|
:kbd:`Ctrl+PageDown` to move in the back log.
|