dekuNukem / duckyPad

Do-It-All Mechanical Macropad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEFAULTCHARDELAYFUZZ doesn't run correctly on duckyPad configurator v0.13.3 (Windows)

conceptual-perception opened this issue · comments

Trying this script:

DEFAULTCHARDELAYFUZZ 1000
STRING Stuff I want to type

Testing it with "Run This script!" the inter-character-delay isn't modified.

Looks like this isn't implemented.

https://github.com/dekuNukem/duckyPad/search?q=defaultchardelayfuzz

pc_software/autogui.py

DEFAULTDELAYFUZZ = "DEFAULTDELAYFUZZ ";
DEFAULTCHARDELAYFUZZ = "DEFAULTCHARDELAYFUZZ ";

ignored_but_valid_commands = ["UARTPRINT ", "LCR", DEFAULTDELAYFUZZ, DEFAULTCHARDELAYFUZZ, cmd_HOLD, cmd_REM, "SWCOLOR_", "SWCOLOR ", 'DP_SLEEP', 'PREV_PROFILE', 'NEXT_PROFILE', 'GOTO_PROFILE ']