소스 검색

Added single and double quotes

tznind 2 년 전
부모
커밋
0304656a19
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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":