c# - SendKeys ALT + SPACE -
okay i've done research , know it's not possible send spacebar sendkeys()
, , solution use sendkeys(" ")
.
however, i'm trying send alt + spacebar command window (this combination opens menu , i'm trying copy out text using keystrokes)
i've tried sendkeys.sendwait("%( )")
; that's sending space text. i'm stuck here because need actual spacebar pressed while holding alt shortcut work.
Comments
Post a Comment