1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
===================
Keyboard shortcuts
===================
ScummVM supports various in-game keyboard and mouse shortcuts, and since version 2.2.0 these can be manually configured in the :doc:`Keymaps tab <../settings/keymaps>`, or in the :doc:`configuration file <../advanced_topics/configuration_file>`.
For game-specific controls, see the `wiki entry <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>`_ for the game you are playing.
Default shortcuts are shown in the table.
.. csv-table::
:widths: 30 70
:header-rows: 1
Shortcut, Description
:kbd:`Ctrl+F5` ,Displays the Global Main Menu
:kbd:`Cmd+q` ,Quit (macOS)
:kbd:`Ctrl+q` ,Quit (Linux/Unix)
:kbd:`Alt+F4`,Quit (Windows)
:kbd:`Ctrl+z`,Quit (other platforms)
:kbd:`Ctrl+u` ,Mutes all sounds
:kbd:`Ctrl+m` ,Toggles mouse capture
:kbd:`Ctrl+Alt` and :kbd:`9` or :kbd:`0`,Cycles forwards/backwards between graphics filters
:kbd:`Ctrl+Alt` and :kbd:`+` or :kbd:`-`,Increases/decreases the scale factor
:kbd:`Ctrl+Alt+a` ,Toggles aspect ratio correction on/off
:kbd:`Ctrl+Alt+f` ,Toggles between nearest neighbor and bilinear interpolation (graphics filtering on/off)
:kbd:`Ctrl+Alt+s` ,Cycles through stretch modes
:kbd:`Alt+Enter` ,Toggles full screen/windowed mode
:kbd:`Alt+s` ,Takes a :ref:`screenshot <screenshotpath>`
:kbd:`Ctrl+F7`,"Opens virtual keyboard (if enabled). This can also be opened with a long press of the middle mouse button or wheel."
:kbd:`Ctrl+Alt+d`,"Opens the ScummVM debugger"
|