Explorar o código

Added single and double quotes

tznind %!s(int64=2) %!d(string=hai) anos
pai
achega
0304656a19
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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":