Snax Posted December 28, 2006 Posted December 28, 2006 Hi folks, I'm trying to invoke an Export window from a windows menu. Manually I can do this by pressing ALT-F (to open file menu) and then without letting off of the ALT key, press "E". If I let off the alt key before pressing the e, it opens the edit menu. So I'm wondering if there is a way to send an ALT-F and then the E without simulating a release of the ALT key.... or if there is another way to invoke the export window. I'd like to avoid mouse clicking via coordinates if possible. Thanks.
herewasplato Posted December 28, 2006 Posted December 28, 2006 (edited) Send("!fe") Edit: After seeing Larry's post, I think that that is more of what you are after. Interestingly enough, running the one line above (or Larry's one line below) within SciTE takes you to an Export menu. Also note that some apps are picky about accepting only lower case letters to drive a menu. Edited December 28, 2006 by herewasplato [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now