mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #277] ctrl+j does not work in latest version #115
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#115
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 @ghost on GitHub (Jan 31, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/277
I can use
ctrl + jinstead ofEnterkey to select albums, artists, and tracks selection in previous version(v. 0.12.0). However, latest version (unreleased) does not support this behavior. Does other behavior have been assigned toctrl + j? If not and anyone does not dislike this behavior, I will reassignEnter's behavior toctrl + j.@Rigellute commented on GitHub (Jan 31, 2020):
Hmm... I've not seen
ctrl + jasEnterin the codebase.Enteris a reserved key and is not user configurable at the moment. I would be open to lettingEnterbecome user configurable, but not hardcoded toctrl + j.Not sure how it was previously working?
@ghost commented on GitHub (Jan 31, 2020):
I found that this is caused by
crossterm's modification.https://github.com/crossterm-rs/crossterm/pull/373
It is better to allow users to configure key binding as you proposed.
Playlistsview #615