2007-01-20, 05:43 PM
(This post was last modified: 2007-01-20, 05:47 PM by HydroChronic.)
Hey everyone
I am trying to get my irremote just right and one of the commands in the documentation I found is a little unclear.
My question is the actual functionality of this command. That is to say that if I set this command as such:
When 1 is pushed the first time will the GB-PVR section be called and the command for 1 from there executed, or will ir.exe simply be told to look at the GB-PVR section for the next button pushed? And on subsequent button pushes; will only the [GB-PVR] section be called or will the program go through its normal execution on the third button press?
Thanks for the help.
I am trying to get my irremote just right and one of the commands in the documentation I found is a little unclear.
Quote:{mode(appname)}
Forces translation of the next button command in the context of the
application section specified by appname rather than by what application
currently has Windows focus.
If no parameter is given, {mode()}, the forced mode is canceled and command
tranlsation is done by automatic section selection according to which
application has Windows focus.
My question is the actual functionality of this command. That is to say that if I set this command as such:
Code:
[Default]
1={mode(GB-PVR)}
...
[GB-PVR]
1={findwnd(GB-PVR)}1
When 1 is pushed the first time will the GB-PVR section be called and the command for 1 from there executed, or will ir.exe simply be told to look at the GB-PVR section for the next button pushed? And on subsequent button pushes; will only the [GB-PVR] section be called or will the program go through its normal execution on the third button press?
Thanks for the help.