mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
[QuickAccent]Add ǽ and ϑ (#32816)
This commit is contained in:
parent
c458087af0
commit
28df82f19b
@ -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[] { "υ" },
|
||||
|
Loading…
Reference in New Issue
Block a user