diff options
author | 2024-02-13 20:02:25 -0500 | |
---|---|---|
committer | 2024-02-13 20:02:25 -0500 | |
commit | 45890ad85c648fecd28c915cc9934b8afa0cb1cc (patch) | |
tree | 8443ff57160d0c6ca98ce519491e00eeedd07f48 /docs/source/usingmame/defaultkeys.rst | |
parent | 10b206b965aa40136be160e9821c750f0f48e120 (diff) |
Default UI keys cleanup [hap, R. Belmont]
- Pause moved from P to F5
- Step single frame moved from Shift-P to Shift-F5
- Create save state moved from Shift-F7 to F6
- Toggle cheats moved from F6 to Shift-F6
Diffstat (limited to 'docs/source/usingmame/defaultkeys.rst')
-rw-r--r-- | docs/source/usingmame/defaultkeys.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/source/usingmame/defaultkeys.rst b/docs/source/usingmame/defaultkeys.rst index f7a7e8ba682..2ff804376e9 100644 --- a/docs/source/usingmame/defaultkeys.rst +++ b/docs/source/usingmame/defaultkeys.rst @@ -72,11 +72,6 @@ and saving/loading save states. **Delete** Clear/reset to default when highlighting an entry on the input configuration, cheat options, and plugin options pages. -**P** - Pauses the emulated machine. -**Left Shift+P** - While paused, advances to next frame. If rewind is enabled, a new rewind - save state is also captured. **Left Shift+~** While paused, loads the most recent rewind save state. **F1** @@ -134,6 +129,11 @@ and saving/loading save states. * **Enter** - switch to palette/colortable mode. Note: Not all systems have decoded graphics and/or tilemaps. +**F5** + Pauses the emulated machine. +**Left Shift+F5** + While paused, advances to next frame. If rewind is enabled, a new rewind + save state is also captured. **Left Ctrl+F5** Toggle Filter. (*SDL MAME only*) @@ -141,6 +141,11 @@ and saving/loading save states. Toggle HLSL Post-Processing. (*Windows non-SDL MAME only*) **F6** + Create a save state. Requires an additional keypress to identify the state, + similar to the load option above. If an existing save state is present, it + will also appear in the selection menu to allow overwriting of that save + state. +**Left Shift+F6** Toggle cheat mode. (if started with “-cheat”) **Left Ctrl+F6** Decrease Prescaling. @@ -154,11 +159,6 @@ and saving/loading save states. drivers. If a given driver is not known to work perfectly, you will receive a warning that the save state may not be valid when attempting to save or load.* -**Left Shift+F7** - Create a save state. Requires an additional keypress to identify the state, - similar to the load option above. If an existing save state is present, it - will also appear in the selection menu to allow overwriting of that save - state. **F8** Decrease frame skipping on the fly. **F9** |