TomCh

Results 616 comments of TomCh

I've never heard of this before - again there's likely a fault with your machine. Is there anything unusual about your laptop / PC? Other options are: - plug in...

Test matrix: - //e: - LC in "slot 0" & Saturn in slot 3 - II+: - LC in slot 0 & Saturn in slot 3 - Saturn in slot...

NB, this "RESET" message means that there's no Mousecard in slot 4! (Or whatever slot the Mouse Interface has been configured for.) ![draft27_RESET-error](https://github.com/AppleWin/AppleWin/assets/6696896/b3b5e2fe-ef8c-4fee-83fb-371b9a612ecd)

Multiple language card support isn't quite correct, but it's certainly good enough for the one use-case of "Robo Systems' RoboCAD 2". Here's what's missing, ref: Sather, UTAII 5-42: - For...

Add regression tests here: https://github.com/AppleWin/AppleWin-Test/commit/1f89ea22280be103eecf9df55a05911529d23832

Closing, as this is supported in [AppleWin 1.30.18.0](https://github.com/AppleWin/AppleWin/releases/tag/v1.30.18.0).

This seems like a similar issue to #1140 (a problem with a French keyboard's special characters). On Windows 11, I´ve installed the language pack "Español (España)", and using the "On-screen...

Adding some logging to AppleWin, using ESP keyboard layout: ### "[" key from my UK keyboard, which on the ESP keyboard is a "`" ``` First keypress of `[`: WM_KEYDOWN:...

Adding some logging to AppleWin, using ENG keyboard layout: ### "[" key from my UK keyboard ``` WM_KEYDOWN: wparam=000000db, lparam=001A0001 WM_CHAR : wparam=0000005b, lparam=001A0001 WM_KEYUP : wparam=000000db, lparam=C01A0001 ``` ###...