2

I'm using Due app on the mac, and I'm wondering if it's possible to have one keyboard shortcut to run the app, reset the running timer ( command+ shift+ s) and then run the timer again (command + S) is it possible to do this ?

1 Answers1

1

Write an AppleScript that launches your shortcut(s), then assign a shortcut to that AppleScript.

These two steps have been asked/answered on here previously. See:

It's probably a better idea to write the AppleScript to do exactly what you want it to do rather than just execute shortcuts, but the option is there.

Allan
  • 101,432