mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[GH-ISSUE #3791] [Feature Request]: Controller-based exit shortcut (PS4 like) #1133
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @par274 on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3791
Checklist
Description
Controller-based exit or shutdown shortcut
It would be a great quality-of-life feature if the emulator could support an exit or shutdown prompt triggered directly from the controller, for example by pressing the PS (PlayStation) or Xbox logo button.
The idea is that when the emulator is running (especially in GUI-less or fullscreen mode), pressing this button could bring up a small overlay or popup with simple options like:
Reason
This would be very useful in GUI-less environments, as it would help avoid complex keyboard combinations or shortcuts like
Alt+F4, and instead provide a more interactive and console-like way to exit the game directly from the controller.It would also make the experience feel more console-like, since the PS/Xbox logo button on real consoles is typically used for system-level actions such as opening a menu or quitting a game.
Examples
When the button is pressed, the background could slightly blur or dim, similar to how a modal window behaves on a website, and then display a small in-game menu like the following:
───────────────────────────────
⚙ Emulator Menu
───────────────────────────────
➤ Exit Game
➤ Return to Desktop
➤ Cancel
───────────────────────────────
@RuskyDed commented on GitHub (Nov 11, 2025):
Already implemented, although not exactly as you propose:
Configurable with input_config\global.ini
I agree that this feature can be improved in multiple ways, especially since it's currently not possible to bind the Home/Xbox button to any action.
@kalaposfos13 commented on GitHub (Nov 11, 2025):
This hotkey input config is also available in the GUI, under Settings -> Customize Hotkeys.
@par274 commented on GitHub (Nov 11, 2025):
I’m aware that there is already a shortcut feature for stopping or exiting the game, but this suggestion focuses on making it directly accessible via the PS/Xbox logo button, rather than through a key combination or custom hotkey.
The goal is to make it feel more natural and console-like, providing a smoother user experience, similar to how real consoles handle system-level actions with a single button press.