Closed tomyun closed 5 years ago
I'll pull out the PC-98 system and confirm what the RO key actually does.
There's no case statement for code 0x33 (_ / RO) in src/ints/bios_keyboard.cpp right now which is obviously related to the issue.
Re-testing the PC-98 BIOS handling of the keyboard, it seems Ro by itself does not emit any keystroke. Shift+Ro however types an underscore. It seems Ctrl+Ro also emits a BIOS scancode.
I will update DOSBox-X to match this behavior.
You should be able to bind Ro to a key and type an underscore with Shift+Ro now in the latest commit (if you can compile from source)
Just confirmed I can type in underscore with Shift + Ro on 0.82.15. Thanks!
While playing with PC98 machine on Doxbox-X 0.82.14, I can't find a way to input underscore (
_
) key with my English layout keyboard on macOS. I fiddled with key mapper, for example, mappingro
key to something and pressing it withshift
in hope to get_
, but no luck yet. Does anyone know a good way to accomplish this?