In the menu I see
![]()
Does someone know how to type the star symbol, so I can refer to this menu entry using Keyboard Maestro?
The Unicode would be fine as well.
In the menu I see
![]()
Does someone know how to type the star symbol, so I can refer to this menu entry using Keyboard Maestro?
The Unicode would be fine as well.
How about adding a keyboard shortcut to that entry using CustomShortcuts â Customize menu keyboard shortcuts ?
That is an option, but it would mean running yet another application. Since I already use KM a lot, I prefer that route.
Could be U+2605. Take a look at the "star"s in the Emoji & Symbols list of the keyboard app.
That makes sense. But I think the app has to be running in order to add the shortcut. It doesnât have to run always.
There is a rogue star in the Data > Tags menu. This is in a licensed copy of ServerâŚ
Unfortunately no match. It looks identical, but I guess the fact it is blue requires something extra.
It turns out, I had a typo in the text and I can ignore the start altogether.
Also, with Keyboard Maestro you can reference a menu item via regular expression and skip the
entirely
Perhaps, off topic but how do you do that?
Itâs actually an image and therefore shouldnât matter.
And in the Ratings and Label menus. Fixed.
Well, I cheated! (For comic effect) In this case it was an emoji.
There are utilities that let you search across all the characters available in your system. As @chrillek said, the âInputâ menu bar item for instance has a emoji/symbol viewer that you can pull up.
But there are enough different star characters that Iâd again suggest you use Keyboard Maestro to use regext to match the menu you want.
I was referring to the regex you mention. I donât know where I can find this in Keyboard Maestro.
It doesnât mean ârunning yet another applicationâ. CustomShortcuts makes creating hotkeys convenient. It doesnât require it to be running.
Youâre free to run the apps you want but I personally see no benefit in using KM for this particular purpose.
Thanks for the update. Appreciated.
I misunderstood initially that it was just a convenience tool that sets the shortcuts using the standard MacOS methodology. Nice to know.
Youâre welcome and indeed it is a nicer interface over System Settings > Keyboard > Keyboard Shortcuts > App Shortcuts and also has automatic menu completion.
PS: Itâs made by Pierre Bernard, a talented developer friend of ours and a super nice person. Check out his other software at Houdah Softare.
Oh, sorry I misunderstood. But itâs easy:
This is from one of my macros. The â^â at the beginning is regex for âthe start of the lineâand it informs Keyboard Maestro that you want to match the menu by regex.
Itâs going to select a menu item that starts with either the âUnfocusâ or âFocusâ + optional stuff, if any (.*) from the âViewâ menu.
In your case the optional stuff would be the star so your pattern might be
â^.*Add Chat Suggestion to Documentsâ
See if that works.
Thanks. Never too old to learn.
Iâve been using KM for years and have lots of shortcuts and palettes and I didnât realise you could do that⌠Thanks!
It is such a brilliant program â it and Karabiner Elements are the first two things I install on any new Mac as everything is so alien without themâŚ