Tomash667 / carpg

Combination of action rpg with roguelike.
https://carpg.pl
MIT License
16 stars 15 forks source link

Console opening/closing while typing in textbox #424

Open Lemiczek opened 4 years ago

Lemiczek commented 4 years ago

When a player presses "Shift + \~" while writing in any text box it will write a "\~" character as well as open the console. Normally pressing the "\~" key opens the console but doesn't write anything in a text box.

The console should not display when a player presses "Shift + \~" or "\~" (or any key that the console is bound to) in a text box.

Edit: I have also noticed that the same behavior applies on the console itself. Let's say that you have your console bound to 'm' (just an example) and you want to type the command "cmds". The console will close itself when you press the 'm' key.

Tomash667 commented 4 years ago

It will be more difficult to fix. As a temporary solution you can set it to F1 key.