Taiko2k / Tauon

The music player of today! :city_sunrise:
https://tauonmusicbox.rocks
GNU General Public License v3.0
1.77k stars 67 forks source link

VI keybindings? #1012

Open Taiko2k opened 1 year ago

Taiko2k commented 1 year ago

Discussed in https://github.com/Taiko2k/TauonMusicBox/discussions/1011

Originally posted by **A7R7** August 7, 2023 By default tauon music box uses left/right to cyle playlists, and up/down to select up/down track. Now I want to replace these keybindings with vi's, 'h' 'l' for cycling playlists, 'k' 'j' to select up/down track. But I meet 2 problems: 1. it seems there's is no option to tweak up/down selection in the input.txt file. 2. Even if I set 'h' 'l' to cycle playlist, pressing them leads to global search. Can I achieve this without introducing 3rd party apps or hacking into the keybinding system?