mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
This commit is contained in:
committed by
GitHub
parent
5c2c74a6c9
commit
91b53cdc13
@@ -225,6 +225,7 @@ namespace PowerAccent.Core
|
||||
LetterKey.VK_DIVIDE_ => new[] { "÷", "√" },
|
||||
LetterKey.VK_MULTIPLY_ => new[] { "×", "⋅" },
|
||||
LetterKey.VK_PLUS => new[] { "≤", "≥", "≠", "≈", "≙", "⊕", "⊗", "∓", "≅", "≡" },
|
||||
LetterKey.VK_BACKSLASH => new[] { "`", "~" },
|
||||
_ => Array.Empty<string>(),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user