I have encountered a very minor issue in the nightlies. I have a keymap for '^\', and when I save keymaps, the next time I load the game I receive an error that the line in the pref file with this keymap is too long. I assume that this is because the '\' character escapes the newline after it, and this messes everything up. I can fix it by editing the pref file and changing the trigger to '^\\'. This fixes it until the next time I save keymaps.
The fix seems to be writing two '\' characters anytime one is encountered in a keymap. I don't care too much, because once I get my keymaps set, I won't be saving them much anymore.
The fix seems to be writing two '\' characters anytime one is encountered in a keymap. I don't care too much, because once I get my keymaps set, I won't be saving them much anymore.
Comment