Snooze Keyboard Maestro Macros for specified time period

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?

Re-Enable Macros on Specified Date.kmmacros (1.8 KB)

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

  1. Assign the trigger(s) you want
  2. 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 Library   Enable Selected Macros [Example]


####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/3X/d/4/d4228f8618e41479ff42030628f14a1dda5da524.kmmacros">Enable Selected Macros [Example].kmmacros</a> (3.0 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**

---



<img src="/uploads/default/original/3X/0/d/0d32286782c0b2c78730edb69ebb5caa3a45aa31.png" width="582" height="609">
1 Like

Wow! That worked perfectly. Thanks very much.