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

[Feature request]: Shortcut to Pauze breaks for a period #1457

Open
4 tasks done
tomgoos opened this issue May 9, 2024 · 6 comments
Open
4 tasks done

[Feature request]: Shortcut to Pauze breaks for a period #1457

tomgoos opened this issue May 9, 2024 · 6 comments

Comments

@tomgoos
Copy link

tomgoos commented May 9, 2024

Version

  • I'm using version 1.15.1

Existing requests

  • I've checked Existing requests

Advanced Preferences

  • I've checked Advanced Preferences

What operating system are you using?

Windows

Operating System Version

Windows 10

Problem description

I would like to set a shortcut key for the Pauze breaks options. If I have a meeting or I am talking someone through something I have on screen it is convenient to Pauze the breaks for a while. It would be cool if this could be done using a keyboard shorcut
image

Possible solution

E.g add options
"pauseBreaks30mToggleShortcut": "",
"pauseBreaks1hToggleShortcut": "CmdOrCtrl+P",
"pauseBreaks2hToggleShortcut": "",
"pauseBreaks5hToggleShortcut": "",

or alternatively add option:
"pauzeBreaksPostponeTime": 120000,
(Use "" for infinite)
To use in combination with the existing
"pauseBreaksToggleShortcut": "CmdOrCtrl+P",

Alternative solutions

I am now using "pauseBreaksToggleShortcut": "CmdOrCtrl+P",
The drawback is that I may forget to turn it on again.

Additional information

Thanks for your consideration! Great tool!

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hovancik
Copy link
Owner

Hi there and thanks for the feedback. I like the first solution you described, I think it makes more sense then to configure pause time. If anyone wants to contribute, this should be easily done.

@evgenyneu
Copy link
Contributor

Hi @hovancik, can I work on this please?

@hovancik
Copy link
Owner

@evgenyneu sure thing :) how would you like to implement it? (in a sense: let's agree on solution first, then do the coding part :) )

@evgenyneu
Copy link
Contributor

Sure, are you still in favor of this solution proposed by @tomgoos?

"pauseBreaks30mToggleShortcut": "",
"pauseBreaks1hToggleShortcut": "CmdOrCtrl+P",
"pauseBreaks2hToggleShortcut": "",
"pauseBreaks5hToggleShortcut": "",

@hovancik
Copy link
Owner

Yeah I think adding those to pauseBreaksToggleShortcut makes the most sense. Plus untilMorning could also be added.

@evgenyneu
Copy link
Contributor

Makes sense, so it matches as the Pause Breaks menu. Ok, I'll do that then! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants