[GH-ISSUE #202] left, down, up, right set in keybindings section in config file but not bound #97

Open
opened 2026-02-28 14:47:01 +03:00 by kerem · 3 comments
Owner

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

my config.yml:

keybindings:
  # Key stroke can be used if it only uses two keys:
  # ctrl-q works,
  # ctrl-alt-q doesn't.
  back: "ctrl-q"

  jump_to_album: "a"

  # Shift modifiers use a capital letter (also applies with other modifier keys
  # like ctrl-A)
  jump_to_artist_album: "A"

  manage_devices: "d"
  decrease_volume: "E"
  increase_volume: "I"
  toggle_playback: " "
  seek_backwards: "N"
  seek_forwards: "O"
  next_track: "ctrl-o"
  previous_track: "ctrl-n"
  copy_song_url: "y"
  help: "?"
  shuffle: "S"
  repeat: "r"
  search: "/"
  left: "n"
  down: "e"
  up: "i"
  right: "o"

but n,e,i,o (my layouts hjkl) are not working after saving the config file and restarting.

thanks for creating this by the way, everything else is perfect so far 👍

Originally created by @wis on GitHub (Jan 5, 2020). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/202 my config.yml: ``` .yml keybindings: # Key stroke can be used if it only uses two keys: # ctrl-q works, # ctrl-alt-q doesn't. back: "ctrl-q" jump_to_album: "a" # Shift modifiers use a capital letter (also applies with other modifier keys # like ctrl-A) jump_to_artist_album: "A" manage_devices: "d" decrease_volume: "E" increase_volume: "I" toggle_playback: " " seek_backwards: "N" seek_forwards: "O" next_track: "ctrl-o" previous_track: "ctrl-n" copy_song_url: "y" help: "?" shuffle: "S" repeat: "r" search: "/" left: "n" down: "e" up: "i" right: "o" ``` but n,e,i,o (my layouts hjkl) are not working after saving the config file and restarting. thanks for creating this by the way, everything else is perfect so far :+1:
Author
Owner

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

Thank you 🙏 .

I'm afraid the directional movements are currently reserved (i.e. not user configurable).

This should be fixable though.

In case you're interested you can see which keys are reserved here https://github.com/Rigellute/spotify-tui/blob/master/src/user_config.rs#L57

<!-- gh-comment-id:575067411 --> @Rigellute commented on GitHub (Jan 16, 2020): Thank you 🙏 . I'm afraid the directional movements are currently reserved (i.e. not user configurable). This should be fixable though. In case you're interested you can see which keys are reserved here https://github.com/Rigellute/spotify-tui/blob/master/src/user_config.rs#L57
Author
Owner

@carterprince commented on GitHub (Mar 30, 2020):

Is there still any intention to make these configurable?

<!-- gh-comment-id:606241660 --> @carterprince commented on GitHub (Mar 30, 2020): Is there still any intention to make these configurable?
Author
Owner

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

Yes, would be nice to make directional movement configurable but just not worked on it yet.

Contributions welcome!

<!-- gh-comment-id:606550813 --> @Rigellute commented on GitHub (Mar 31, 2020): Yes, would be nice to make directional movement configurable but just not worked on it yet. Contributions welcome!
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#97
No description provided.