浏览代码

'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}",