SkRemap
skRemap allows user to remap keys used in the game (3D part of the game).
Names of keys are the same as names of the constants on the https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes page, except without VK_
and case-insensitive.
So if the constant is VK_NUMPAD6
, it can be written as NUMPAD6
, numpad6
, or NuMpAd6
.