I would like to assign a shortcut to "Copy Apple Script to Activate the Trigger":
What is the best way to do it?
Thx!
I would like to assign a shortcut to "Copy Apple Script to Activate the Trigger":
What is the best way to do it?
Thx!
There is an action “Activate element from context menu” (or similar). I assume you can enter the name “Copy Apple Script...” there or the position. However, the shortcut should not be visible in the menu.
Here is the description of the action:
Using this you can trigger context-menu items or sub-items for the current mouse-cursor position in any application. To do this just enter the path to the item separated by ;
For example, if you want to trigger the "Open Link in New Tab" item that is available in Safari when right-clicking a link, just enter "Open Link in New Tab" (without the quotes!).
If you want to trigger the "Share => Mail" item in Finder you'd enter "Share;Mail;"
You can also trigger an item by it's position (e.g. if the title varies). For example: "Share;(2)" will trigger the second item in the Share menu in Safari. "(1);(2)" will select the first context-menu item and if it has a sub-menu it will trigger its second item. Just always put the position in parentheses.
If an item can have multiple names based on it's state (e.g. hide and show), or if you want to trigger a similar item in different applications where it may have slightly different names, you can use || to trigger either one of them. For example Reload||Reload Page; will work in Safari and Chrome
Additionally you can also use a wildcard * if a menu-item has variable parts.
Thanks for the info Frank.
If I configure the shortcut alt+cmd+C in BTT app to trigger context menu item "(1)" or "Copy" it's not working as expected.
The context menu is opened, but nothing is clicked.
Maybe be there is a bug or maybe it's not possible to configure context menus inside BTT?
@Andreas_Hegenberg it would be possible to add "Copy Apple Script to Activate the Trigger" in the "Edit" menubar of BTT?
yes, I’ll make sure to add the context menu items to the menubar, then you’ll be able to change the shortcuts
Thanks a lot!
I've updated to version 5,063 and the new menu bar options are:
I am still missing the option "Copy Apple Script to Activate the Trigger" in the menubar , that is available from the context menu:
Could you please add this option to the menubar in next alpha/release versions?
Thanks!