refactor
This commit is contained in:
parent
a31e08bd5f
commit
388924ed6e
16 changed files with 951 additions and 294 deletions
35
xml/keyboard.xml
Normal file
35
xml/keyboard.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue