add kodi keyboard config

This commit is contained in:
zerf58 2024-03-31 16:44:16 -07:00 committed by GitHub
parent b34ff823e1
commit 9075127dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
keyboard.xml Normal file
View file

@ -0,0 +1,24 @@
<!-- 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>
</keymap>