Combination key press: *-a

I would like to use the native gmail shortcut for Select All Conversations, which is:

*a

How can I simulate this keypress? I've tried

{key:*a}
{key:*+a }
{key:*-a }

but all result in unknown key error.

Hey @Martin_Hill ,
What should work is this: {key:*}{key:a}
Note that this will work with the desktop app. The extension requires a text field to insert the snippet.

1 Like

Thanks @Dan_Barak1 , that's an important distinction you highlighted there re. needing a text field, good to know. I'll check out the desktop version.