SuperMaxusa
SuperMaxusa
> Anybody know an easy way to test this for mobile browsers? I used ngrok for testing on my devices. Android Emulator with an on-screen keyboard should probably work too,...
Hmm, what keyboard (and layout) do you using? For me, letters, digits and special chars work properly on Firefox 142 and Gboard (on copy.sh and your branch): ------- P.S. There...
> Though I'm not sure if this is what you mean with Layout and Keyboard. I'd recommend testing your keyboard at https://w3c.github.io/uievents/tools/key-event-viewer.html (in Chrome and Firefox), for example: https://github.com/copy/v86/issues/262#issuecomment-2587161994. I...
> Not sure what to make of it, is the `Unidentified` the problem? When v86 detects `Unidentified`, it skips the `keyup` handler and the event triggers the `input` handler: https://github.com/copy/v86/blob/0669f7a4774f9d575392ef36aacddd69f3345425/src/browser/keyboard.js#L431-L435...
> Sorry I can't follow, desktop? After running `make all all-debug run`, I opened `localhost:8000` and started the emulator. When I press any key (with English system's keyboard layout), I...
> I believe to have fixed that with the latest commit, if you find a minute, can you confirm? Thanks, the bug on release build has been fixed. About mobile...
> v86 save state does not work and shows an error in Firefox console.. which is very annoying as the virtual machine loses the precious Win2K3 installation when turned off.....
> I couldn't figure out how to install the SoundBlaster though. See https://www.betaarchive.com/forum/viewtopic.php?t=37969 and https://learn.microsoft.com/en-us/archive/blogs/virtual_pc_guy/how-to-get-sound-working-under-windows-server-2003-in-virtual-pc. You can extract the files from installed Windows XP or from any installation CD, then...
I can reproduce, it throws `Unimplemented: CS selector is invalid` in the console.
> I am not thrilled by the idea of shipping many possible keyboard maps. How about providing additional keyboard maps as JSON files or modules? ```js import custom_keymap from "./de-keymap.mjs";...