From 6d605e6130acf1789697fb107bbc8877913db90f Mon Sep 17 00:00:00 2001 From: Lazorne Date: Wed, 17 Jan 2024 20:32:41 +0100 Subject: [PATCH] Fixes --- .../nintendo/nintendo-hotkeys.md | 80 +++++++++++++++++++ wiki-rtd/mkdocs.yml | 1 + 2 files changed, 81 insertions(+) create mode 100644 wiki-rtd/docs/wiki_controllers/nintendo/nintendo-hotkeys.md diff --git a/wiki-rtd/docs/wiki_controllers/nintendo/nintendo-hotkeys.md b/wiki-rtd/docs/wiki_controllers/nintendo/nintendo-hotkeys.md new file mode 100644 index 0000000..1135da1 --- /dev/null +++ b/wiki-rtd/docs/wiki_controllers/nintendo/nintendo-hotkeys.md @@ -0,0 +1,80 @@ +# Nintendo: RetroDECK Hotkeys + +## What are the Official profiles called? + +- Switch Pro Controller: `RetroDECK: Switch Pro` + +## Global Hotkeys: Nintendo Button Combos + +The global hotkeys are activated by pressing the `SELECT` button and holding it while pressing the corresponding other button input. +What follows is a list of hotkeys: + +`Function` Shows what the hotkey does.
+`Button / Combination` Shows the input you need to make to trigger the command.
+`Command` Shows what is being sent to the emulator.
+`Emulator Support` Shows what emulators support the command.
+`Comment` Just extra comments.
+ + +| Function | Button / Combination| Command | Emulator Support | Comment | +| :--- | :---: | :---: | :---: | :---: | +| Pause / Resume | `SELECT + B` | `CTRL + P` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | | +| Take Screenshot | `SELECT + A` | `CTRL + X` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` `Yuzu` | | +| Fullscreen Toggle | `SELECT + Y` | `CTRL + ENTER` | `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | | +| Open Menu | `SELECT + X` | `CTRL + M` | `RetroArch` `Duckstation` `PCSX2` `Yuzu` | +| Quit Emulator | `SELECT + Start` | `CTRL + Q` |`RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` `Yuzu` | | | +| Previous State Slot | `SELECT + D-Pad Left` | `CTRL + J` | `RetroArch` `Dolphin/Primehack` `Duckstation` `PCSX2`| | | +| Next State Slot | `SELECT + D-Pad Right` | `CTRL + K` | `RetroArch` `Dolphin/Primehack` `Duckstation` `PCSX2`| +| Increase Emulation Speed | `SELECT + D-Pad Up` | `CTRL + 1` | `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2`| | | +| Decrease Emulation Speed | `SELECT + D-Pad Down` | `CTRL + 2` | `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2`| | | +| Load State | `SELECT + L1` | `CTRL + A` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` | | +| Save State | `SELECT + R1` | `CTRL + S` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` | | +| Rewind | `SELECT + L2` | `CTRL + -` | `RetroArch` `Duckstation` | | +| Fast forward | `SELECT + R2` | `CTRL + +` | `RetroArch` `Duckstation` `MelonDS` `PCSX2` | | +| Global Radial Menu | `SELECT + Left Joystick` | | Opens the Radial Menu | + +### Global Radial Menu + +The Global Radial Menu is activated by holding `SELECT` and by moving the `Left Joystick`, then by pressing `L3` allows you press the selected radial button. + +Radial Button | Keyboard Command| Emulator Support | Comment | +| :--- | :---: | :---: | :---: | +| Space | `Space` | `PC-Systems` | | +| Escape | `Escape` | `PPSSPP` `PC-Systems` | On PPPSPP it opens the Menu | +| Enter | `Enter` | `OpenBOR` `PC-Systems` | | +| F1 | `F1` | `PC-Systems` | | +| F5 | `F5` | `PC-Systems` | | +| F10 | `F10` | `PC-Systems` | | +| Wii Sync Button | `ALT + W` | `Dolphin/Primehack` | | +| Swap Dual-Screens | `CTRL + TAB` | `RetroArch` `Citra` `MelonDS` `Cemu`| | +| Change Dual-Screen Layout | `CTRL + L` | `Citra` | | +| Widescreen / Aspect Ratio | `CTRL + W` | `Dolphin/Primehack` `Duckstation` `PCSX2` | | +| Fullscreen Toggle | `CTRL + ENTER` | `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | | +| Change Disc / Next Disc | `CTRL + D` | `RetroArch` `Dolphin/Primehack` `Duckstation`| | + + +### Right Joystick as Temporary Mouse + +By holding `SELECT` and moving the `Right Joystick` you can use it as a mouse for various systems that uses mouse input. + +| Function | Button / Combination| Command | Comment | +| :--- | :---: | :---: | :---: | +| Joystick as Mouse | `SELECT + Right Stick` | | Movement | +| Right Click | `SELECT + L3` | `Right Click` | | +| Left Click | `SELECT + R3` | `Left Click` | | + +### RetroArch: Additional Hotkeys + +These hotkeys also work for RetroArch and are built in. + +| Function | Button / Combination | Emulator Support | Comment | +| :--- | :---: | :---: | :---: | +| Open Menu | `L3 + R3` | `RetroArch` | | + +### Arcade Systems: Additional Hotkeys + +This hotkey work for RetroArch, MAME, FBNEO and other arcade systems. + +| Function | Button / Combination | Emulator Support | Comment | +| :--- | :---: | :---: | :---: | +| Insert Credit | `SELECT` | `RetroArch` `MAME` `FBNeo` | | diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index fc38a08..ac48c38 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -153,6 +153,7 @@ nav: - RetroDECK and Udev Rules: wiki_controllers/about/about-udev.md - Controllers - Nintendo (WIP): + - Nintendo - RetroDECK Hotkeys: wiki_controllers/nintendo/nintendo-hotkeys.md - Switch - Pro Controller: wiki_controllers/nintendo/switch-pro.md - Switch - Joy-Cons: wiki_controllers/nintendo/joycon.md - Wii U - Gamepad: wiki_controllers/nintendo/wiiu-gamepad.md