In my Settings.xml i map the '<' key (not present on US keyboards) to NextWeapon

<Map key="0xe2" command="NextWeapon"/>

on exit the file gets rewritten, to

<Map key="e2" command="NextWeapon"/>

which does not work.

Also, if i entered the KeySettings ingame (without even changing anything), that line gets deleted.

This bug has actually been present for at least 2 years - i just put a workaround ( sed -i"" "s/key="e2"/key="0xe2"/" Settings.xml ) in my start script and then forgot about it >.<

george moromisato 26 Nov 2018:

Fixed in 1.8 Beta 4. Let me know if it works for you (re-open if not). Thanks!

tarbos 26 Mar 2019:

Seems to work :)