The whole thing is kind of backwards, but like S Pittaway said Girder is just another program running and I wanted to eliminate it from my setup (I’m fighting now with xusbuirt and short burst IR codes problem, but that’s between me and xusbuirt
).
So, to do it, you first need to setup xremote and export your gml file.
In xusbuirt you’ll need to create device with your buttons and teach it IR codes from your remote.
Next, setup events for each button with command “Send Message”, here your values should be:
- for window name (I’m not at home now, so I’m not 100% sure) use “XRemoteWnd” – this name should be in gml file
- next argument is ‘message’ I think, use “WM_COMMAND”
- for wparam and lparam arguments use values from gml file, they should be something like “44444” and “1” or “2” or “3” …...
Those events should have (you’ll need to assign them) IR triggers from your IR device.
And that’s all
, I hope it make sense. I know it sounds complicated and it’s a lot of work, but…
If you’re interested and want to wait few hours, when I get home, I can post a little tool I wrote that will do most of the work for you; all you’ll need to do is generate gml file and teach xusbuirt IR codes from your remote; tool will create all events and corresponding device for xusbuirt.
Let me know…