mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
[QuickAccent]Additional chars for hebrew (#23304)
This commit is contained in:
@@ -456,12 +456,21 @@ namespace PowerAccent.Core
|
|||||||
{
|
{
|
||||||
return letter switch
|
return letter switch
|
||||||
{
|
{
|
||||||
LetterKey.VK_A => new string[] { "שׂ", "שׁ" },
|
LetterKey.VK_A => new string[] { "שׂ", "שׁ", "ְ" },
|
||||||
|
LetterKey.VK_B => new string[] { "׆" },
|
||||||
|
LetterKey.VK_E => new string[] { "ָ", "ֳ", "ֻ" },
|
||||||
LetterKey.VK_G => new string[] { "ױ" },
|
LetterKey.VK_G => new string[] { "ױ" },
|
||||||
LetterKey.VK_H => new string[] { "ײ" },
|
LetterKey.VK_H => new string[] { "ײ", "ײַ", "ׯ", "ִ" },
|
||||||
LetterKey.VK_U => new string[] { "וֹ", "וּ" },
|
LetterKey.VK_M => new string[] { "ֵ" },
|
||||||
LetterKey.VK_Y => new string[] { "װ" },
|
LetterKey.VK_P => new string[] { "ַ", "ֲ" },
|
||||||
LetterKey.VK_COMMA => new string[] { "”", "״", "־", "–", "֫", "ֽ", "ֿ" },
|
LetterKey.VK_S => new string[] { "ּ" },
|
||||||
|
LetterKey.VK_T => new string[] { "ﭏ" },
|
||||||
|
LetterKey.VK_U => new string[] { "וֹ", "וּ", "װ", "ֹ" },
|
||||||
|
LetterKey.VK_X => new string[] { "ֶ", "ֱ" },
|
||||||
|
LetterKey.VK_Y => new string[] { "ױ" },
|
||||||
|
LetterKey.VK_COMMA => new string[] { "”", "’", "״", "׳" },
|
||||||
|
LetterKey.VK_PERIOD => new string[] { "֫", "ֽ", "ֿ" },
|
||||||
|
LetterKey.VK_MINUS => new string[] { "–", "־" },
|
||||||
_ => Array.Empty<string>(),
|
_ => Array.Empty<string>(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user