Custom Keybinds for Mutator Mods
Just a library for modders to easily implement custom keybinds in their mutator mod, convert a string into a KeyCode.
As a user you just need to type on the key you want to use for the most commun keys, or use the code representing the key in this list : https://docs.unity3d.com/ScriptReference/KeyCode.html
Some codes for commun keys :
Mouse buttons : Mouse0 , Mouse1, Mouse2, …
Control : LeftControl, RightControl
Alt : LeftAlt, RightAlt
Space : Space
You can switch from AZERTY to QWERTY keyboard in the configuration settings, it just have an impact for very commun keys like ";,:!1234567890", but it has no impact on key codes (from the link above).