-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes_input.cfg
More file actions
20 lines (20 loc) · 961 Bytes
/
es_input.cfg
File metadata and controls
20 lines (20 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<inputList>
<inputAction type="onfinish">
<command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
</inputAction>
<inputConfig type="keyboard" deviceName="Keyboard">
<input name="pageup" type="key" id="1073742049" value="1"/>
<input name="start" type="key" id="100" value="1"/>
<input name="up" type="key" id="1073741906" value="1"/>
<input name="a" type="key" id="97" value="1"/>
<input name="b" type="key" id="98" value="1"/>
<input name="down" type="key" id="1073741905" value="1"/>
<input name="pagedown" type="key" id="1073742053" value="1"/>
<input name="right" type="key" id="1073741903" value="1"/>
<input name="x" type="key" id="120" value="1"/>
<input name="select" type="key" id="115" value="1"/>
<input name="y" type="key" id="121" value="1"/>
<input name="left" type="key" id="1073741904" value="1"/>
</inputConfig>
</inputList>