Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Navigation key to switch back and forth from Library to Settings?
#1
Hi

When trying to diagnose playback issues I find myself changing a setting then having to do lots of taps/clicks etc. to get back to the Library page, then navigate down to the file, try out playback, then navigate back to the settings page to tweak another setting, and so on and so forth.
Is there an easy way to switch back and forth between Library and Settings pages?
I looked in https://kodi.wiki/view/Basic_controls but couldn't see anything.
Reply
#2
put this in userdata/keymaps/keymap.xml then you can open settings with F2

xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
    <global>
        <keyboard>
            <F2>ActivateWindow(settings)</F2>
        </keyboard>
    </global>
</keymap>
Reply
#3
Great - tx. I've never modded the keymap file but will give it a whirl.
How would I get back to the Library once I'd made the settings change?

Also any ideas what would work for Android i.e no Fn keys?
Is it possible to mod the side-menu?
Reply
#4
(2023-01-23, 00:15)mr-b Wrote: Great - tx. I've never modded the keymap file but will give it a whirl.
How would I get back to the Library once I'd made the settings change?

Also any ideas what would work for Android i.e no Fn keys?
Is it possible to mod the side-menu?

when you back out of settings it *should* put you back where you were, i.e. library

on android i think it still works the same but youll have to find a numbered key instead of F2 that works for your remote, i havent tried this
keymap editor addon should be able to show you which keys are which for remote buttons, just dont select save after you change a button and copy the id it used

of course it's possible to modify the side menu, it requires editing the skin files, not something im prepared to walk you through however
Reply
#5
(2023-01-23, 00:15)mr-b Wrote: Is it possible to mod the side-menu?

Yes, anything you can do in a keymap you can do adding a button control with an "onclick" set to the built-in function.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Navigation key to switch back and forth from Library to Settings?0