dear experts need help in tdl

Discussion in 'Free Source Codes' started by panam, Oct 25, 2023.

    
  1. panam

    panam Member


    dear sir,
    i need help in trigger function.

    Trigger key :CTRL+D,CTRL+A

    DOWN,enter


    here after executing primary task with "trigger key :CTRL+D,CTRL+A"
    i want 2 second delay and then "down, enter" key must execute.

    please help me in this regard.
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You need to break the Function in three parts --
    part 1 == all triggers before the pause. then at end call the 2nd function.
    part 2 == Refer this link -- http://www.tdlexpert.com/index.php?threads/stop-refresh.2254/#post-11859 --to make your timer as per your needs. At end call the 3rd function.
    part 3 == put the balance trigger keys here.

    It will be complicated for you to make a single Function, hence i suggest 3 parts.
     
    panam likes this.


  3. Himanshu-2002

    Himanshu-2002 Active Member


    You can add a delay of 2 seconds like this

    [Function: Sleep Tally]
    000: Sleep:2
     
    panam likes this.


  4. panam

    panam Member


    Amit sir, thank u for your valuable reply.
     


  5. panam

    panam Member


    thank u Himanshu ji for your valuable reply.
     


Share This Page