Jump to content

No_name_4174

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

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

No_name_4174's Achievements

  1. Certainly! Here's a revised version of your text: Hey, I've been trying to use the DEFAULTCHARDELAY, but I'm having trouble understanding how to implement it. It's repeatedly mentioned in the documentation, but I'm struggling to grasp the proper usage. My goal is to delete my gear ID efficiently without manual mouse intervention. I want the Ducky/Flipper to press 'g' for discard and 'y' to confirm. The current code I have is executed at 18ms, which is too fast. STRING g y REPEAT 50 DELAY 500 STRING g DELAY 100 STRING y REPEAT 50 How can I incorporate the DEFAULTCHARDELAY for better control? The documentation doesn't provide clear instructions on its usage. Here's what I found in the documentation: DEFAULTCHARDELAY DEFAULTCHARDELAY specifies how long (in milliseconds) to wait between each key stroke. If unspecified, DEFAULTCHARDELAY is 18ms in duckyPad. DEFAULTCHARDELAY 50 REM duckyPad will wait 50ms between each key stroke
×
×
  • Create New...