Jump to content
Macro Express Forums

Accesskey For Multiple Choice Menu


Maurice

Recommended Posts

Hello,

does anyone know how to modify a "multiple choice menue" that you could select an issue by keypress?

For example: You have a menu which contains two choices (Email and Test). Is it possible to choose "Email" by "ALT+E" or "Test" by "ALT+T"?

 

Thank you.

Link to comment
Share on other sites

Maurice,

 

Welcome to the forum.

 

Enter '&Email' and '&Test' as the choices. These will be displayed with an underlined E and T respectively. If you are using the 'Save Item Text' option be sure to modify your macro to look for '&Email' and '&Test' instead of 'Email' and 'Test'

Link to comment
Share on other sites

  • 1 year later...

one easy way to get rid of the "&" is to MODIFY STRING, immediately after entry, so you strip it out (replace substring), so that you can still base response on the actual word, which would not include the "&"

 

 

Multiple choice.....

Modify string - replace "&' with ""

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...