benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

Add set priority to documentation #288

Closed dlip closed 9 years ago

dlip commented 9 years ago

It would be good if I could press a key followed by a letter to directly set the priority. For example 's c' would set the priority to c, this would avoid losing my home row position and having to move to the arrow keys.

benrhughes commented 9 years ago

Hi Dane, I don't mind that idea at all. My only concern would be that we'd be using up 26 key combos for a single feature, and we'd be sure to clash with some existing combos. Would it work for you if we made Alt-j and Alt-k work the same way as Alt-Up and Alt-Down?

Cheers,

Ben

On Thu, Jun 18, 2015 at 9:17 AM Dane Lipscombe notifications@github.com wrote:

It would be good if I could press a key followed by a letter to directly set the priority. For example 's c' would set the priority to c, this would avoid losing my home row position and having to move to the arrow keys.

— Reply to this email directly or view it on GitHub https://github.com/benrhughes/todotxt.net/issues/288.

mjdescy commented 9 years ago

Shortcut key I already does this, via a pop up.

dlip commented 9 years ago

You are right! Awesome!

Can you please add it to the about page then?

benrhughes commented 9 years ago

I forgot about 'i' - looks like it's not on our help screen :-)

On Thu, Jun 18, 2015 at 9:30 AM Dane Lipscombe notifications@github.com wrote:

You are right! Awesome!

Can you please add it to the about page then?

— Reply to this email directly or view it on GitHub https://github.com/benrhughes/todotxt.net/issues/288#issuecomment-112979523 .