keeganstoner / taskell

Command-line Kanban board/task manager with support for Trello boards and GitHub projects
https://taskell.app
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Shift + arrow keys to move tasks #11

Closed keeganstoner closed 1 month ago

keeganstoner commented 3 months ago

Currently hjkl navigates and Shift + hjkl moves tasks. I added the arrow keys to navigate, but I want to make it so that Shift + arrow keys moves tasks. The bindings.ini file only allows characters to be set to do things, but Shift + Arrow is not a character, so it may require more in-depth adjustment.

keeganstoner commented 3 months ago

Actually, maybe try Ctrl + Arrows or something else that does not mess up capital letters and stuff.

keeganstoner commented 1 month ago

merged with #20