From a9a62254e70a78f2d3d6c443ce40bd9eb29e3722 Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:31:58 +1000 Subject: [PATCH 1/2] feat(windows): pr for running some regression tests --- windows/src/engine/kmtip/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/src/engine/kmtip/README.md b/windows/src/engine/kmtip/README.md index d82c974e62..2e4696f007 100644 --- a/windows/src/engine/kmtip/README.md +++ b/windows/src/engine/kmtip/README.md @@ -9,7 +9,7 @@ it sits between the TSF Manager and Keyman.exe. ### 1. The "Mixed Architecture" Environment -Windows on both amd64(x86-64) and on Arm devices can run applications of differing architectures simultaneously: +Windows on both amd64n(x86-64) and on Arm devices can run applications of differing architectures simultaneously: On amd64 Devices: * **Native x64 apps:** (e.g., Windows Explorer, Notepad, Edge). @@ -43,7 +43,7 @@ the application is 32-bit or 64-bit. ## kmtiparm64x.dll - Arm64 Devices -### Single Registry Entry Problem for the two 64-bit architecture +### Single Registry Entry Problem for the two 64-bit architectures On Windows on Arm there is a problem because there is only a single registry entry for the **64-bit** CLSID. This means it is not possible to register both an From c1cd17bc571ab51b7e817011d2c81e0cf3ee5f7f Mon Sep 17 00:00:00 2001 From: rc-swag <58423624+rc-swag@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:46:10 +1000 Subject: [PATCH 2/2] feat(windows): fix typo --- windows/src/engine/kmtip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/engine/kmtip/README.md b/windows/src/engine/kmtip/README.md index 2e4696f007..2d6a515293 100644 --- a/windows/src/engine/kmtip/README.md +++ b/windows/src/engine/kmtip/README.md @@ -9,7 +9,7 @@ it sits between the TSF Manager and Keyman.exe. ### 1. The "Mixed Architecture" Environment -Windows on both amd64n(x86-64) and on Arm devices can run applications of differing architectures simultaneously: +Windows on both amd64(x86-64) and on Arm devices can run applications of differing architectures simultaneously: On amd64 Devices: * **Native x64 apps:** (e.g., Windows Explorer, Notepad, Edge).