- Thread starter
- Admin
- #51
Thanks for reporting. The shortcut issue was already found and fixed for next version.I have found another problem - sorry
In TVE3/NET4 the keyboard shortcuts no longer work. 0 for last channel doesn't work, F7/F8 for Previous and Next channel does not work, typing channel numbers does not work. ENTER for mini EPG works.
F7/F8 was probably your personal mapping you created in the input manager. By default following keys are mapped to the zap functions:
In input manager you can check if your preferred keys are still mapped and in case not you can remap them.<KeyBinding Key="PageUp" Command="{Command ZapNextChannel}"/>
<KeyBinding Key="PageDown" Command="{Command ZapPrevChannel}"/>
<KeyBinding Key="ChannelUp" Command="{Command ZapNextChannel}"/>
<KeyBinding Key="ChannelDown" Command="{Command ZapPrevChannel}"/>
<KeyBinding Key="ZapBack" Command="{Command ZapBack}"/>
<KeyBinding Key="*" Command="{Command ZapBack}"/>
At least I could verify, that the previous and next channel functions are working.