add kodi keyboard config
This commit is contained in:
parent
b34ff823e1
commit
9075127dd0
1 changed files with 24 additions and 0 deletions
24
keyboard.xml
Normal file
24
keyboard.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue