Jump to content

kekzoj

Members
  • Posts

    7
  • Joined

  • Last visited

kekzoj's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanks a lot! "CheckCords", try to search what this means, but Google says this function doesn't exist, O_O I'm really a rookie, but where should I enter the coordinates? (1100, 194 for the first click and 530, 284)
  2. A like to avoid a sequence of mouseclicks, but one click is no problem. Because in between I mainly use the keyboard. It should be kind of easy, but because I'm very new to this, I miss the knowledge to put that little script above in a real working 'program'.
  3. Thanks ! At the moment I got this: HotKeySet("{}", "IB") Func IB() MouseClick ( "left" [, 1100, 194 [, 1 [, 10]]] ) MouseClick ( "left" [, 530, 284 [, 1 [, 10]]] ) {Enter} HotKeySet("{/}") Send("{/}") HotKeySet("{/}", "IB") EndFunc Maybe it's a lot easier to do with only the mouse? Then one click automatically does 3 at a time? If MouseClick ( "left" [, x, y [, 1 [, 10]]] ) Then MouseClick ( "left" [, 1100, 194 [, 1 [, 10]]] ) MouseClick ( "left" [, 530, 284 [, 1 [, 10]]] ) {Enter} The program should be running at all time; whenever I click the left mouse button, the sequence activates. I'm thinking I'm going to use the mousewheelbutton, because I never use that one. Let me know what you think!
  4. The program I use is for calculating the General Old Age Pensions Act. Lots of variables to it, for example: if someone has lived a couple of years in another country, he gets less money. It's a quite simple (and ugly windows95 looking) program, windowed, but fullscreen on my left monitor. On my right screen I use other programs, like IE8. With every case I treat, I have to look up a lot of data. In practical terms, every two (or less) minutes, I have to use the exact same keys to look up information.
  5. Hello, I'm new to this forum and the fact I'm here is because my arms are beginning to show serious RSI symptoms. I use my computer a lot for my job and it would be nice if some handlings can be shortened. For instance I have to use the mouse a lot, and for specific program always in the same sequence. It would be nice if I had the possibility to click on one (mouse)key and the following happens: Left click on coordinates x,y; Left click on other coordinates x,y; Enter. Not only I save time with this, I also have to use the mouse less often then I do now. Any help is appreciated. Thanks in advance!
×
×
  • Create New...