jmazor Posted January 22, 2006 Report Share Posted January 22, 2006 Mx is helping me tremendously in speeding up my use of my computer. But I must be missing something, because I can't figure out how to do this. Is it possible to choose from among a number of choices by just pressing one key and without having to take your hands off the keyboard and use the mouse to make the choice and to click on the OK button? For example, I'd like to display a Multiple Choice type of window like this: ******************************** Type the letter next to your choice: A Daffy Duck B Albert Einstein C H. G. Wells D Jerry Seinfeld ******************************** The user would not have to move the mouse to click in a radio button or checkbox. The user would not have to move the mouse to click on an "OK" button. Instead, the use would type JUST ONE LETTER and MacroExpress would accept that as the selection and assign it to a variable. It would be even better if we could select which letter within each choice could be used to pick that item. Example: ******************************** Type the letter next to your choice: Daffy Duck Albert Einstein H. G. Wells Jerry Seinfeld ******************************** In this case, the user would type just a D, E, W or S and Mx would assign a value to the variable and close the window. Quote Link to comment Share on other sites More sharing options...
paul Posted January 22, 2006 Report Share Posted January 22, 2006 As in many applications, simply prefix each letter with an ampersand (&). This causes Windows to underline that letter and use it as a shortcut. For example, &A Choice 1 &B Choice 2 &C Choice 3 Press B to select Choice 2, then press Enter. Quote Link to comment Share on other sites More sharing options...
jmazor Posted January 23, 2006 Author Report Share Posted January 23, 2006 Paul, Thank you so much. It works very well I noticed that it doesn't always underscore, but I can't figure out why. Its not important. Also, while I'd like it to react to the typed letter alone without requiring the "Enter", you've shown me that the user does not have to move the mouse pointer to the "OK" button, and that just hitting the "Enter" key is enough. That is a big plus. Thanks again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.