AutoConfig
AutoConfig copied to clipboard
Implement KeyCode properly
- Add providers for
KeyCode
andModifierKeyCode
inDefaultGuiProviders
- Add custom (de)serializers for
KeyCode
andModifierKeyCode
in Gson and Jankson
Notes:
- TOML doesn't get (de)serializers, I guess TOML4J doesn't support them?
...hm. Actually, should I have Modifier
serialized by its value (single short) or by its booleans? The latter would make it more obvious what it means.
will merge tomorrow
Or will you? 🤔