I'm making an singleplayer, client sided modification to CS2D. How to unbind "Esc" button of 'close' command?
I already did auto spawn on Map Load without team selecting and Server Info. Yet I need to disactive this builded in client "Esc" bind, or set another command for this bind, like "say abc".
Yes, even if you do /unbindall it will leave the esc.
I assume it's for security reasons to prevent people from getting stuck on full screen without no way out. (I talk about PC newbies btw)
Some character-type keys such as ESC depends merely on how the mechanism of using keys is implemented (or wrote) in the source code, which CS2D is written in BlitzMax. You have to touch the inner code in order to modify the specific action of a key. I am not entirely sure though.