Menubar Editing

riotchild's icon

Does anyone know how to add the upward pointing (shift) arrow in menubar script?

#X item 5 1 Detail/1;

The above generates a "Detail ⌘1" menu option as the / equates to the ⌘ symbol. I'm trying to find the modifier to generate a "Detail ⇧⌘1".

Thanks

Nodanoma's icon

Incase you are still looking for an answer and have not given up, here is the reason to give it up:

In the menubar reference it states

Two characters can be used to modify the appearance of a menu item:
/ : followed by a character, assigns that character as a Command-key equivalent
(: disables the menu item

Therefore we cannot do anything else but map ⌘[n] key-commands to our patches using [menubar], at the moment, which has been a very long moment.

Alas, I have already given up.