Custom Keybinds for Mutator Mods

If you liked this item, please rate it up on Steam Workshop page.

Author: Gaheris96

Last revision: 9 Jul, 2020 at 23:27 UTC

File size: 21.5 KB

On Steam Workshop

Description:

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