Help with how to implement Long Key Press Power button

This is the JP1 beginners forum. There's no such thing as a stupid question in here, so post away, but this forum is just for JP1 users and people considering JP1, non-JP1 users please use the appropriate forum above!

Moderator: Moderators

Post Reply
mhallerbach
Posts: 43
Joined: Mon Dec 27, 2004 3:50 pm

Help with how to implement Long Key Press Power button

Post by mhallerbach »

I have an extended URC6131, and am trying to set up the ability to Power up multiple devices (TV, PVR, Aud) when I invoke a long key press by pressing and holding down the Power button(no matter what device mode the remote is currently in); this was a feature built into the remote before the remote was extended. I have read all of the relevant info(longkeypress.txt as well as anything I could find on this site about it), and unfortunately still do not understand the steps within IR.exe to set this up. I am not sure whether its done as a keymove, or a macro, and because it isn't device specific, not sure how I am supposed to do it. I do know that the LKP feature is somehow tied to a Device TV 1106, but can't grasp how it all fits together.

Please help.
alkap
Posts: 19
Joined: Fri May 19, 2006 5:39 am

Re: Help with how to implement Long Key Press Power button

Post by alkap »

mhallerbach wrote:I have an extended URC6131, and am trying to set up the ability to Power up multiple devices (TV, PVR, Aud) when I invoke a long key press by pressing and holding down the Power button(no matter what device mode the remote is currently in); this was a feature built into the remote before the remote was extended. I have read all of the relevant info(longkeypress.txt as well as anything I could find on this site about it), and unfortunately still do not understand the steps within IR.exe to set this up. I am not sure whether its done as a keymove, or a macro, and because it isn't device specific, not sure how I am supposed to do it. I do know that the LKP feature is somehow tied to a Device TV 1106, but can't grasp how it all fits together.

Please help.
I would like the answer to this question also.
Thanks
ElizabethD
Advanced Member
Posts: 2348
Joined: Mon Feb 09, 2004 12:07 pm

Post by ElizabethD »

Are you sure you want to power UP several devices by LKP of Power?
Assuming you are,
1. On the special protocols sheet, create a LKP keymove for any bound device. Let's say it's CBL. Then pick a button, such as phantom2. You can shift it. Let's say you use xshift.
2. Select LKP from the dropdown, give it time, ususally 2, 3 do the job well. LKP uses device TV 1106.
3. In the two little windows, from the drop down on the left, select keys to use
Short side: X_cancel, shift-power to be able to toggle. I assume you'd want that.
Long side: code in line or call your power up sequence (on, x_Cancel, X_TV, on, X_DVD_on, X_AUD, on ...) assuming you have discrete "on" codes. Use Toad togs if you do not. This should leave you in the mode you started with when you pressed the power button.
4. Then make a global macro, on the macros sheet, using this keymove. If the bound device was CBL, then here, just code Power = x_CBL, xshift-phantom2 which is the name of the key on which you built the LKP function.

The instructions to use these functions were written well before IR made the user interface to handle all this in a simpler way than you've read. Then, the LKPs were indeed built on the keymove sheet, because that's what they are. In the eeprom it all ends up being keymoves, but the UI helps building.
Liz
Tweeking 8910, HTPro/9811, C7-7800, 6131o, 6131n, AtlasOCAP-1056B01, RCA-RCRP05B and enjoying the ride :)
Post Reply