Change English profile hotkey

This commit is contained in:
2026-06-03 07:17:00 +02:00
parent 8a0b302f1d
commit efe7c4ba0a
8 changed files with 48 additions and 14 deletions
@@ -42,7 +42,7 @@ public sealed class AsrDiagnosticEndpointTests
configuration.AddInMemoryCollection(new Dictionary<string, string?>
{
["MeetingAssistant:FunAsr:Backend:Enabled"] = "false",
["MeetingAssistant:LaunchProfiles:english:Hotkey:Toggle"] = "Ctrl+Alt+E",
["MeetingAssistant:LaunchProfiles:english:Hotkey:Toggle"] = "Ctrl+Alt+L",
["MeetingAssistant:LaunchProfiles:english:AzureSpeech:Language"] = "en-US"
});
});