[GH-ISSUE #277] ctrl+j does not work in latest version #115

Closed
opened 2026-02-28 14:47:08 +03:00 by kerem · 2 comments
Owner

Originally created by @ghost on GitHub (Jan 31, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/277

I can use ctrl + j instead of Enter key 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 to ctrl + j? If not and anyone does not dislike this behavior, I will reassign Enter's behavior to ctrl + j.

Originally created by @ghost on GitHub (Jan 31, 2020). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/277 I can use `ctrl + j` instead of `Enter` key 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 to `ctrl + j`? If not and anyone does not dislike this behavior, I will reassign `Enter`'s behavior to `ctrl + j`.
kerem closed this issue 2026-02-28 14:47:09 +03:00
Author
Owner

@Rigellute commented on GitHub (Jan 31, 2020):

Hmm... I've not seen ctrl + j as Enter in the codebase. Enter is a reserved key and is not user configurable at the moment. I would be open to letting Enter become user configurable, but not hardcoded to ctrl + j.

Not sure how it was previously working?

<!-- gh-comment-id:580660605 --> @Rigellute commented on GitHub (Jan 31, 2020): Hmm... I've not seen `ctrl + j` as `Enter` in the codebase. `Enter` is a reserved key and is not user configurable at the moment. I would be open to letting `Enter` become user configurable, but not hardcoded to `ctrl + j`. Not sure how it was previously working?
Author
Owner

@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.

<!-- gh-comment-id:580702768 --> @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.
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/spotify-tui#115
No description provided.