js-dos icon indicating copy to clipboard operation
js-dos copied to clipboard

dosbox-x can't start when 'keyboardlayout=de'

Open caiiiycuk opened this issue 1 year ago • 1 comments
trafficstars

dorf_de.zip key_issue.pdf

dosbox x starts finem but not all symbols are working dosobx-x can't start

caiiiycuk avatar May 05 '24 14:05 caiiiycuk

Hi @caiiiycuk ,

i did some further testing and i think i finally got the grasp of it. Here an example running a clean js-dos image in Firefox:

analysis

Keys were entered in order 1 to 5 (red markings on keyboards). On linux the special keys work, but "y" and "z" are still swapped.

It seems the keyCode-Events are system dependent, as you mentioned here already.

I'ld assume this is a general problem which could affect countless users. Since keyCode is also deprecated, is there any chance of using another technology, f.e. "key" event?

retrololo avatar Oct 13 '24 06:10 retrololo