I put a macro on the light button and it works just like I intended except that the original function of the light button also happens - that is the status of the backlight toggles each time I use it. Given that I am using the extender, I had expected that the original meaning for the button would not be automatic.
The only reference I found was here that leads me to believe that I can't avoid this.
What I really intend to do is to make the light button toggle a TV backlight (controlled by X-10) and then put the original remote light toggle somewhere else (like shift-light). If this can be done, can someone point me in the right direction please.
15-2116ex2 Macro on light button
Moderator: Moderators
-
Mark Pierson
- Expert
- Posts: 3020
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Re: 15-2116ex2 Macro on light button
Why not reverse them and put the custom function on Shift-light?pH7_jp1 wrote:What I really intend to do is to make the light button toggle a TV backlight (controlled by X-10) and then put the original remote light toggle somewhere else (like shift-light). If this can be done, can someone point me in the right direction please.
Mark
Mark Pierson wrote:
Actually, my reasoning was that I seldom use the remote's light and I expected that using the button to turn on/off the backlight for my TV would be the more common use (for me). I always try to make the normal length, unshifted press the most common use and shift or LKP the less used function.
But that would be the simple way. I seldom try to do things the simple way.Why not reverse them and put the custom function on Shift-light?
Actually, my reasoning was that I seldom use the remote's light and I expected that using the button to turn on/off the backlight for my TV would be the more common use (for me). I always try to make the normal length, unshifted press the most common use and shift or LKP the less used function.
-
Mark Pierson
- Expert
- Posts: 3020
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
I hear ya!!!pH7_jp1 wrote:I seldom try to do things the simple way.
Unfortunately, the light button is handled as a special case internally (hard coded) and even the extender doesn't override that "feature".
On the other hand (and I'm not sure this will work either), you might try adding LIGHT to the end of your macro. That should toggle it back to the state it was in when you pressed it to begin with.
Mark
I tried this and the earlier suggestion. Adding a {light} command to the macro does not seem to help. I even tried DEV_SAT;{light};Dev_cancel just in case the {light} command was being repeated (because it is the last command of the macro). The light still toggled.Mark Pierson wrote: On the other hand (and I'm not sure this will work either), you might try adding LIGHT to the end of your macro. That should toggle it back to the state it was in when you pressed it to begin with.
The other suggestion - to use shift-{light} as the location for my function didn't work either. Even if you press shift-{light} it still toggles the state of the remote's light.
I can always pick another button, it was just that the little light bulb icon was perfect for what I wanted the remote to do and would have helped with WAF. If I decide I really care enough, I can dig into modifying the extender - if only I had that much spare time.