Browse Source

Added single and double quotes

tznind 2 years ago
parent
commit
0304656a19
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

+ 4 - 0
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

@@ -1900,6 +1900,10 @@ namespace Terminal.Gui {
 			case "]":
 				remappedkey = ConsoleKey.Oem6;
 				break;
+			case "\"":
+			case "'":
+				remappedkey = ConsoleKey.Oem7;
+				break;
 
 			/*TODO: I'm guessing that this is not right*/
 			case "\n":