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
Hello, guys!
Can i somehow emulate hold button functionality on macOs without repeating "keypress"?
Desirable result after this code kb.SetKeys(keybd_event.VK_D) kb.Press()
is continuously adding a letter 'D' in any text editable zone until kb.Release() will be called.
May be you can prompt me what macOs API I can use for it?
The text was updated successfully, but these errors were encountered:
Hello, guys!
Can i somehow emulate hold button functionality on macOs without repeating "keypress"?
Desirable result after this code
kb.SetKeys(keybd_event.VK_D)
kb.Press()
is continuously adding a letter 'D' in any text editable zone until
kb.Release()
will be called.May be you can prompt me what macOs API I can use for it?
The text was updated successfully, but these errors were encountered: