Brian 10 Posted November 6, 2016 Share Posted November 6, 2016 What is the correct API to send a keystroke? Link to comment https://wrobot.eu/forums/topic/4349-how-do-i-send-a-keystroke/ Share on other sites More sharing options...
Droidz 2738 Posted November 8, 2016 Share Posted November 8, 2016 Hello, to use keyboard: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Escape); (You can also use Keyboard.DownKey(...) or Keyboard.UpKey(...) (https://msdn.microsoft.com/fr-fr/library/system.windows.forms.keys(v=vs.110).aspx ) To use Wow keybinding: wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP); Link to comment https://wrobot.eu/forums/topic/4349-how-do-i-send-a-keystroke/#findComment-20169 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now