mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-22 13:55:38 +00:00
wiki
This commit is contained in:
parent
69f4124444
commit
808eefc3cf
|
@ -0,0 +1,70 @@
|
|||
# Generic Standard: RetroDECK Hotkeys
|
||||
|
||||
## What are the Official profiles called?
|
||||
|
||||
- Generic Standard : `RetroDECK: Generic - Standard v.1b`
|
||||
|
||||
|
||||
## Global Hotkeys: Generic 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. <br>
|
||||
`Button / Combination` Shows the input you need to make to trigger the command. <br>
|
||||
`Command` Shows what is being sent to the emulator. <br>
|
||||
`Emulator Support` Shows what emulators support the command. <br>
|
||||
`Comment` Just extra comments. <br>
|
||||
|
||||
|
||||
| Function | Button / Combination| Command | Emulator Support | Comment |
|
||||
| :--- | :---: | :---: | :---: | :---: |
|
||||
| Pause / Resume | `SELECT + A` | `CTRL + P` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Fullscreen Toggle | `SELECT + X` | `CTRL + ENTER` | `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | | |
|
||||
| Open Menu | `SELECT + Y` | `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` | | |
|
||||
| Simple Radial Menu | `SELECT + Left Joystick` | | | Opens the Radial Menu |
|
||||
|
||||
### Simple Radial Menu
|
||||
|
||||
The Simple Radial Menu is activated by holding `SELECT` and by moving the `Left Joystick`, then by pressing `L3` allows you press the selected radial button.
|
||||
|
||||
Read more at the:
|
||||
|
||||
[Standard Controller: Simple Radial Menu](../../radial-menus/controller-simple-radial.md) to see all the available commands.
|
||||
|
||||
|
||||
### 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` | |
|
||||
|
|
@ -0,0 +1,88 @@
|
|||
# PlayStation: RetroDECK Hotkeys
|
||||
|
||||
## What Controllers are supported?
|
||||
|
||||
- Dualshock 3 / Sixaxis
|
||||
- DualShock 4 V1/V2
|
||||
- DualSense
|
||||
- DualSense Edge
|
||||
|
||||
## What are the Official profiles called?
|
||||
|
||||
- DualShock 3 / Sixaxis: `RetroDECK: Dualshock 3`
|
||||
- DualShock 4: `RetroDECK: Dualshock 4`
|
||||
- DualSense / DualSense Edge: `RetroDECK: DualSense`
|
||||
|
||||
## Global Hotkeys: PlayStation 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. <br>
|
||||
`Button / Combination` Shows the input you need to make to trigger the command. <br>
|
||||
`Command` Shows what is being sent to the emulator. <br>
|
||||
`Emulator Support` Shows what emulators support the command. <br>
|
||||
`Comment` Just extra comments. <br>
|
||||
|
||||
|
||||
| Function | Button / Combination| Command | Emulator Support | Comment |
|
||||
| :--- | :---: | :---: | :---: | :---: |
|
||||
| Pause / Resume | `SELECT + Cross` | `CTRL + P` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Take Screenshot | `SELECT + Circle` | `CTRL + X` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` `Yuzu` | |
|
||||
| Fullscreen Toggle | `SELECT + Square` | `CTRL + ENTER` | `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Open Menu | `SELECT + Triangle` | `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` | |
|
||||
| Simple Radial Menu | `SELECT + Left Joystick` | | | Opens the Radial Menu |
|
||||
|
||||
### Simple Radial Menu
|
||||
|
||||
The Simple Radial Menu is activated by holding `SELECT` and by moving the `Left Joystick`, then by pressing `L3` allows you press the selected radial button.
|
||||
|
||||
Read more at the:
|
||||
|
||||
[Standard Controller: Simple Radial Menu](../radial-menus/controller-simple-radial.md) to see all the available commands.
|
||||
|
||||
|
||||
### 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` | |
|
||||
|
||||
### PS4 Dualshock 4 and PS5 DualSense: Additional Hotkeys
|
||||
|
||||
The touchpads acts as a mouse and can be used to navigate mouse based inputs.
|
||||
|
||||
| Function | Button / Combination | Emulator Support | Comment |
|
||||
| :--- | :---: | :---: | :---: |
|
||||
| Full Touchpad | | | The entire touchpad acts a mouse |
|
||||
| Right Touchpad Click | `Left Mouse Click` | | |
|
||||
| Left Touchpad Click | `Right Mouse Click` | | |
|
|
@ -0,0 +1,119 @@
|
|||
# Steam Controller - Gordon
|
||||
|
||||
<img src="../../../wiki_images/controllers/steam-controller-gordon.png" width="250">
|
||||
|
||||
The first Steam Controller with the nickname Gordon.
|
||||
|
||||
### Steam Input support
|
||||
Yes
|
||||
|
||||
### Linux Kernel Support
|
||||
Yes, since 4.18 - `hid-steam`
|
||||
|
||||
### Udev rules
|
||||
|
||||
```
|
||||
# Valve USB devices
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
|
||||
|
||||
# Steam Controller udev write access
|
||||
KERNEL=="uinput", SUBSYSTEM=="misc", MODE="0660", GROUP="input", OPTIONS+="static_node=uinput"
|
||||
|
||||
# Valve HID devices over USB hidraw
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"
|
||||
|
||||
# Valve HID devices over bluetooth hidraw
|
||||
KERNEL=="hidraw*", KERNELS=="*28DE:*", MODE="0666"
|
||||
```
|
||||
|
||||
## What is the Official - Steam Controller: Gordon RetroDECK profile called?
|
||||
|
||||
- Steam Controller - Gordon: `RetroDECK: Steam Controller - Gordon`
|
||||
|
||||
### The hotkey button
|
||||
The global hotkeys are activated by pressing and holding the `HKB` aka the `HotKey Button` and pressing the corresponing button togheter for the command you want to do.
|
||||
For the Steam Controller Gordon the `HotKey Button` is both `SELECT` and `L4`, you can press either depending on what you feel is more confortable.
|
||||
|
||||
### Global Hotkeys: Steam Controller Gordon Button Combos
|
||||
|
||||
`Function` Shows what the hotkey does. <br>
|
||||
`Button / Combination` Shows the input you need to make to trigger the command. <br>
|
||||
`Command` Shows what is being sent to the emulator. <br>
|
||||
`Emulator Support` Shows what emulators support the command. <br>
|
||||
`Comment` Just extra comments. <br>
|
||||
|
||||
|
||||
| Function | Button / Combination| Command | Emulator Support | Comment |
|
||||
| :--- | :---: | :---: | :---: | :---: |
|
||||
| Pause / Resume | `HKB + A` | `CTRL + P` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Take Screenshot | `HKB + B` | `CTRL + X` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` `Yuzu` | |
|
||||
| Fullscreen Toggle | `HKB + X` | `CTRL + ENTER` | `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Open Menu | `HKB + Y` | `CTRL + M` | `RetroArch` `Duckstation` `PCSX2` `Yuzu` |
|
||||
| Quit Emulator | `HKB + Start` | `CTRL + Q` |`RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` `Yuzu` | | |
|
||||
| Previous State Slot | `HKB + D-Pad Left` | `CTRL + J` | `RetroArch` `Dolphin/Primehack` `Duckstation` `PCSX2`| | |
|
||||
| Next State Slot | `HKB + D-Pad Right` | `CTRL + K` | `RetroArch` `Dolphin/Primehack` `Duckstation` `PCSX2`|
|
||||
| Increase Emulation Speed | `HKB + D-Pad Up` | `CTRL + 1` | `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2`| | |
|
||||
| Decrease Emulation Speed | `HKB + D-Pad Down` | `CTRL + 2` | `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2`| | |
|
||||
| Load State | `HKB + L1` | `CTRL + A` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` | |
|
||||
| Save State | `HKB + R1` | `CTRL + S` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` | |
|
||||
| Rewind | `HKB + L2` | `CTRL + -` | `RetroArch` `Duckstation` | |
|
||||
| Fast forward | `HKB + R2` | `CTRL + +` | `RetroArch` `Duckstation` `MelonDS` `PCSX2` | |
|
||||
| Simple Radial Menu | `HKB + Left Joystick` | | | Opens the Radial Menu |
|
||||
|
||||
### Simple Radial Menu
|
||||
|
||||
The Simple Radial Menu is activated by holding `SELECT` and by moving the `Left Joystick`, then by pressing `L3` allows you press the selected radial button.
|
||||
|
||||
Read more at the:
|
||||
|
||||
[Standard Controller: Simple Radial Menu](../radial-menus/controller-simple-radial.md) to see all the available commands.
|
||||
|
||||
|
||||
### Right Touchpad as Temporary Mouse
|
||||
|
||||
By holding `HKB` and moving the `Right Touchpad` you can use it as a mouse for various systems that uses mouse input.
|
||||
|
||||
| Function | Button / Combination| Command | Comment |
|
||||
| :--- | :---: | :---: | :---: |
|
||||
| Touchpad as Mouse | `HKB + Right Touchpad` | | |
|
||||
| Right Click | `HKB + L3` | `Right Click` | |
|
||||
| Left Click | `HKB + R3` | `Left Click` | |
|
||||
|
||||
|
||||
### Right Touchpad: Joystick Mode / Mouse Mode Switch
|
||||
|
||||
By pressing `R4` and you can switch the right between semi-permanent Joystick Mode or Mouse Mode.<br>
|
||||
This function is useful for games that the primary input is a mouse as you don't need to hold either of `SELECT` or `L4`.<br>
|
||||
|
||||
**Example usecases:**
|
||||
|
||||
- `ScummVM` for point and click games.
|
||||
- `Dolphin` for `Wiimote` movement.
|
||||
- Lightgun games.
|
||||
- `PC-Systems` type games.
|
||||
|
||||
|
||||
**NOTE:** That going into the global hotkeys mode above by pressing `SELECT` or `L4` will switch the Right Touchpad to Joystick Mode again.
|
||||
|
||||
|
||||
| Function | Button / Combination| Command | Comment |
|
||||
| :--- | :---: | :---: | :---: |
|
||||
| Touchpad as Mouse / Joystick Switch | `R4` | | |
|
||||
| Left Click - Mouse Mode | `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 | `HKB` | `RetroArch` `MAME` `FBNeo` | |
|
||||
|
78
wiki-rtd/docs/wiki_controllers/hotkeys/xbox-hotkeys.md
Normal file
78
wiki-rtd/docs/wiki_controllers/hotkeys/xbox-hotkeys.md
Normal file
|
@ -0,0 +1,78 @@
|
|||
# Xbox: RetroDECK Hotkeys
|
||||
|
||||
## What Controllers are supported?
|
||||
|
||||
- Xbox 360 Controller
|
||||
- Xbox Wireless Controller
|
||||
- Xbox Elite Wireless Controller Series 1/2
|
||||
|
||||
## What are the Official RetroDECK - Steam Input Profile called?
|
||||
|
||||
- Xbox 360 Controller: `RetroDECK: Xbox 360 v.1b`
|
||||
- Xbox Wireless Controller/Elite Series: `RetroDECK: Xbox Wireless v.1b`
|
||||
|
||||
## Global Hotkeys: Xbox 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. <br>
|
||||
`Button / Combination` Shows the input you need to make to trigger the command. <br>
|
||||
`Command` Shows what is being sent to the emulator. <br>
|
||||
`Emulator Support` Shows what emulators support the command. <br>
|
||||
`Comment` Just extra comments. <br>
|
||||
|
||||
|
||||
| Function | Button / Combination| Command | Emulator Support | Comment |
|
||||
| :--- | :---: | :---: | :---: | :---: |
|
||||
| Pause / Resume | `SELECT + A` | `CTRL + P` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Take Screenshot | `SELECT + B` | `CTRL + X` | `RetroArch` `Citra` `Dolphin/Primehack` `Duckstation` `PCSX2` `Yuzu` | |
|
||||
| Fullscreen Toggle | `SELECT + X` | `CTRL + ENTER` | `Citra` `Dolphin/Primehack` `Duckstation` `MelonDS` `PCSX2` `Yuzu` | |
|
||||
| Open Menu | `SELECT + Y` | `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` | |
|
||||
| Simple Radial Menu | `SELECT + Left Joystick` | | | Opens the Radial Menu |
|
||||
|
||||
### Simple Radial Menu
|
||||
|
||||
The Simple Radial Menu is activated by holding `SELECT` and by moving the `Left Joystick`, then by pressing `L3` allows you press the selected radial button.
|
||||
|
||||
Read more at the:
|
||||
|
||||
[Standard Controller: Simple Radial Menu](../radial-menus/controller-simple-radial.md) to see all the available commands.
|
||||
|
||||
|
||||
|
||||
### 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` | |
|
||||
|
Loading…
Reference in a new issue