- Admin
- #61
Hi,
everything is implemented and works here as expected. The Wiki explains the remote keys. We have the input manager, that allows you to assign different keys to the preset functions.
I checked additonally the key bindings of the video player and everything is available (see below).
The buttons you press by mouse have exactly the same bindings, so there is no difference in the code between mouse and remote.
In case it does still not work, please explain exactly with screenshot what you did. I see you mentioning "remote", but also "F8", so I'm not really sure if you use a remote or keyboard. I'm also not sure which button you press with mouse and which skin you are using in the end.
everything is implemented and works here as expected. The Wiki explains the remote keys. We have the input manager, that allows you to assign different keys to the preset functions.
I checked additonally the key bindings of the video player and everything is available (see below).
The buttons you press by mouse have exactly the same bindings, so there is no difference in the code between mouse and remote.
XML:
<KeyBinding Key="Info" Command="{Command ToggleOSD}"/>
<KeyBinding Key="Back" Command="{Command CloseOSD}" IsEnabled="{Binding IsOSDVisible}"/>
<KeyBinding Key="Escape" Command="{Command CloseOSD}" IsEnabled="{Binding IsOSDVisible}"/>
<KeyBinding Key="ZoomMode" Command="{Command PlayerUIContributor.ShowZoomModeDialog}"/>
<KeyBinding Key="Yellow" Command="{Command PlayerUIContributor.OpenChooseSubtitleDialog}" IsEnabled="{Binding PlayerUIContributor.SubtitlesAvailable}"/>
<KeyBinding Key="Blue" Command="{Command Source={Service WorkflowManager},Path=NavigatePush,Parameters=A3F53310-4D93-4f93-8B09-D53EE8ACD829}"/>
<KeyBinding Key="Red" Command="{Command Source={StaticResource GeneralPlayerModel}, Path=SwitchPipPlayers}"/>
<KeyBinding Key="Up" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=InstantSkipForward}" IsEnabled="{Binding !IsOSDVisible}"/>
<KeyBinding Key="Down" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=InstantSkipBackward}" IsEnabled="{Binding !IsOSDVisible}"/>
<KeyBinding Key="Right" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=SkipStepForward}" IsEnabled="{Binding !IsOSDVisible}"/>
<KeyBinding Key="Left" Command="{Command Source={StaticResource ExtendedVideoSkip},Path=SkipStepBackward}" IsEnabled="{Binding !IsOSDVisible}"/>
<KeyBinding Key="PageUp" Command="{Command Source={Service PlayerContextManager},Path=NextItem}"/>
<KeyBinding Key="PageDown" Command="{Command Source={Service PlayerContextManager},Path=PreviousItem}"/>
In case it does still not work, please explain exactly with screenshot what you did. I see you mentioning "remote", but also "F8", so I'm not really sure if you use a remote or keyboard. I'm also not sure which button you press with mouse and which skin you are using in the end.