Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can some 1 help me?
#1
Hi I'm trying to make macro that will start with a hot key and :

Start
will wait 19 seconds
then will press and hold right shift
and type 2678678 (with pressed right shit it will be @^&*^&*^&* )
then relese right shift
then press enter to send typer txt
then will wait another 3-4 seconds
and then will start all over
#2
Macro Macro1275
Code:
Copy      Help
;g1
;will wait 19 seconds
wait 19
;then will press and hold right shift
;and type 2678678 (with pressed right shit it will be @^&*^&*^&* )
;then relese right shift
key "@^&*^&*^&*"
;then press enter to send typer txt
key Y
;then will wait another 3-4 seconds
wait 3
;and then will start all over
goto g1



;press Pause to stop
#3
Wow thats fast and working !!

But now i have problem to make a hot key on it. I'm clicking right mouse on that macro>> properties>> in trigger menu kaybord>> setting ctrl+z >> OK.

And it's not saving the hot key.... why?

Oh and thet hot key has to work whan I'm in other programs.

Thx very much
#4
maybe you typed Z in the second key field. It must be empty. Click the first field and press Ctrl+Z.


Forum Jump:


Users browsing this thread: 1 Guest(s)