Posted: Sun Apr 08, 2007 7:09 pm
I have solved the tab key thing. It’s not a Mac-specific issue per se; it’s the default plist included in the AddOns folder with the Mac distribution.
It’s like this:
It’s like this:
- This version of keyconfig.plist is in the text-based format, not XML.
- The text-based property list format has no way of representing numbers; numerals are treated as strings.
- Oolite’s key set-up code deliberately looks for single-digit strings and treats them as key names rather than numbers.