ajaxray / geek-life

The Todo List / Task Manager for Geeks in command line
MIT License
505 stars 26 forks source link

Shortcut improvement for Task Detail panel #20

Closed ajaxray closed 3 years ago

ajaxray commented 3 years ago

Add Shortcut for:

Mark shortcut by underlining character for the above listed and:

sdrwtf commented 3 years ago

Hey @ajaxray ,

first of all thanks for this awesome piece of software :slightly_smiling_face: I really like it! One thing which keeps annoying me a bit is that I have to use the mouse to set the due date to today so I forked your repo and had a look into it to ad the shortcuts and underlining mentioned here.

The shortcuts for + and - work like a charm, but t for set due date to today doesn't work because shortcut t is already used to switch focus to the Task panel. Do you mind if I use o in today instead to set the due date to today? I think it's more convenient to have dedicated shortcuts instead of having different functions per shortcut on different panels which might me a bit confusing.

Let me know what you think.

Regards Patrick

ajaxray commented 3 years ago

Hello @sdrwtf ,

Thanks a lot for forking and participating in improvement 👍🏼 Yes, I think o is a good alternative. Go ahread and set it for today. Waiting eagerly for merging your PR :)

BTW, don't forget to add new shortcuts in readme file.

Regards Anis