Forum Discussion

RUDOLF_BOTHMA's avatar
RUDOLF_BOTHMA
Community Hero
5 years ago
Solved

Setting Keypressing Delay from Script

 Morning all,   Quick question this morning.   I'm trying to enforce a minimum key pressing delay in my projects because I just find that too often, the key pressing delay is zero, which caus...
  • AlexKaras's avatar
    5 years ago

    Hi,

     

    Two options that I can think of:

    a) Set the Project Options > Project|Playback|Runtime|Key pressing delay parameter for the required value (this is a per-project setting);

    b) Use [P<delay>] value for keypresses (e.g.: button.Keys("2[P500]0[P500]2[P500]0") )