-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Comments
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. |
Hi @hovancik, can I work on this please? |
@evgenyneu sure thing :) how would you like to implement it? (in a sense: let's agree on solution first, then do the coding part :) ) |
Sure, are you still in favor of this solution proposed by @tomgoos?
|
Yeah I think adding those to |
Makes sense, so it matches as the Pause Breaks menu. Ok, I'll do that then! 👍 |
Version
Existing requests
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
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
The text was updated successfully, but these errors were encountered: