Replies: 1 comment
|
Hi @imedox , We welcome PRs if you want to take the project on. If you join the Discord we also have a Bounty channel where you can offer a bounty to see if anyone else wants to take the work on. I see the value in this but we would need to look at overall implementation. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
if any can intergred this to this lovly project 😍
This addon will be designed for arcade cabinets running Batocera, RetroPie and Recalbox.
Many arcade cabinets only have
• Joystick
• 6 buttons
• Start
• Coin
There is no dedicated Hotkey button.
The addon must allow users to execute system actions by holding button combinations for a configurable duration.
Example:
Hold START for 3000ms
→ Open RetroArch Menu
Hold START + B1 + B2 for 3000ms
→ Quit Game
Hold START + B3 + B4 for 3000ms
→ Send TAB key (MAME)
Hold START + B1 for 1500ms
→ Save State
Hold START + B2 for 1500ms
→ Load State
Hold START + B1+B2+B3+B4 for 5000ms
→ Coin x10
All reactions