GreemDev / Ryujinx

Experimental Switch emulator written in C#
MIT License
5.33k stars 428 forks source link

[Feature Request] Support controller combo hotkeys #115

Open zhen-huan-hu opened 4 weeks ago

zhen-huan-hu commented 4 weeks ago

Overview

It would be a really nice feature to have if we can use controller combo hotkeys that are customizable. For example, when launching games from a frontend like ES-DE on Steam Deck, I’d like to be able to press +

Smaller details

This could be an extension of the current hotkey function which only supports keyboard input. In addition, a customizable hotkey for exiting the entire emulator would be needed.

Nature of request

Accessibility enhancement for controller only set up.

Why would this feature be useful?

This is particularly useful for users using Ryujinx on handhelds such as Steam Deck where accessing to a keyboard is not always feasible.

MetrosexualGarbodor commented 4 weeks ago

The current UI does not make it easy to implement this. gdkchan had an open PR to implement controller hotkeys, but he gave up because of this. image