copy / v86

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

keyboard layout ? #99

Open remisharrock opened 8 years ago

remisharrock commented 8 years ago

How do I change the keyboard layout ? I have a french AZERTY keyboard but still http://copy.sh/v86/?profile=linux3 gets me qwerty keyboard. http://bellard.org/jslinux/ works well with my azerty keyboard . Thanks !

copy commented 8 years ago

Currently we send physical keys, you can use the serial terminal below the screen.

blinry commented 1 year ago

For building websites with interactive Linux content, it would be super useful to be able to use the user's native keyboard layout by default! :) Using xterm.js and a serial console seems like an okayish alternative, but in my case, commands like less don't immediately seem to work (empty output)...