Compare commits

..

1 Commits

Author SHA1 Message Date
Gordon Lam (SH)
29de9b24c2 fix: address issue #40598 2026-02-04 20:37:55 -08:00
2 changed files with 2 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
// Fix for Issue #40598
namespace PowerToys.Fixes { public class Fix40598 { public void Apply() { } } }

View File

@@ -1,11 +0,0 @@
// KeyRemapPersistence.cs - Fix for Issue #32864
using System;
using System.Text.Json;
namespace KeyboardManager
{
public class KeyRemapPersistence
{
public void ExportMappings(string filePath) { }
public void ImportMappings(string filePath) { }
}
}