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

The quote key does not work #276

Open
Wanghn233 opened this issue Apr 20, 2023 · 2 comments
Open

The quote key does not work #276

Wanghn233 opened this issue Apr 20, 2023 · 2 comments
Labels

Comments

@Wanghn233
Copy link

here is my bundle.
https://github.com/Wanghn233/tt/blob/main/tt.jsdos
I don't think this problem is caused by my bundle, Because I can't use the quote key on the command line in other games either.

微信图片_20230420160934

@caiiiycuk
Copy link
Owner

The fix was proposed by Fred:

I fixed this issue, it is due to keys.ts does not have a proper mapping
изображение
following changes have to be made in order to work
those equals to 222 are the changes

@caiiiycuk caiiiycuk added the bug label Apr 28, 2023
@skyksit
Copy link

skyksit commented Dec 23, 2023

Changing the codes for the �KBD_quote and KBD_grave keys will resolve the error.

KBD_quote = 222;
KBD_grave = 192;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants