mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-31 14:35:18 +00:00
[QuickAccent]Add Latin Letter vy (#29640)
This commit is contained in:
@@ -158,7 +158,7 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_V => new[] { "V̇" },
|
||||
LetterKey.VK_W => new[] { "ẇ" },
|
||||
LetterKey.VK_X => new[] { "ẋ", "ξ", "×" },
|
||||
LetterKey.VK_Y => new[] { "ẏ" },
|
||||
LetterKey.VK_Y => new[] { "ẏ", "ꝡ" },
|
||||
LetterKey.VK_Z => new[] { "ʒ", "ǯ", "ζ", "ℤ" },
|
||||
LetterKey.VK_COMMA => new[] { "∙", "₋", "⁻", "–" }, // – is in VK_MINUS for other languages, but not VK_COMMA, so we add it here.
|
||||
LetterKey.VK_PERIOD => new[] { "\u0300", "\u0301", "\u0302", "\u0303", "\u0304", "\u0308", "\u030C" },
|
||||
|
Reference in New Issue
Block a user