[PR #1132] [MERGED] Improve keyboard navigation in game list #1948

Closed
opened 2026-02-27 21:14:34 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: gui-improve-keyboard-navigation


📝 Commits (3)

  • ce3b499 Improve keyboard navigation
  • 13e23ef don't start game in elf viewer mode or gridview mode with empty item selected
  • 547ad40 fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1132 **Author:** [@tGecko](https://github.com/tGecko) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `gui-improve-keyboard-navigation` --- ### 📝 Commits (3) - [`ce3b499`](https://github.com/shadps4-emu/shadPS4/commit/ce3b4990313057510be167010567f14b413a8fab) Improve keyboard navigation - [`13e23ef`](https://github.com/shadps4-emu/shadPS4/commit/13e23ef1dda2810fad061c643340e6abe5b24889) don't start game in elf viewer mode or gridview mode with empty item selected - [`547ad40`](https://github.com/shadps4-emu/shadPS4/commit/547ad40c8b048203c7ca300809fd6faea7f406fa) fix eventFilter return ### 📊 Changes **6 files changed** (+67 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1948
No description provided.