help wantedrewrite
Repository-Metriken
- Stars
- (503 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
- Using the
qcommand (added by Everest) while in-game to close the console will open the pause menu, since it seems that theEnterinput is not consumed andEnteris now bound to pause by default in 1.4.0.0- This can also be seen by rebinding
Enterto any other action and then using theqcommand when that action could otherwise be used.
- This can also be seen by rebinding
- The ` character, when typed on a non-US keyboard layout, opens and closes the debug console as expected, however pressing the key in the location of the ` key on the US layout will close the console but not open it
- Opening the console with the
.key, as added by Everest seems to put the console into a state of being "extra-open", and processes key inputs differently than when opening it with `, such that on a non-US layout, the key corresponding to the position of the US ` key no longer closes the console, and instead types it's corresponding character. When the ` character is typed, it causes the console to return to "normal" behaviour without closing it, allowing either the ` character or corresponding ` key to close it.