This commit is contained in:
zerf58 2025-06-13 16:09:14 -07:00
parent a31e08bd5f
commit 388924ed6e
16 changed files with 951 additions and 294 deletions

35
xml/keyboard.xml Normal file
View file

@ -0,0 +1,35 @@
<!-- custom keymaps for kodi for the PJ. file lives in ~/.kodi/userdata/keymaps -->
<keymap>
<Global>
<keyboard>
<p>Fullscreen</p>
</keyboard>
</Global>
<FullScreenVideo>
<keyboard>
<escape>Stop</escape>
</keyboard>
</FullScreenVideo>
<Videos>
<keyboard>
<escape>ParentDir</escape>
</keyboard>
</Videos>
<Music>
<keyboard>
<escape>ParentDir</escape>
</keyboard>
</Music>
<Visualisation>
<keyboard>
<escape>Stop</escape>
<p>Fullscreen</p>
</keyboard>
</Visualisation>
<Music>
<keyboard>
<o>Play</o>
</keyboard>
</Music>
</keymap>