We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a37f3d commit 4e6b6f4Copy full SHA for 4e6b6f4
1 file changed
KeyNStroke/SpecialkeysParser.cs
@@ -88,19 +88,19 @@ public static string ToString(Key k)
88
case Key.OemComma:
89
return ",";
90
case Key.OemQuestion: // Key.Oem2
91
- return "?";
+ return "/";
92
case Key.OemTilde: // Key.Oem3
93
- return "~";
+ return "`";
94
//case Key.AbntC1:
95
//case Key.AbntC2:
96
//case Key.OemOpenBrackets:
97
//case Key.OemCloseBrackets:
98
case Key.OemQuotes: // Key.Oem7
99
- return "\"";
+ return "'";
100
101
//case Key.Oem102:
102
case Key.OemPipe: // Key.Oem5
103
- return "|";
+ return "\\";
104
case Key.OemBackslash:
105
return "\\";
106
0 commit comments