mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1132] [MERGED] Improve keyboard navigation in game list #1948
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#1948
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?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1132
Author: @tGecko
Created: 9/28/2024
Status: ✅ Merged
Merged: 9/28/2024
Merged by: @georgemoralis
Base:
main← Head:gui-improve-keyboard-navigation📝 Commits (3)
ce3b499Improve keyboard navigation13e23efdon't start game in elf viewer mode or gridview mode with empty item selected547ad40fix eventFilter return📊 Changes
6 files changed (+67 additions, -38 deletions)
View changed files
📝
src/qt_gui/game_grid_frame.cpp(+27 -12)📝
src/qt_gui/game_grid_frame.h(+5 -1)📝
src/qt_gui/game_list_frame.cpp(+11 -1)📝
src/qt_gui/game_list_frame.h(+3 -1)📝
src/qt_gui/main_window.cpp(+19 -23)📝
src/qt_gui/main_window.h(+2 -0)📄 Description
Keyboard navigation in games list or games grid was always possible, but wouldn't change the background image or play the correct background music.
With this PR, the proper background image is set and music is played, both in list and grid mode.
Playback is stopped when switching between view modes.
Pressing enter or return starts the currently selected game
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.