mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 15:03:36 +08:00
[QuickAccent]Add E with breve and the pilcrow sign (#31071)
This commit is contained in:
parent
18608b21b8
commit
2b2660951d
@ -154,7 +154,7 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_B => new[] { "ḃ" },
|
||||
LetterKey.VK_C => new[] { "ċ", "°C", "©", "ℂ", "∁" },
|
||||
LetterKey.VK_D => new[] { "ḍ", "ḋ", "∂" },
|
||||
LetterKey.VK_E => new[] { "∈", "∃", "∄", "∉" },
|
||||
LetterKey.VK_E => new[] { "∈", "∃", "∄", "∉", "ĕ" },
|
||||
LetterKey.VK_F => new[] { "ḟ", "°F" },
|
||||
LetterKey.VK_G => new[] { "ģ", "ǧ", "ġ", "ĝ", "ǥ" },
|
||||
LetterKey.VK_H => new[] { "ḣ", "ĥ", "ħ" },
|
||||
@ -164,7 +164,7 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_M => new[] { "ṁ" },
|
||||
LetterKey.VK_N => new[] { "ņ", "ṅ", "ⁿ", "ℕ" },
|
||||
LetterKey.VK_O => new[] { "ȯ", "∅" },
|
||||
LetterKey.VK_P => new[] { "ṗ", "℗", "∏" },
|
||||
LetterKey.VK_P => new[] { "ṗ", "℗", "∏", "¶" },
|
||||
LetterKey.VK_Q => new[] { "ℚ" },
|
||||
LetterKey.VK_R => new[] { "ṙ", "®", "ℝ" },
|
||||
LetterKey.VK_S => new[] { "ṡ", "§", "∑" },
|
||||
|
Loading…
Reference in New Issue
Block a user