johnboy691 Posted May 15, 2009 Report Share Posted May 15, 2009 My company has a application that is brought up in Internet Explorer browser. I type in the application URL and it opens in the browser. This application is used to input data into fields. You use hand commands to choose or do certain things. One of the commands to use to have the application perform an action is Alt A. If I am typing on my keyboard it does the reqired function in the application. However, if I do it using ME with the TEXT TYPE <ALT>a command I get the browser FAVORITES - Add to Favorites command. Any ideas on how to get the Alt A command in the browser application to operate instead of the Browser Alt a command? Thanks, John Quote Link to comment Share on other sites More sharing options...
kevin Posted May 15, 2009 Report Share Posted May 15, 2009 Sometimes applications are temperamental about Alt sequences. Try: Text Type: <ALTD>a<ALTU> If that still doesn't work you might need to try something like this: Text Type: <ALTD> Delay 0.1 Seconds Text Type: a Delay 0.1 Seconds Text Type: <ALTU> Delay 0.1 Seconds Quote Link to comment Share on other sites More sharing options...
stevecasper Posted May 15, 2009 Report Share Posted May 15, 2009 Sometimes applications are temperamental about Alt sequences. Try: Text Type: <ALTD>a<ALTU> If that still doesn't work you might need to try something like this: Text Type: <ALTD> Delay 0.1 Seconds Text Type: a Delay 0.1 Seconds Text Type: <ALTU> Delay 0.1 Seconds Very interesting. I've often wondered about this myself. Thanks for the suggestion, Kevin! 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.