in reply to Re: How to use menu options
in thread How to use menu options

Okay, but that's why I wrote that saving a file is just taken as an example there can be certain functions which do not have shortcut keys.

i'll have to navigate the menu only in that case that's why wanted to approach in that way

Replies are listed 'Best First'.
Re^3: How to use menu options
by Corion (Patriarch) on Nov 10, 2016 at 09:32 UTC

    I recommend sending keys instead of the MenuSelect function, especially if the MenuSelect function does not work for you.

    In your example case, this would mean sending %FS for the sequence ALT-F S to select the File menu and then Save.

      Ok ..Sending Keys works Maybe I should go with that only

      thanks for your suggestions!