Duckuino icon indicating copy to clipboard operation
Duckuino copied to clipboard

typekey function needs to be (KeyboardKeycode key) instead of (int key)

Open PoonDproPlayz opened this issue 9 months ago • 1 comments

the type key function needs to use (KeyboardKeycode key) instead of (int key) because if it is int key it would press a different key to the one you tell it

PoonDproPlayz avatar May 23 '24 03:05 PoonDproPlayz