lpm Posted June 5, 2013 Posted June 5, 2013 Hello. Is it possible to use the mouse menu in AI? You know when you "right click" the mouse you get a menu to select from (see picture). It would be nice to have a series of macros attached to that menu and in that way avoid a normal GUI element and avoid having to remember a series of hotkeys. /Lars /Lars Denmark www.lpmathiasen.com Automation and simplification is my game!
FireFox Posted June 5, 2013 Posted June 5, 2013 Hi,Can you be more precise? Do you want to navigate through it? Add items?MouseClick("right", ... Send("{DOWN X}{ENTER}") ;X: numberBr, FireFox.
lpm Posted June 8, 2013 Author Posted June 8, 2013 Hi, Can you be more precise? Do you want to navigate through it? Add items? MouseClick("right", ... Send("{DOWN X}{ENTER}") ;X: number Br, FireFox. Exactly - I want to add navigations to it. Can I do that? /Lars /Lars Denmark www.lpmathiasen.com Automation and simplification is my game!
Solution FireFox Posted June 9, 2013 Solution Posted June 9, 2013 Yes, but you will have to make a chrome extension, which has nothing to deal with AutoIt.
lpm Posted June 12, 2013 Author Posted June 12, 2013 Okay FireFox. Let me rephrase: Can I make this?: If I highlight some text in some window and right-click my mouse. I'll get selections (I programmed in a AI script) like "Copy to Name," "Copy to email." It is to be used to copy to a AI GUI element that in turn feeds my CRM system the data. I'm too lazy to type all the names of my potential customers, so to do this task without having to do a full scraper I thought I might be able to control the right-click mouse menu option. At present, I use hot-keys, and they work like a charm, but the mouse option is more intuitive and convenient. /Lars Denmark www.lpmathiasen.com Automation and simplification is my game!
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