Hello,
I have several buttons that I used for my "Favorite Channels" with the following commands:
"5 actions when pressed" is how I activate them:
.5 delay send digit
.5 delay send digit
.5 delay send digit
.5 delay enter
.5 delay exit
The first digit fires off, however the remaining commands do not. Am I doing something wrong?
Button Pressed only one command activating
Re: Button Pressed only one command activating
Good evening,
Delay time is not cumulative !
Do like this:
0.0 delay send digit
0.5 delay send digit
1.0 delay send digit
1.5 delay enter
2.0 delay exit
Greetings from Switzerland
Delay time is not cumulative !
Do like this:
0.0 delay send digit
0.5 delay send digit
1.0 delay send digit
1.5 delay enter
2.0 delay exit
Greetings from Switzerland
Re: Button Pressed only one command activating
Ohhhhhhhhhhhhhhhhhh........
Thank you, holy smokes I had no idea! That might explain why I was having some issues with some of my other commands!
Thank you very much!!!!!!
Thank you, holy smokes I had no idea! That might explain why I was having some issues with some of my other commands!
Thank you very much!!!!!!