mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #781] Backspace opens Commands Page instead of Previous Page #465
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#465
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 @itsonlyjames on GitHub (Jul 28, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/781
Describe the bug
Pressing backspace to go to previous page goes to commands page instead.
Happens when I press backspace inside of a text input also (e.g., search box).
To Reproduce
New install of spotify_player, open it, and press backspace.
Expected behaviour
When pressing backspace, I expect to go to the previous page.
Log and backtrace
Log does seem to indicate backspace's command is previous page, but functionally it doesn't work.
Screenshots

Environment
@aome510 commented on GitHub (Jul 28, 2025):
couldn't reproduce it on my end. Are you sure you don't have the backspace remapped to
OpenCommandHelpor something?@itsonlyjames commented on GitHub (Jul 28, 2025):
You're right @aome510, I tested in stock standard terminal and it works fine. My theory is iTerm2 is changing the way backspace is handled. Closing for now.