[QuickAccent] Add dashes (#20469)

* Add dashes
This commit is contained in:
Aaron Junker
2023-01-09 00:20:42 +01:00
committed by GitHub
parent 9434936679
commit 473e5dbf75
3 changed files with 5 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ namespace PowerAccent.Core
LetterKey.VK_Y => new string[] { "ÿ", "ŷ", "ý", "ẏ" },
LetterKey.VK_Z => new string[] { "ź", "ž", "ż", "ʒ", "ǯ", "ζ" },
LetterKey.VK_COMMA => new string[] { "¿", "¡", "∙", "₋", "⁻", "", "≤", "≥", "≠", "≈", "≙", "±", "₊", "⁺" },
LetterKey.VK_MINUS => new string[] { "~", "", "", "", "", "—", "―", "", "", "⸺", "⸻" },
_ => Array.Empty<string>(),
};
}