I bought Civ5 not long after it released and got heavily ingrained into using thee old Simple Space Bar Mod (Probably because of Civ4
) that allowed you to end your turn with spacebar instead of only being able to use Enter.
Sadly, after not playing for over a year but picking up G&K recently, there doesn't appear to be a similar mod available in the Workshop.
After reading around a bit, I found the keybindings file (CIV5Controls.xml), and the entries for ending turn with Enter (and the alternate binding of Ctrl+Spacebar).
When I tried to take out the Ctrl requirement, though, it doesn't work. Hitting spacebar doesn't do anything, and Ctrl+Space still works like its supposed to.
You can see, all I changed was the 1 to a 0, but it still doesn't work and keeps the Ctrl requirement.
Is there any way to actually do this? At least I found out about ctrl+spacebar, which is still more convenient than Enter, but I would really like to be able to change it
Edit: And on a completely unrelated note (didn't want to open a new thread elsewhere though), is there any fix for the repeated CTD's that happen even without any mods? It doesn't seem like I can ever go for more than 80-100 turns without at least one crash

Sadly, after not playing for over a year but picking up G&K recently, there doesn't appear to be a similar mod available in the Workshop.
After reading around a bit, I found the keybindings file (CIV5Controls.xml), and the entries for ending turn with Enter (and the alternate binding of Ctrl+Spacebar).
When I tried to take out the Ctrl requirement, though, it doesn't work. Hitting spacebar doesn't do anything, and Ctrl+Space still works like its supposed to.
Code:
<Row>
<Type>CONTROL_ENDTURN_ALT</Type>
<Description>TXT_KEY_ACTION_ENDTURN</Description>
<Help>TXT_KEY_ACTION_ENDTURN_HELP</Help>
<DisabledHelp/>
<HotKey>KB_SPACE</HotKey>
<AltDown>0</AltDown>
<ShiftDown>0</ShiftDown>
[B]<CtrlDown>0</CtrlDown>[/B]
<HotKeyPriority>0</HotKeyPriority>
<HotKeyAlt/>
<AltDownAlt>0</AltDownAlt>
<ShiftDownAlt>0</ShiftDownAlt>
<CtrlDownAlt>0</CtrlDownAlt>
<HotKeyPriorityAlt>0</HotKeyPriorityAlt>
</Row>
Is there any way to actually do this? At least I found out about ctrl+spacebar, which is still more convenient than Enter, but I would really like to be able to change it

Edit: And on a completely unrelated note (didn't want to open a new thread elsewhere though), is there any fix for the repeated CTD's that happen even without any mods? It doesn't seem like I can ever go for more than 80-100 turns without at least one crash
