Xfinity onscreen keypad

  • matt@weinbaum.com
  • Topic Author
  • Offline
  • User
  • User
More
2 years 2 months ago #2649 by matt@weinbaum.com
Xfinity onscreen keypad was created by matt@weinbaum.com
I'm trying to get the cabletv.html onscreen keypad to work like the xfinity remotes. Usually when you press each key on an xfinity remote it starts entering it on the tv then you just hit the center button on the remote to change channels.

On the SmartRemote you have to type all the digits, then hit enter for it to transmit to the cablebox, then hit OK on the physical button for the channel to change.

Please Log in to join the conversation.

More
2 years 2 months ago - 2 years 2 months ago #2653 by David Li
Replied by David Li on topic Xfinity onscreen keypad
That can be changed. The idea was to allow the end user's to be able to edit a mistyped channel before sending that to the cable box. So Bar patrons don't get a wrong channel to view while the Bar Tender fixes the typo...this can be changed easy enough. We will add this to a near future template.
Last edit: 2 years 2 months ago by David Li.

Please Log in to join the conversation.

More
2 years 1 month ago #2702 by Matt22
Replied by Matt22 on topic Xfinity onscreen keypad
As a work around how do I make the "enter" softkey also enter the "OK" function behind the scenes each time it's pressed?

Please Log in to join the conversation.

More
2 years 1 month ago - 2 years 1 month ago #2703 by davep
Replied by davep on topic Xfinity onscreen keypad
If you want to have direct number import edit the CableTV page in the designer and change the commands under the numeric keypad to the following
0 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 0
1 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 1
2 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 2
3 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 3
4 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 4
5 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 5
6 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 6
7 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 7
8 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 8
9 = AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 9
Enter = AV|{{active_cabletv_{{clientname}}}}~Remote~Cursor Enter

if you want to see the numbers that you press echoed on the remotes screen then the button commands turn into macros like this
0 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}0!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 0
1 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}1!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 1
2 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}2!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 2
3 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}3!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 3
4 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}4!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 4
5 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}5!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 5
6 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}6!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 6
7 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}7!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 7
8 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}8!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 8
9 = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~{{av_{{active_cabletv_{{clientname}}}}_buffer}}9!AV|{{active_cabletv_{{clientname}}}}~Remote~Digit 9
Enter = Macro|SetVariable|av_{{active_cabletv_{{clientname}}}}_buffer~!AV|{{active_cabletv_{{clientname}}}}~Remote~Cursor Enter

 
Last edit: 2 years 1 month ago by davep.

Please Log in to join the conversation.

Time to create page: 0.180 seconds