It is winter break and I’m looking for a way to “snooze” certain Keyboard Maestro macros (especially time-triggered macros) while I’m on break/not working and then re-activate them when I’m off break. Is there a way to do this? In the past, when I come off of a break, I forget which macros I’ve de-activated and waste time getting things set up again. Let me know if you have an efficient way to solve this problem. Thanks!
Assuming you're using KM8, what about setting up a macro that uses a cron trigger to enable all the macros you've disabled?
Here is a macro/script based on one that I use often to disable a list of Macro Groups.
I have adapted it to disable a list of Macros
How To Use
- Assign the trigger(s) you want
- Replace the contents of the first Action with your list of Macros
Below this macro, I have another which will ENABLE the same list of Macros.
If you have any questions, or need help with the script, please feel free to post.
###MACRO: Disable Selected Macros [Example]
~~~ VER: 1.0 2017-12-16 ~~~
####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/3X/f/c/fc9e91714e19e3a4126dbcc2360eda53b3f741fd.kmmacros">Disable Selected Macros [Example].kmmacros</a> (2.5 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**
---
<img src="/uploads/default/original/3X/d/1/d195ee2efb2e1f91cbfe1a976aea457207e9cc8d.png" width="582" height="714">
###MACRO: Enable Selected Macros [Example]
~~~ VER: 1.0 2017-12-16 ~~~
####DOWNLOAD:
Enable Selected Macros [Example].kmmacros (3.0 KB)
Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.
Wow! That worked perfectly. Thanks very much.