AutoConfig icon indicating copy to clipboard operation
AutoConfig copied to clipboard

Implement KeyCode properly

Open Leo40Git opened this issue 4 years ago • 2 comments

  • Add providers for KeyCode and ModifierKeyCode in DefaultGuiProviders
  • Add custom (de)serializers for KeyCode and ModifierKeyCode in Gson and Jankson

Notes:

  • TOML doesn't get (de)serializers, I guess TOML4J doesn't support them?

Leo40Git avatar Jun 21 '20 17:06 Leo40Git

...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.

Leo40Git avatar Jun 25 '20 18:06 Leo40Git

will merge tomorrow

Or will you? 🤔

halotroop2288 avatar Aug 17 '21 04:08 halotroop2288