A keybind is a set of CubeScript that is bound to a specified key. You will usually find these in saved.cfg in this sort of format:
Try typing this in-game:
Then, when you press F9, the message should display in the text console.
The crucial part of this test, for you, is to exit AC and then re-launch it.
If the keybind still works without you having to re-type it, then you have a healthy saved.cfg file!
Edit: Ninja'd by the frog XD
[SELECT ALL] Code:
bind KEY [commands]
Try typing this in-game:
[SELECT ALL] Code:
/bind F9 [echo this keybind works!]
The crucial part of this test, for you, is to exit AC and then re-launch it.
If the keybind still works without you having to re-type it, then you have a healthy saved.cfg file!
Edit: Ninja'd by the frog XD