Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Key Combination(ctrl+arrow+space)
#1
Solved: 10 Years, 10 Months, 1 Week ago
How to send the following combination of keys using script as input:
CONTROL+DOWN ARROW+SPACE BAR?

I tried following code:

Code:
Set WshShell = CreateObject("WScript.Shell")
' Activate the browser window
WshShell.AppActivate "complexowl"
wait(3)
WshShell.SendKeys "^{DOWN}{[b]<SPACE>[/b]}"


But i am not sure what should i use to send SPACE BAR as input?

If possible also suggest me how can i do "Left Mouse Click" while CTRL key is kept pressed?

Thanks in advance,

Regards,
Sandeep
Reply


Messages In This Thread
Key Combination(ctrl+arrow+space) - by Mighty_River - 03-19-2008, 01:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to pass "Enter" Key through Sendkeys Lavanya N 1 3,948 07-24-2015, 02:17 PM
Last Post: Lavanya N
  how to use keyboard "Space' using qtp Naresh 2 2,962 06-11-2015, 06:30 PM
Last Post: venkatesh9032
  QTP key issue fix kprasadbio 1 3,078 05-04-2013, 10:47 AM
Last Post: Saket
  Keyboard Shortcuts "Ctrl+s" are not working in QTP11 dipti 0 2,950 12-31-2012, 05:08 PM
Last Post: dipti
  How to remove space between webelements silpavinod 2 3,084 10-11-2012, 02:53 PM
Last Post: silpavinod

Forum Jump:


Users browsing this thread: 1 Guest(s)