Welcome Guest ( Log In | Register )
2 Pages V  < 1 2  
Reply to this topicStart new topic
> Button combinations form macro, is it possible?
Coreper
post Nov 7 2009, 14:43
Post #21
Dedicated Member
*****
Group: WF Member
Posts: 1,108
Joined: 5-June 06
From: NL
Member No.: 4,725


WOOOHOOOOOOOOO!!!!!!!!!!!
i asked a friend of mine, who is a programmer, if you knew a solution, or could make one
so he said i should download the SCAR Divi program, a macro program.
he wrote a little code for me, to use, the code he wrote was the following:
CODE
program DubbelTap;
begin
while(true) do
begin
  if(isKeyDown('a') and IsFunctionKeyDown(0)) then
  begin
    SendKeysWait('aa',10,0);
  end;
  if(isKeyDown('w') and IsFunctionKeyDown(0)) then
  begin
    SendKeysWait('ww',10,0);
  end;
  if(isKeyDown('d') and IsFunctionKeyDown(0)) then
  begin
    SendKeysWait('dd',10,0);
  end;
  if(isKeyDown('s') and IsFunctionKeyDown(0)) then
  begin
    SendKeysWait('ss',10,0);
  end;
end;
end.

and this solves my problem biggrin.gif

thanks for all the amazing help, Hb_Kai!!!
i really appreciate your effort to help me!


--------------------
by Coreper

check out my DeviantArt: coreper.deviantart.com
Go to the top of the page
 
+Quote Post

Hb_Kai
post Nov 7 2009, 15:52
Post #22
The Shoobadooble
*****
Group: WF Member
Posts: 1,532
Joined: 16-January 08
From: WF
Member No.: 10,523


Glad you got there in the end smile.gif


--------------------
See above for my post...


Vista is the begining of the END. Go Open source...!
Go to the top of the page
 
+Quote Post


2 Pages V  < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 20th November 2009 - 22:58