Skip to content

Conversation

@Jwsxs
Copy link

@Jwsxs Jwsxs commented Sep 21, 2025

No description provided.

Pressing Ctrl + down or up will now select the 10th next music, for fast interaction between huge playlists and your time 😅.
Intended for large playlists, pressing Ctrl+Up/Down will move 10 lines, and also loops correctly on last and first line
@Jwsxs Jwsxs changed the title changes for fast navigation loops Sep 21, 2025
@Jwsxs Jwsxs changed the title loops changes for fast navitagion Sep 21, 2025
@Jwsxs Jwsxs changed the title changes for fast navitagion changes for fast navigation Sep 21, 2025
Comment on lines 240 to 241
key_sequence: "C-down".into(),
command: Command::SelectNextOrScrollDown10,
Copy link
Owner

@aome510 aome510 Sep 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why don't you just bind this key sequence to PageSelectNextOrScrollDown will do scroll down of page_size_in_rows (default to be 20) instead of adding a new command?

Copy link
Author

@Jwsxs Jwsxs Sep 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've made it 10 (or half the page - yet magic number yeah) for better visibility on doing so, but I'll check it

Jwsxs and others added 2 commits September 21, 2025 20:34
removed the two commands added, now using `PageSelectPreviousOrScrollUp` and `PageSelectNextOrScrollDown` for fast navigation, looping only on single line movement in case it's used on something else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants