AutoConfig
AutoConfig copied to clipboard
Implement KeyCode properly
- Add providers for
KeyCodeandModifierKeyCodeinDefaultGuiProviders - Add custom (de)serializers for
KeyCodeandModifierKeyCodein 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? 🤔