diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorUI/App.xaml.cs b/src/modules/keyboardmanager/KeyboardManagerEditorUI/App.xaml.cs
index 26641ab444..f35c092534 100644
--- a/src/modules/keyboardmanager/KeyboardManagerEditorUI/App.xaml.cs
+++ b/src/modules/keyboardmanager/KeyboardManagerEditorUI/App.xaml.cs
@@ -39,6 +39,7 @@ namespace KeyboardManagerEditorUI
///
public App()
{
+ global::System.Diagnostics.Debugger.Break();
this.InitializeComponent();
Task.Run(() =>
diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorUI/Helpers/ResourceLoaderInstance.cs b/src/modules/keyboardmanager/KeyboardManagerEditorUI/Helpers/ResourceLoaderInstance.cs
index aed419ef01..f841c3081c 100644
--- a/src/modules/keyboardmanager/KeyboardManagerEditorUI/Helpers/ResourceLoaderInstance.cs
+++ b/src/modules/keyboardmanager/KeyboardManagerEditorUI/Helpers/ResourceLoaderInstance.cs
@@ -11,9 +11,9 @@ namespace KeyboardManagerEditorUI.Helpers
static ResourceLoaderInstance()
{
- ResourceLoader = new ResourceLoader("resources.pri");
+ ResourceLoader = new ResourceLoader("PowerToys.KeyboardManagerEditorUI.pri");
}
- internal static string GetString(string resourceId) => ResourceLoader.GetString(resourceId);
+ internal static string GetString(string resourceId) => Microsoft.Windows.ApplicationModel.Resources.ResourceLoader.GetDefaultResourceFilePath(); // ResourceLoader.GetString(resourceId);
}
}
diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorUI/KeyboardManagerEditorUI.csproj b/src/modules/keyboardmanager/KeyboardManagerEditorUI/KeyboardManagerEditorUI.csproj
index 3b7f60041c..751c9d6294 100644
--- a/src/modules/keyboardmanager/KeyboardManagerEditorUI/KeyboardManagerEditorUI.csproj
+++ b/src/modules/keyboardmanager/KeyboardManagerEditorUI/KeyboardManagerEditorUI.csproj
@@ -16,6 +16,8 @@
false
PowerToys.KeyboardManagerEditorUI
..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\$(MSBuildProjectName)
+
+ PowerToys.KeyboardManagerEditorUI.pri
diff --git a/src/modules/keyboardmanager/KeyboardManagerEditorUI/Pages/Text.xaml b/src/modules/keyboardmanager/KeyboardManagerEditorUI/Pages/Text.xaml
index 2e6fb00cdb..fcbe3f74fc 100644
--- a/src/modules/keyboardmanager/KeyboardManagerEditorUI/Pages/Text.xaml
+++ b/src/modules/keyboardmanager/KeyboardManagerEditorUI/Pages/Text.xaml
@@ -14,8 +14,8 @@
-
+
+ Foreground="{ThemeResource TextFillColorSecondaryBrush}" />
+ Foreground="{ThemeResource TextFillColorSecondaryBrush}" />
-
+ Foreground="{ThemeResource TextFillColorSecondaryBrush}" />