1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains the mapping of actions to sounds -->
4 <!-- The <actions> section contains global mapping -->
6 <!-- To map a action to a sound, add a block like this to <actions>: -->
8 <!-- <name>left</name> -->
9 <!-- <file>cursor.wav</file> -->
11 <!-- Where <name> specifies the action to map a sound to and <file> the wav -->
12 <!-- file to play when the action occurs. -->
14 <!-- Valid entries for <name> can be found at -->
15 <!-- http://kodi.wiki/view/Keymap -->
18 <!-- Also window specific sound can be played -->
20 <!-- To map a sound to a window, add a block like this to <windows>: -->
22 <!-- <name>notification</name> -->
23 <!-- <activate>notify.wav</activate> -->
24 <!-- <deactivate>out.wav</deactivate> -->
26 <!-- Where <name> specifies the window to map a sound to -->
27 <!-- <activate> and <deactivate> are the events a sound can be mapped to -->
28 <!-- by setting the file to play. -->
30 <!-- Valid entries for <name> can be found at -->
31 <!-- http://kodi.wiki/view/Window_IDs -->
33 <!-- Note: Only wav files are supported -->
39 <file>cursor.wav</file>
43 <file>cursor.wav</file>
47 <file>cursor.wav</file>
51 <file>cursor.wav</file>
55 <file>click.wav</file>
58 <name>parentdir</name>
62 <name>previousmenu</name>
66 <name>screenshot</name>
67 <file>shutter.wav</file>
71 <file>notify.wav</file>
77 <name>notification</name>
78 <activate>notify.wav</activate>
79 <deactivate>out.wav</deactivate>