irrationalistic / atom-tasks

Handle tasks/todo files in atom
MIT License
154 stars 22 forks source link

CMD+d is not Completing tasks in my task list in atom #65

Closed dmccullo closed 7 years ago

dmccullo commented 7 years ago

CMD+d does nothing and Right click and Complete Task on menu does nothing the box stays and no check marks appear.

file is name.todo highlighting of titles works tasks all have boxes tasks look like this ☐ asked for an update @timestamp(2017-01-04 14:20)

Any help would be appreciated...

irrationalistic commented 7 years ago

Could you turn on the hotkey visualizer with Packages > Keybinding Resolver > Toggle, then hit cmd-d on a task and attach a screenshot of the pane contents? It's probably colliding with another binding!

dmccullo commented 7 years ago

And thanks for the quick response HEHE

dmccullo commented 7 years ago

YEAP! i edited tasks.cson and changed it to 'cmd-shift-d': 'tasks:complete' now works great! atom-tasks cmd-d issue

irrationalistic commented 7 years ago

Haha, great!!