Send hotkey Supr

hola, buenas.
una consulta, necesito mandar SUPR en send hotkey pero no me lo toma, no necesito DEL,
necesito supr.
ayuda!

@mively,

Select SpecialKey from the drop-down if Send Hotkey shortcut activity.

no aparece supr, esa es mi duda

Hi @mively

Use Invoke Code (VB.NET) - Try this,

System.Windows.Forms.SendKeys.Send(“{DEL}”)

Or

O, en Type Into, usa “[k(del)]” y activa SendWindowMessages, pero desactiva SimulateType.

Happy Automation

@mively

Here it’s how to use it

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.