mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[QuickAccent]Add ǽ and ϑ (#32816)
This commit is contained in:
@@ -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[] { "υ" },
|
||||
|
||||
Reference in New Issue
Block a user