tnkrer wrote:tnkrer wrote:So the question is now, can I have toadtog and LKP on the same kee somehow?
Yes, of course. You assign the ToadTog functions to whatever key, phantom key, shifted key or x-shifted key you desire (since I never access them directly, I use phantom 1 and 2 (or Discrete ON and OFF if the RDF has these)). Then your LKP sequence(s) call(s) on that(those) particular button(s) whenever required.
I was talking about the toggle toadtog function on the Power key and LKP on the power key. IR did not let me do that. (Since you do not have Power toggle toadotg, I think you did not face that problem)
Actually, I DO have LKPs on my Power button as follows:
Short: executes DEV_X, Discrete Off (whether it's an actual discrete function, a ToadTog, or a Play-OFF sequence)
Long: executes my "ALL OFF macro" (which is built as a macro on some phantom key somewhere)
So for me, a SHORT press of Power turns off the currently active device, and a long press shuts everything off. There's no reason you cannot do this as well, but assign the ToadTog Power Toggle function to the Short keypress (instead of the Discrete OFF that I have), and your All OFF macro to the Long keypress.
The way I have it I used a separate LKP on Power for each device mode, but even THIS can be reduced to a single LKP called by a macro on the Power button, if you structure your keymoves, ToadTog's and LKPs cleverly.
Example:
You have already created ToadTog Power Toggle functions that are all currently assigned to the Power button for each device (using shift-cloaking, right?)
(1) Change each of those functions to the x-shifted Power button in that device mode - NOW YOUR POWER TOGGLES ARE ALL ON x-shift-Power for each device;
(2) Build your ALL OFF macro on (I randomly selected) shift-phantom 3;
(3) Build an LKP on (I randomly selected) TV device/x-shift phantom 3 as follows:
SHORT=DEV_Cancel, x-shift Power
LONG=shift-Phantom 3;
(4) Build a macro on Power: Dev_TV, x-shift phantom 3 (i.e it will call the LKP)
NOW a short press of Power will execute your current device's x-shift Power (presumably Power Toggle) function,
WHILST a long press of Power will call your ALL OFF macro.