What is the action equivalent to a trackpad single finger double tap to highlight a word?

Hello,
I am writing a macro which starts with highlighting a word in a text displayed in a browser window.
Normally, I highlight the word with a single finger double tap: what is the equivalent action in KBM?
thanks very much for your time and help

This may not be anything you don't already know, but offhand, I can only think of two. First, if the typing cursor is already at the word you want to highlight, you can automate typing Option-Left followed by Shift-Option-Right:

And if the mouse is over the word, then you can simulate a double click/tap:

1 Like

Thanks very much. I solved the problem last night with the BTT trigger context menu action. It allows you to trigger the context menu, and in addition (in the same action) select one of the context menu items.
Thanks again for your suggestion