You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Im looking for a way to find the key int value by its name, because the SetKeys function requires ints. I know I can do keybd_events.VK_SP1 but what if i want to get the key based on a string variable? (keyName := "VK_SP1")