Jump to content

gaziafsar

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gaziafsar's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i used this code to solve this problem in others apps. But in Autoit i need a similar code for same purpose. F8::Suspend, Toggle SetKeyDelay, 0, 30 ;it does not need to be in the loop $q:: While GetKeyState("q","P") { Send, q Sleep, 10 } This code was used for Pressing Q infinitly while pressed physically. when u pick up the finger from the button, it stops. Also there is a feature for stop/run for the prgramme by f8
  2. I used this code in Auto hot key for that but i need same objective for Autoit to run. Kindly help me out. F8::Suspend, Toggle SetKeyDelay, 0, 30 ;it does not need to be in the loop $q:: While GetKeyState("q","P") { Send, q Sleep, 10 }
×
×
  • Create New...