jQueryOS / AvocadOS

🖥 The revolutionary AvocadOS powered by jQuery
https://jQueryOS.github.io
10 stars 1 forks source link

Key Mapping is incorrect #2

Open vihanb opened 8 years ago

vihanb commented 8 years ago

When a key is pressed, the incorrect character is displayed.

For example pressing c prints 5

Reproduced by @RikerW and me.

phase commented 8 years ago

You'll need to manually setup a character map, as all the codes are different. Here's my implementation.

RikerW commented 8 years ago

@phase is that your own OS project, unrelated to this one?

phase commented 8 years ago

@RikerW Yes, it's one I made a while ago, just following the Bare Bones example and other stuff from osdev. My main one is private source, and it has a lot more work on it.

somebody1234 commented 8 years ago

Should be fixed in dev branch.