stillwwater / command_terminal

Unity Command Terminal: In-Game Console
MIT License
446 stars 60 forks source link

Binding hotkey to F1-F12 doesn't register first letter in input #3

Closed Saucy closed 6 years ago

Saucy commented 6 years ago

I have a Swedish QWERTY keyboard so "`" doesn't work for me as a hotkey ("§"-key doesn't work either, but I think that's a limitation from Unity itself. American "`" is positioned at "Ö" on the image I linked).

So I changed the hotkey to "f1" instead. The command terminal works but the first letter isn't registered when typing into the input.

Also: I changed the hotkey to "tab" and it enables the terminal but unable to close it again.

stillwwater commented 6 years ago

This is a bug, thanks for pointing it out! Fixed in 081406c.

Edit: To your second comment, "tab" won't work as it's used as a hotkey for the autocomplete.

Saucy commented 6 years ago

Awesome work! Good to know. 👍