asmblah / jemul8

An object-oriented JavaScript x86 Emulator for Node.js and the browser
http://jemul8.com
Other
132 stars 19 forks source link

Problem with numeric keys. #1

Closed coderaiser closed 11 years ago

coderaiser commented 11 years ago

Hello. You working on a very good and useful project. I have writed simple OS a couple yers ago, and started it in jemul8. Everything works fine but, when I press numeric keys it's not responding. In real hardware and bochs emulator everything works.

Here is the link http://rastacoding.kodingen.com/os/ . Getting the key is processing in this file. Could you help me please with this?

Same problem in demo page http://jemul8.com/

coderaiser commented 11 years ago

Everything works fine as said in https://github.com/asmblah/jemul8/issues/2