소스 검색

't' was capitalized for tab.

Aditya Ivaturi 14 년 전
부모
커밋
74bc0d93c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Selenium/Remote/WDKeys.pm

+ 1 - 1
lib/Selenium/Remote/WDKeys.pm

@@ -11,7 +11,7 @@ use constant KEYS => {
     'cancel'	 => "\N{U+E001}",
     'help'	 => "\N{U+E002}",
     'backspace'	 => "\N{U+E003}",
-    'Tab'	 => "\N{U+E004}",
+    'tab'	 => "\N{U+E004}",
     'clear'	 => "\N{U+E005}",
     'return'	 => "\N{U+E006}",
     'enter'	 => "\N{U+E007}",