-
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:
Can I achieve this without introducing 3rd party apps or hacking into the keybinding system? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah the arrow keys are currently hard coded. Ill need to provision those to the input.txt file. Also currently due to the global search, binding letter keys requires a modifier key, but perhaps I could add a setting to disable that global search trigger. Ive opened issue #1012 to track this. |
Beta Was this translation helpful? Give feedback.
Yeah the arrow keys are currently hard coded. Ill need to provision those to the input.txt file. Also currently due to the global search, binding letter keys requires a modifier key, but perhaps I could add a setting to disable that global search trigger. Ive opened issue #1012 to track this.