Jump to content

Mouse menu


lpm
 Share

Go to solution Solved by FireFox,

Recommended Posts

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

06.05.2013-11.42.png

/Lars

Denmark

www.lpmathiasen.com

Automation and simplification is my game!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Okay FireFox. :sweating:  Let me rephrase:  :bye:
 
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." :thumbsup:
 
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.  :shifty:

/Lars

Denmark

www.lpmathiasen.com

Automation and simplification is my game!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...