Zren / plasma-applets

This monolithic repo has been broken up into individual repos for each widget.
84 stars 23 forks source link

Add ctrl+Return shortcut to mark item as complete #117

Closed mcorteel closed 6 years ago

mcorteel commented 6 years ago

This is really missing. I'm not sure if my PR actually works, but I guess that the change should look something like that.

Zren commented 6 years ago

Is this a standard shortcut for something else? It's not a shortcut in Google Tasks.

mcorteel commented 6 years ago

I don't know if it's standard or if that's the particular shortcut that should be set, but IMO there should really be a shortcut to mark an item as completed (it may also switch the completed status). Google Tasks uses alt+Return.

Zren commented 6 years ago

I'll add a || "alt+Return" conditional after the merge so it's familiar with google task users too. That should hold them off till I figure out a way to make configurable shortcuts.

Zren commented 6 years ago

Also made it toggle instead of just setting complete=true.

mcorteel commented 6 years ago

That's awesome, thank you!