Help me Obi Wan......
Posted: Wed May 28, 2014 3:08 pm
First off a big hello there, and please excuse me I am a n00b to all of this 
Let me explain my problem and I really hope you guys can help, essentially I want to trigger an EG macro from a VB script using the sendkeys method.
I've got EG set up so that when I press the physical keys on the keyboard the desired action happens but I get nothing when I try it via sendkeys. (I don't speak python
)
I'm using EG to send to WINLirc that then goes to an Iguanaworks IR transmitter
I've attached a picture to help explain. E.g. to mute the TV, I press Ctrl and F1 an this works fine from my physical keyboard but not when I trigger this script...
Do I need another plugin? if so which one?

I searched high and low through the forum and found this post - viewtopic.php?f=9&t=5339&p=25842&hilit=sendkeys#p25842
Which led me to this post viewtopic.php?f=10&t=1322&p=7747&hilit= ... asic#p7747 which may as well be in Greek to me lol
This is the only thing holding up my project and I really hope you guys can help, point me in the right direction or chuck me a python script that an idiot could modify
Thanks in advance
Let me explain my problem and I really hope you guys can help, essentially I want to trigger an EG macro from a VB script using the sendkeys method.
I've got EG set up so that when I press the physical keys on the keyboard the desired action happens but I get nothing when I try it via sendkeys. (I don't speak python
I'm using EG to send to WINLirc that then goes to an Iguanaworks IR transmitter
I've attached a picture to help explain. E.g. to mute the TV, I press Ctrl and F1 an this works fine from my physical keyboard but not when I trigger this script...
Code: Select all
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys ("%{F1}")

I searched high and low through the forum and found this post - viewtopic.php?f=9&t=5339&p=25842&hilit=sendkeys#p25842
Which led me to this post viewtopic.php?f=10&t=1322&p=7747&hilit= ... asic#p7747 which may as well be in Greek to me lol
This is the only thing holding up my project and I really hope you guys can help, point me in the right direction or chuck me a python script that an idiot could modify
Thanks in advance