Can I create univeral "punch through" keys?

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
Nos402
Posts: 31
Joined: Thu Feb 19, 2004 5:47 pm

Can I create univeral "punch through" keys?

Post by Nos402 »

Here's what I'm trying to do:

I want shift-1 to go to my TV's HDMI-1 input on every device. I'm basically trying to create universal input select keys. shift-1 through shift-8 will select various inputs on the TV. Is there an easy way to make this a universal punch through function without just doing 8 key moves on every single device?

I have a 6131 2k, no extender.
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

Most extenders make this painless.
One of the best features of an extender is the X_Device, X_Cancel command. This allows you to have temporary control of a device which switches back to your current device when it hits X_Cancel, or the macro ends.
Shift_1:= X_TV, key, key, key. X_Cancel
Nos402
Posts: 31
Joined: Thu Feb 19, 2004 5:47 pm

Post by Nos402 »

I've been learning the 6131 extender now. I'll see what I can do in there!
mdavej
Expert
Posts: 4631
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

One set of macros (not key moves) should work fine, without the extender. Just end each with the appropriate device selection.
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Post by johnsfine »

mdavej wrote:One set of macros (not key moves) should work fine, without the extender. Just end each with the appropriate device selection.
You also need one set of keymoves anyway.

You are assuming Nos402 wants to change the mode of the remote to correspond to the selected input. That might be true. If so, it may be simpler to start the macro with that rather than end (and have each keymove in the "appropriate" mode).

Vicky assumed Nos402 wants each key to change the input of the TV without changing the mode of the remote itself.
Nos402
Posts: 31
Joined: Thu Feb 19, 2004 5:47 pm

Post by Nos402 »

I am so glad I made the jump to using an extender. This is awesome! So far there has been nothing I've wanted to do that I have not been able to do. This is truly one remote to rule them all. Thanks everyone!
Post Reply