dekuNukem / duckyPad

Do-It-All Mechanical Macropad
MIT License
1.22k stars 169 forks source link

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

Closed conceptual-perception closed 2 years ago

conceptual-perception commented 2 years ago

Trying this script:

DEFAULTCHARDELAYFUZZ 1000
STRING Stuff I want to type

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

conceptual-perception commented 2 years ago

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 ']