Page Up/Down with Logitech K400?
-
@rrdein That is not the version of retropie but the OS kernel version. RetroPie-Setup version can be found by launching "RetroPie-Setup" from Emulation Station.
I would need to see your
/opt/retropie/configs/all/emulationstation/es_input.cfg
file to check mappings.On my keyboard and controllers shoulder buttons work fine for page up/down in ES, so not sure why it's not working.
-
This post is deleted! -
@BuZz said in Page Up/Down with Logitech K400?:
/opt/retropie/configs/all/emulationstation/es_input.cfg
These are my configs for both of my keyboard devices, when each device is the only device that has been configured after deleting es_input.cfg and rebooting. Both devices are having the problem.
THIS IS MY es_input.cfg FOR THE K400(R):
<?xml version="1.0"?>
<inputList>
<inputConfig type="keyboard" deviceName="Keyboard" deviceGUID="-1">
<input name="a" type="key" id="13" value="1" />
<input name="b" type="key" id="8" value="1" />
<input name="down" type="key" id="1073741905" value="1" />
<input name="left" type="key" id="1073741904" value="1" />
<input name="leftanalogdown" type="key" id="107" value="1" />
<input name="leftanalogleft" type="key" id="108" value="1" />
<input name="leftanalogright" type="key" id="122" value="1" />
<input name="leftanalogup" type="key" id="106" value="1" />
<input name="leftshoulder" type="key" id="1073741899" value="1" />
<input name="leftthumb" type="key" id="103" value="1" />
<input name="lefttrigger" type="key" id="100" value="1" />
<input name="right" type="key" id="1073741903" value="1" />
<input name="rightanalogdown" type="key" id="99" value="1" />
<input name="rightanalogleft" type="key" id="118" value="1" />
<input name="rightanalogright" type="key" id="98" value="1" />
<input name="rightanalogup" type="key" id="120" value="1" />
<input name="rightshoulder" type="key" id="1073741902" value="1" />
<input name="rightthumb" type="key" id="104" value="1" />
<input name="righttrigger" type="key" id="102" value="1" />
<input name="select" type="key" id="93" value="1" />
<input name="start" type="key" id="92" value="1" />
<input name="up" type="key" id="1073741906" value="1" />
<input name="x" type="key" id="97" value="1" />
<input name="y" type="key" id="115" value="1" />
</inputConfig>
</inputList>
THIS IS MY es_input.cfg FOR THE RII:
<?xml version="1.0"?>
<inputList>
<inputConfig type="keyboard" deviceName="Keyboard" deviceGUID="-1">
<input name="a" type="key" id="13" value="1" />
<input name="b" type="key" id="8" value="1" />
<input name="down" type="key" id="1073741905" value="1" />
<input name="left" type="key" id="1073741904" value="1" />
<input name="leftanalogdown" type="key" id="105" value="1" />
<input name="leftanalogleft" type="key" id="111" value="1" />
<input name="leftanalogright" type="key" id="112" value="1" />
<input name="leftanalogup" type="key" id="117" value="1" />
<input name="leftshoulder" type="key" id="1073741899" value="1" />
<input name="leftthumb" type="key" id="116" value="1" />
<input name="lefttrigger" type="key" id="101" value="1" />
<input name="right" type="key" id="1073741903" value="1" />
<input name="rightanalogdown" type="key" id="115" value="1" />
<input name="rightanalogleft" type="key" id="100" value="1" />
<input name="rightanalogright" type="key" id="102" value="1" />
<input name="rightanalogup" type="key" id="97" value="1" />
<input name="rightshoulder" type="key" id="1073741902" value="1" />
<input name="rightthumb" type="key" id="121" value="1" />
<input name="righttrigger" type="key" id="114" value="1" />
<input name="select" type="key" id="1073742089" value="1" />
<input name="start" type="key" id="1073742093" value="1" />
<input name="up" type="key" id="1073741906" value="1" />
<input name="x" type="key" id="113" value="1" />
<input name="y" type="key" id="119" value="1" />
</inputConfig>
</inputList>
I am on Version 4.1
-
@rrdein btw please wrap configs/logs in code blocks or use external pastebin site as mentioned on https://retropie.org.uk/forum/topic/3/read-this-first
markdown info - http://commonmark.org/help/
Did you manually create that config ? Doesn't look like one generated by RetroPie.
-
You should not delete es_input.cfg btw - you will break the autoconfiguration system. The config can be reset via retropie-setup / configuration / emulationstation.
-
I have not manually created any input config files. Any such configuration files were created using some controller configuration dialog.
-
@rrdein the
es_input.cfg
you posted misses the auto configuration hook that is included by default and also has the wrong mappings - it looks like anes_temporaryinput.cfg
not anes_input.cfg
which would be different.If that is indeeed your es_input.cfg it can't have been generated by our auto configuration script and must have been done manually somehow.
-
Could the problem simply be that I deleted es_input.cfg to reset the input config? I have personally never edited that file manually for any reason, and the configuration files I gave you were generated by deleting es_input.cfg, rebooting, and performing autoconfiguration with the relevant device. I went through that specific process to be sure I was giving you the correct information about each device (though if I somehow broke the entire autoconfig process by deleting that one file then I don't really know).
-
@rrdein removing es_input.cfg will break auto configuration. You can reset it via RetroPie-setup / configuration / emulation station.
-
Somehow this has fixed itself. There are changes occuring to my system automatically, and I'm not really sure why, but you can close this issue.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.