Using a normal orshifted version of a real device key can give unpredictable results when used within a macro. Conceptually it should treat it like any other button but can confuse the extender or for that matter an unextended remote also. I would put the functions on a phantom and call that from the real device button.RichardP wrote:
Here are the macro definitions :
SAT : Phantom3; Phantom1; SHIFT-SAT,M1
SHIFT-SAT : X_SAT; P_SAT; M_SAT; C_SAT; T_SAT;O_SAT; shift; shift; shift
Phantom1 : X_TV; DiscreteON; X_SAT; DiscreteON
Phantom3 : X_TV; 9
What am I doing wrong here, why do I end up with different screens for the SAT and SHIFT SAT macros? SAT always gives one extre screen action than SHIFT SAT?
Richard
Also, the scroll command is both a button and a command so for some reason in the 8060 and the 9960 extenders it generally needs one more command in a macro than you actually would think it needs. In other words if you are on screen 1 and want to go to screen 2 you would think one is enough but it will take 2. That is why I had two in the macros I recommended for simulation of the menu/guide buttons. I could probably come up with a better way like a discrete screen command but I just didn't want to waste the bytes in the extender. If you think it is necessary I will give it a shot.