Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pausing the timer #18

Open
doersino opened this issue Jul 9, 2019 · 0 comments
Open

Allow pausing the timer #18

doersino opened this issue Jul 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@doersino
Copy link
Owner

doersino commented Jul 9, 2019

As of now, pressing t toggles the timer shown in the presenter notes window. That is,

  • if the timer is inactive, it is started and shown, and
  • if the timer is active, it is hidden and reset to 0.

I can imagine situations where it would be beneficial to pause the timer. The following interaction would make sense to me: If the user presses t,

  • if the timer is inactive, it is started and shown (nothing new here), and
  • if the timer is active, it is paused (this could be visually further emphasized by making it blink).
  • To reset the timer, the user would have to press tt (i.e. twice in quick succession, perhaps within half a second), which would hide and reset the timer.

Since pausing the timer is implementation-wise not completely trivial, I might not address this unless someone wants me to (leave a comment!).

@doersino doersino added the enhancement New feature or request label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant