jason0x43 / alfred-toggl

Alfred Workflow for interacting with the Toggl time tracking service
MIT License
367 stars 16 forks source link

CMD+Enter on 'New entry option' does nothing #37

Closed dasilvacontin closed 7 years ago

dasilvacontin commented 7 years ago

Steps:

  1. type tgt asdkfaskdg. New entry is only option, highlighted by default.
  2. do CMD+Enter. Notice Alfred closes but workflow didn't start tracking.

Expected: Start tracking

jason0x43 commented 7 years ago

The Cmd modifier currently only applies to existing entries. It's used to differentiate between editing an entry (which is what happens when you just press Enter) and restarting an entry.

I can see how having Cmd start a new entry would make sense, though. I'll add that.

dasilvacontin commented 7 years ago

Thanks! <3 With that change you can blindly do CMD+Enter regardless of the case.

On 24 Jan 2017, at 21:23, Jason Cheatham notifications@github.com wrote:

The Cmd modifier currently only applies to existing entries. It's used to differentiate between editing an entry (which is what happens when you just press Enter) and restarting an entry.

I can see how having Cmd start a new entry would make sense, though. I'll add that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jason0x43 commented 7 years ago

This has been added in release 2.6.0.

dasilvacontin commented 7 years ago

Thanks!

On 30 Jan 2017, at 15:04, Jason Cheatham notifications@github.com wrote:

This has been added in release 2.6.0.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.