diff options
| author | InfoManiac742 <26778801+InfoManiac742@users.noreply.github.com> | 2022-06-11 09:05:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-11 12:05:51 -0400 |
| commit | 4f492e9f635c4fcecf4e28bcc29721ee9eea2a0a (patch) | |
| tree | 0f5ba671095e92d192eab37f214cab9fc1d9b8e2 | |
| parent | 257cc41d2b537e4a1ef2e6dd0cf6907380abf46d (diff) | |
Add control/hotkey info to README (#193)
* Update README.md
* Added some default keyboard controls
Still need triggers though
* Update README.md
* Update README.md
* Update README.md
* Changed first table to a horizontal orientation
* Made wording changes
also fixed a grammatical error
* Update README.md
| -rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -48,7 +48,22 @@ If you still cannot get the tool to work, join our [Discord Server](https://disc Launch the game. If the window immediately closes, or if there are visual artifacts, you may have selected the wrong rom in the OTRGui tool. -Currently, DirectX 11 and OpenGL is supported. Change the renderer by opening the `shipofharkinian.ini` configuration file in notepad and add `sdl` to `gfx backend` for OpenGL or leave blank for DirectX. +Default keyboard configuration: +| N64 | A | B | Z | Start | Analog stick | C buttons | D-Pad | +| - | - | - | - | - | - | - | - | +| Keyboard | X | C | Z | Space | WASD | Arrow keys | TFGH | + +Other shortcuts: +| Keys | Action | +| - | - | +| F1 | Toggle menubar | +| F5 | Save state | +| F6 | Change state | +| F7 | Load state | +| F10 | Fullscreen (OpenGL) | +| Alt+Enter | Fullscreen (DirectX) | + +Currently, DirectX 11 and OpenGL are supported. Change the renderer by opening the `shipofharkinian.ini` configuration file in notepad and add `sdl` to `gfx backend` for OpenGL or leave blank for DirectX. ## Take The Survey Want to use cartridge readers in tandem with the OTRGui? |
