If I have in my locale
Code: Select all
to do stuff press: __CONTROL__my-custom-key__
2: on player join server create GUI tooltip using the above locale it shows "COTNROL + M".
2: change my control bindings to be CONTROL + T
3: look at tooltip and it still says CONTROL + M
It would be nice for either the base game to update the localisation (if possible?) or to have a control binding event that I can react to and then recreate my tooltip for that user so it uses the new control binding.