- Thread starter
 - Admin
 - #11
 
That means, there are virtual keys defined for all kind of actions?
For example I found for TV-EPG view the mapping of green and yellow button, as seen also on the example mock-up.
	
	
	
		
It seems that those keys are hard coded only for a screen, so mapping with the input manager for those actions is not possible, right?
Trying to understand, but the navigation is still a black-box for me and I fully agree with you. It needs to be improved.
			
			For example I found for TV-EPG view the mapping of green and yellow button, as seen also on the example mock-up.
		XML:
	
	        <KeyBinding Key="Yellow" Command="{Command Path=NextGroup}"/>
        <KeyBinding Key="Green" Command="{Command Path=PrevGroup}"/>
	Trying to understand, but the navigation is still a black-box for me and I fully agree with you. It needs to be improved.
							
				
 Germany