11-03-2008 02:18 PM
I am trying to use the simulate keyboard for labview 8.5. There are 2 keys that I cannot figure out and I neeed to use them both.
The underscore _ and the slash / or is that a backslash?
On the simulate keyboard vi the keys I need are listed as reserved.
I looked at the microsoft keyboard_event Function but sorry that was no help.
I am sure somebody knows how to get these keys to work?
I have attached the simulate keyboard vi if that helps.
Thanks for any help.
Rick.
Solved! Go to Solution.
11-04-2008 03:01 AM
Hi Rick,
send the shift down event first, then the key with your char on it and then both keys up.
Hope it helps.
Mike
11-04-2008 10:39 AM
I tried that it didn't work.
See Attachment.
11-05-2008 02:42 AM
Hi Rich,
see the attached example. It works for me. There are some error in it, because i converted it back to 8.0.
Hope it helps.
Mike
11-06-2008 03:27 PM
That did the trick. How did you know to do that?
Thanks.