2

Double click to enter/change a key binding, but how to reset/delete an input key from standard Unity game launcher, Input config panel? For example, if I enter an unwanted Secondary key binding...

Already tried: pressing ESC, selecting the entry and pressing Del/BS, and so on... and nothing worked.

E.g.:

enter image description here

4
  • Does double clicking then pressing escape cancel? Commented Jan 28 at 15:09
  • I think that'd bind the key to esc. What happens if you try to rebind to a key that already has a binding? There was a launcher -- idk if unity -- that would show an error and let you unassign from that dialog. Commented Jan 28 at 15:54
  • Of course, all reasonable and obvious attempts have already been made (press ESC, select the item and press Del/BS, and so on...) and nothing worked ;) Commented Jan 28 at 16:05
  • 3
    "Reasonable and obvious" have no meaning here, though, because they are subjective qualifiers. Please state what you tried. "Nothing worked" is especially meaningless in this context :) Commented Jan 28 at 16:08

1 Answer 1

6

Found by myself: Unity unfortunately saves its default launcher Input config settings in the Registry, there is no default UI key/mouse combo to clear wrong bindings.

For example: default game launcher Input cfg example

... where Secondary key 8 gets stored under __Input Key Alt PosMenu_h2710181250 = $3800 (8=$3800, 9=$3900 and so on...) in this example, so you basically have to edit or delete that registry key value to clear wrong bindings.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.