caiiiycuk / js-dos

The best API for running dos programs in browser

Home Page:https://js-dos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The quote key does not work

Wanghn233 opened this issue · comments

commented

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

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

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

KBD_quote = 222;
KBD_grave = 192;