2018-04-30, 10:46 AM 
(This post was last modified: 2018-04-30, 04:38 PM by manic_biker.)
	
	
	
		Is there a way to watch a desired channel from the TV guide with a single key stroke?  Currently, I need to hit enter, then select watch, then enter again.
....I found a way with the following addition to the key mapping:
<Subsystem name="TVGuide">
<Key code="{ALT}G" command="SelectGroup"/>
<Key code="Return" command="Play"/>
	
	
	
....I found a way with the following addition to the key mapping:
<Subsystem name="TVGuide">
<Key code="{ALT}G" command="SelectGroup"/>
<Key code="Return" command="Play"/>
 
