Windows Forum - Computer Support Forums: Button combinations form macro - Windows Forum - Computer Support Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Button combinations form macro is it possible? Rate Topic: -----

Posted 07 November 2009 - 14:43 (#21) User is offline   Coreper 

  • Advanced
  • PipPipPip
  • Group: WF Member
  • Posts: 1,109
  • Joined: 05-June 06
  • Location:NL

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:
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 :D

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 Posted Image
0

Posted 07 November 2009 - 15:52 (#22) User is offline   Hb_Kai 

  • The Shoobadooble
  • PipPipPip
  • Group: WF Member
  • Posts: 1,680
  • Joined: 16-January 08
  • Location:WF

Glad you got there in the end :)
Linux <3 | توماس محرك الدبابه
I'm a PC ...and Windows 7 was not my idea :)

Posted Image

Registered Linux User: 500121

0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users


IPB Skins by Skinbox

Enter your sign in name and password


Sign in options
Log in with Facebook Log in with Twitter   Or sign in with these services