Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to send key Ctrl+ä (german kbd)
#1
I'd like to send to key combination Ctrl+ä to a window. 
key Cä gives an error invalid key code.

Scan code looks like an alternative (0x28), but I have no idea how to tell it about Ctrl...

Would appreciate some suggestions Wink

BTW, wouldn't it be nice if QM had a tool that returned the scancode of a key combo the user pressed?
#2
Look what key is in that place on English keyboard. Probably '.

Code:
Copy      Help
int w=win("Notepad" "Notepad")
act w
key C'
#3
Yup, that does the trick. Wonderful!

Thanks Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)