daemon3000 / InputManager

Custom InputManager for Unity
Other
587 stars 88 forks source link

Special buttons like Control does not work #41

Closed theodor349 closed 6 years ago

theodor349 commented 6 years ago

From what I understand you should be able to bind a key like "space", by typing in the normal Unity keycode for "space". This I currently can't get working with LeftControl, LeftShift and so on. As well as Keypad0,1,2...

daemon3000 commented 6 years ago

You have to use "left ctrl", "left shift", etc. It's the same names you'd normally use in "Edit/Project Settings/Input". I made a new Wiki page with all the key names.

theodor349 commented 6 years ago

Okay. Thanks a lot .