RedSchism / ubiquity

A Fullscreen theme file for Playnite
10 stars 0 forks source link

Cycling through filter sidebar #13

Open ochief opened 1 month ago

ochief commented 1 month ago

Is there an easy way of modifying one of the XAML files (possibly Main.xml???) to cycle through the filter sidebar?

If I get to the last filter and press "next" I'd like to be returned to the first filter. If I'm on the first filter and press "back" I'd like to be returned to the last filter.

I've managed to do a bunch of tweaks to simplify this fantastic theme even further for my needs but this particular tweak has beaten me.

RedSchism commented 1 month ago

Unfortunately Playnite doesn't give you much control over controller inputs. I was never able to find how to make the RB/LB cycle through the list. The closest thing is using the dpad/arrow keys to navigate the filters.

Alternatively you can lock navigation to the sidebar when on it by changing : ( KeyboardNavigation.DirectionalNavigation="Once" ) to ( KeyboardNavigation.DirectionalNavigation="Cycle" ) in CustomControls/FilterPresetSelector.xaml.

It's a bit buggy and only way to exit the sidebar is pressing the "Back Button"/F1. So it's not really recommended but you can try it if you like.

Sorry I can't be of more help.