diff --git a/src/modules/poweraccent/PowerAccent.Core/Languages.cs b/src/modules/poweraccent/PowerAccent.Core/Languages.cs index 697d956b92..ccac28aa5c 100644 --- a/src/modules/poweraccent/PowerAccent.Core/Languages.cs +++ b/src/modules/poweraccent/PowerAccent.Core/Languages.cs @@ -156,7 +156,7 @@ namespace PowerAccent.Core LetterKey.VK_5 => new[] { "⅚", "⅝" }, LetterKey.VK_7 => new[] { "⅞" }, LetterKey.VK_8 => new[] { "∞" }, - LetterKey.VK_A => new[] { "ȧ", "∀" }, + LetterKey.VK_A => new[] { "ȧ", "ǽ", "∀" }, LetterKey.VK_B => new[] { "ḃ" }, LetterKey.VK_C => new[] { "ċ", "°C", "©", "ℂ", "∁" }, LetterKey.VK_D => new[] { "ḍ", "ḋ", "∂" }, @@ -571,7 +571,7 @@ namespace PowerAccent.Core LetterKey.VK_P => new string[] { "π", "φ", "ψ" }, LetterKey.VK_R => new string[] { "ρ" }, LetterKey.VK_S => new string[] { "σ" }, - LetterKey.VK_T => new string[] { "τ", "θ" }, + LetterKey.VK_T => new string[] { "τ", "θ", "ϑ" }, LetterKey.VK_U => new string[] { "υ", "ύ" }, LetterKey.VK_X => new string[] { "ξ" }, LetterKey.VK_Y => new string[] { "υ" },