My god, a ton of actions bound to the spacebar? The hell?
I hope they fix that. Or... let us bind out own keys like PC games have allowed for years until more recently with the consoles becoming dominate.
As a fellow developer, it shouldn't be difficult at all to change the code for the key binding - _if_ they coded it correctly in the first place. Have some sort of global static properties that you substitute for the various actions, and just call the global property instead of hand coding it locally everywhere.
Then they could just change a single place to rebind the key for that action. Of course if they did it the shitty way, then it's hell to fix because then it's spread out everywhere. Then you risk missing some spots, and it can potentially take a lot of time for someone to go find it all. I'd still guess no more than a days work for each key rebinding, and possibly a lot less.
Gahh!!!