File: keyboard_shortcuts.rst

package info (click to toggle)
scummvm 2.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 450,580 kB
  • sloc: cpp: 4,299,825; asm: 28,322; python: 12,901; sh: 11,302; java: 9,289; xml: 7,895; perl: 2,639; ansic: 2,465; yacc: 1,670; javascript: 1,020; makefile: 933; lex: 578; awk: 275; objc: 82; sed: 11; php: 1
file content (32 lines) | stat: -rwxr-xr-x 1,624 bytes parent folder | download | duplicates (2)
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"