openMSX / openMSX

the MSX emulator that aims for perfection
http://openmsx.org
441 stars 100 forks source link

kbd_mapping_mode CHARACTER has issues with US international keyboard on Windows #1164

Closed sdsnatcher73 closed 3 years ago

sdsnatcher73 commented 5 years ago

I am trying out openMSX 0.15.0 on Windows 10 1903 on a Huawei MateBook 13. Keyboard layout in Windows is set to US International.

I switched kbd_mapping_mode to CHARACTER so that the MSX should follow the keyboard layout of the laptop (and I don't have to remember where the character is on the MSX).

If I then press shift + ' (which should be ") the MSX alternates between * and " Same thing happens with shift + 6 (which should be ^) the MSX alternates between ^ and &.

It seems to be due to 'dead key' feature on US international layout. If I switch to US layout the issue is gone in openMSX (but then typing e.g. ë becomes difficult)

MBilderbeek commented 5 years ago

Yes, this is a known problem, see e.g. issue #947.

MBilderbeek commented 3 years ago

Closing as duplicate of #947.