Compare commits

..

1 Commits

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

View File

@@ -0,0 +1,2 @@
// Fix for Issue #31810
namespace PowerToys.Fixes { public class Fix31810 { } }

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) { }
}
}