Hi,
what is the best und easiest way to reset the keybinding to the default keys?
Hi,
what is the best und easiest way to reset the keybinding to the default keys?
Save the default keys to an array, in Game Mode for instance. It can be an arrays of Keys or of InputChords, whatever you find more convenient to use.
When you reset a binding, take the value from the array instead of the Key Selector.
many thanks!