Forum Discussion
HKosova
Alumni
14 years agoHi,
According to the WshShell.SendKeys method description, it seems that it doesn't support pressing the right Alt specifically.
Use TestComplete's Keys or Sys.Desktop.KeyDown method instead:
According to the WshShell.SendKeys method description, it seems that it doesn't support pressing the right Alt specifically.
Use TestComplete's Keys or Sys.Desktop.KeyDown method instead:
"
' -- or --
Sys.Desktop.KeyDown Win32API.VK_RMENU
' Do something
Sys.Desktop.KeyUp Win32API.VK_RMENU