senbeiwabaka / Jellyfin.UWP

UWP application for Jellyfin that will work on Windows and Xbox
GNU General Public License v2.0
7 stars 1 forks source link

Add enhanced control with keyboard and gamepad #2

Open senbeiwabaka opened 11 months ago

senbeiwabaka commented 11 months ago

Currently the player can only be controlled with a mouse. Keyboard and gamepad controls need to be added.

senbeiwabaka commented 11 months ago

Escape works to get out of fullscreen Space works to pause in fullscreen. Issue in non-full screen clicks back button. Need to change the tab selection in non-full screen or make space only work for pause. Done with commit a9f3e7fdbf98d647c3f2af1abe66053db2f7d5ea

senbeiwabaka commented 10 months ago

Will probably have to do custom transport controls (as they are called).

senbeiwabaka commented 7 months ago

Space bar works but on whatever item was clicked last. Will probably be solved when custom transport controls are used. The custom part is really only for keyboard users. Controller is or should easily be able to get there though we will probably want some customs for that such as B forcing the video to stop by going back to the previous screen.