copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.67k stars 1.38k forks source link

Missing char in map: keyCode=c1 code=IntlRo #831

Closed maxmag-soft closed 1 year ago

maxmag-soft commented 1 year ago

When I pressed on my ABNT2 Keyboard the key / the error below is shown on javascript console:

Missing char in map: keyCode=c1 code=IntlRo

The key is the same with the symbols ? and /

I have used this site to get the keycode: https://keycode-visualizer.netlify.app/ I got the info: "You Pressed: / The Key Code is: 193"

Here is a image of my layout:

How can I provide more details?

copy commented 1 year ago

It's documented here: https://www.w3.org/TR/uievents-code/#keyboard-104

There's probably no PS2 for this, so let's just translate it to ?/.

ChrisSmith2 commented 1 year ago

Hi! I'm a computer science student at the University of Texas at Austin taking a Virtualization course and one of our assignments is to contribute to an open source project. Would I be able to work on resolving this issue?

copy commented 1 year ago

@ChrisSmith2 Sure!