Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtick ` opens console when inputting text into chat or other things #3062

Closed
telk5093 opened this issue Mar 1, 2016 · 6 comments
Closed
Labels
bug Something went wrong. good-first-issue Low hanging fruits good for people new to open source or OpenRCT2.

Comments

@telk5093
Copy link
Contributor

telk5093 commented Mar 1, 2016

When during inputting texts in chatting, if I type ~, then console window opens.
I think it must be prevented to type ~ in chat.

c.f. ~ is typped by SHIFT + backtick(`) in Korean keyboard

@IntelOrca
Copy link
Contributor

Are you saying that typing ~ does not open the console window when the chat is not open?

@telk5093
Copy link
Contributor Author

telk5093 commented Mar 1, 2016

No, the opposite.
I can't type ~ because the console is opened by force if I type ~ in chat.

@IntelOrca
Copy link
Contributor

OK understood, its actually just the backtick key that opens console. So we can disable that if there is currently a text input in focus.

However, you won't be able to use ~ anyway as that is unfortunately a format code. For technical reasons we can't resolve that until later.

@IntelOrca IntelOrca changed the title Not to open console when type ~ Backtick ` opens console when inputting text into chat or other things Mar 1, 2016
@IntelOrca IntelOrca added the bug Something went wrong. label Mar 1, 2016
@telk5093
Copy link
Contributor Author

telk5093 commented Mar 1, 2016

Okay.

@mrtnptrs
Copy link
Contributor

Still happens and #3009 did not fix it.

@janisozaur janisozaur added the good-first-issue Low hanging fruits good for people new to open source or OpenRCT2. label Oct 11, 2016
Overv added a commit to Overv/OpenRCT2 that referenced this issue Oct 12, 2016
@Ryder17z
Copy link

@IntelOrca a common technique is to use ~~ which would render one ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something went wrong. good-first-issue Low hanging fruits good for people new to open source or OpenRCT2.
Projects
None yet
Development

No branches or pull requests

5 participants