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
hey, I ran into this issue as well. I looked up the scancodes for mac and windows and added an enum entry. I don't know the scancode for linux, and I don't need it right now, so I'm not going to open a PR.
But its pretty easy to fork the library and add this to the bottom of the Desktop.Robot/Desktop.Robot/Key.cs enum.
[Keycode(Platform="OSX",Keycode=49)][Keycode(Platform="Windows",Keycode=32)]
Space
No description provided.
The text was updated successfully, but these errors were encountered: