Hey, @noisneil, thanks for being the first to bite.
That's a cool macro. Thanks for sharing! And I like the way you included a short description and animated GIF. (I modified the OP and included that in the template.)
Hey, @noisneil, thanks for being the first to bite.
That's a cool macro. Thanks for sharing! And I like the way you included a short description and animated GIF. (I modified the OP and included that in the template.)
MACRO: Insert Action to Check Variable(s), v4.1
This macro is very useful when doing simple macro debugging.
This clever macro by @gglick is so useful. If I paid Gabe a nickel for every use, he'd be rich (and I'd be poor).
I'm lazy so I find it easier to hit the ⌘W keys than the ⌘H keys and I tend to view Keyboard Maestro as a utility so closing it makes sense.
After many years I realised that I inevitably open it again very shortly afterwards, so I find that hiding it saves me fractions of time each time I want it open again (there is a very short (edit: it's actually pretty long...) but noticeable time difference between creating a new window and just bringing an existing window to the front).
Hence, this simple macro.
Here’s a few I have created and use quite frequently. YMMV.
Publicly posted macros
These are macros that I have previously posted on the forum and will link to from here.
Non-publicly posted macros
These are macros that I have not previously posted publicly, and wasn’t really planning to since these are not designed for public consumption and will require end-user adjustments to work. But since we have this mega-thread going, I will share them here in case anybody wants to peek at them and use them/adapt them for their own use.
02)[AS-KM] Macros- Export macro to KM folder.kmmacros (10 KB)
Prompts with a list of action types. Each option creates:
Button - button-press action with a user-defined button name
Clipboard - action to display %SystemClipboard%
Text - action to display user-defined text
TriggerValue - action to display %TriggerValue%
Variable - action to display the variable whose field is currently focused
Variable Prompt - action to display the variable whose field is currently focused, in a prompt. This gives you the option to cancel or continue the macro when the prompt appears.
YES - action to display the word "YES". When you use local variables, the editor can't evaluate them, so this helps me figure out which condition of an If/Else is being satisfied.
Create Pre-Filled Action.kmmacros (67 KB)
Trigger the macro and choose whether you would like to capture the coordinates:
a) between two points, or
b) relative to the front window's top-left corner. This is useful for apps like Brave Browser, whose from window KM can't 'see'.
Follow the instructions via notifications (top-right).
You will then be given a choice:
a) Display the coordinates in a window.
presented with the relative coordinates between those two positions, or
b) Type the coordinates into fields in the Keyboard Maestro Editor.
If you choose the latter, just switch to the Editor and click an action's first coordinate field.
Get Coordinates.kmmacros (69 KB)
There are two flavours of these macros:
Short: for actions whose coordinate fields are all in one row:
Long: for actions whose coordinate fields are on multiple rows:
In use:
Coordinate Copy/Paste Macros.kmmacros (105.9 KB)
I've updated the OP with Version 1.1 of Search All Macros.
Bug fix: incorrect smart quotes replaced with dumb quotes.
The above title is a link to a post by @DanThomas from Jan 2022 that I am finding useful in organizing and documenting my macros.
In my most recent use, I have a Conflict Palette of various Copy and Paste tools. One that I just added only works if a browser window is the active focus, so it needs to be in its own group with those settings. I have a link to that macro in a Comment in the group which contains the rest of the macros in the Conflict Palette.
I use this macro to rename an action.
Rename the action.kmmacros (30.9 KB)
I use hotkey ⌥R to rename the selected action. I have noticed that as a result I'm more frequently updating the default action value which adds to maintainability.
Me too, @fap. With Keyboard Maestro v10.2 you can use Actions>Rename (⌘R). I'm not sure about earlier versions of KM.
Hi, @August. Thanks for sharing. Based on other macros I've downloaded and used from the forum (no doubt some from @DanThomas), I knew it was possible to create such links. But your post today has inspired me to create a macro that automates the process.
Also, I'm slowly creating a group of utility subroutines and converting many of my macros to use them. The macro links Dan/you suggested come in quite handy if one wants to quickly view the called subroutines. So I did just that. See the header comment in the macro below.
DOWNLOAD Macro File:
Macro Rich Link To Clipboard.kmmacros (21 KB)
Note: This macro was uploaded in a DISABLED state. It must be ENABLED before it can be run. If it does not trigger, the macro group might also need to be ENABLED.
4 𝙨𝙪𝙗𝙧𝙤𝙪𝙩𝙞𝙣𝙚𝙨 Macros.kmmacros (42.0 KB)
Note: The four required subroutines were uploaded in the DISABLED state. They do not need to be enabled, nor does the enclosing group: .𝙨𝙪𝙗𝙧𝙤𝙪𝙩𝙞𝙣𝙚𝙨
When an Execute a Macro, Execute a Subroutine, or Open a URL action is selected and this macro is triggered, the Keyboard Maestro editor will open the configured macro or subroutine.
For the Open a URL action, the URL must be formatted as follows:
keyboardmaestro://m=keyboardmaestro://m=UUID
DOWNLOAD Macro File:
Navigate to Configured Macro or Subroutine.kmmacros (34 KB)
Note: This macro was uploaded in a DISABLED state. It must be ENABLED before it can be run. If it does not trigger, the macro group might also need to be ENABLED.
4 𝙨𝙪𝙗𝙧𝙤𝙪𝙩𝙞𝙣𝙚𝙨 Macros.kmmacros (34.4 KB)
Note: The four required subroutines were uploaded in the DISABLED state. They do not need to be enabled, nor does the enclosing group: .𝙨𝙪𝙗𝙧𝙤𝙪𝙩𝙞𝙣𝙚𝙨
Navigate to Configured Macro or Subroutine also requires subroutine 𝗌.𝗺𝗮𝗰𝗿𝗼⇾SelectedCount
. It is available in the group of four subroutines posted with Macro Rich Link To Clipboard. If you have installed that macro and its required subroutines, then you already have subroutine 𝗌.𝗺𝗮𝗰𝗿𝗼⇾SelectedCount
.
How is this different from simply clicking on the Action name and then typing a new name? Is it merely that it gets you there with a keystroke instead of a mouse click, or am I missing something?
I don’t think you can change the action name with a single click on the action... for me I have to right-click and then click Rename...
, so having a hotkey is faster for me.
Yes, and the ⌘R keyboard shortcut* is already provided in the Keyboard Maestro application was configured by me in the macOS System Settings (formerly called the System Preferences). See my post below for more information.
*There's a potential point of confusion for new Keyboard Maestro users:
macOS Keyboard Shortcuts : Like the aforementioned hard-coded ⌘R; this is the term Apple uses in macOS for these key combinations.
Keyboard Maestro Hot Keys : This is one type of Keyboard Maestro macro trigger; they normally include modifiers like macOS Keyboard Shortcuts.
Clear as mud, right?
Hi, @August.
Unless @cdthomer and I are missing something, a simple action click won't do it. BTW, a double-click does collapse/expand an action.
(As an aside: my personal preference is to always use the keyboard, if possible. I suffer from ergo pain when I overuse a mouse.)
My point above was that a macro is no longer needed to initiate an Action Rename by keyboard. [ EDIT: I've set a ⌘R keyboard shortcut in the macOS System Settings (formerly called the System Preferences). See my post below for more information. In that post, @cdthomer, cleared up confusion that I likely created. ]
For those that like to use a pointing device, there is another option: the action Gear Icon>Rename...
Say what? For me ⌘R
activates the record a macro feature...
Hi, @cdthomer. Good catch!
Looky here, I had set these in the macOS System Settings (likely many months ago when they were still callel the macOS System Preferences).
BTW, Apple, please, please, please give us back the System Preferences? The new (and ugly) System Settings have caused nothing but heartache.
Sorry about confusion that I likely caused above. I will update my earlier posts. Thanks, @cdthomer!
Haha no worries, I initially thought maybe I had setup different keyboard shortcuts in the os preferences.