ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/WebDriver.pm
(Generate patch)

Comparing AnyEvent-WebDriver/WebDriver.pm (file contents):
Revision 1.52 by root, Fri Mar 27 17:50:16 2020 UTC vs.
Revision 1.53 by root, Fri Mar 27 17:50:34 2020 UTC

1463cluster. There is no syntax for special keys, everything will be typed 1463cluster. There is no syntax for special keys, everything will be typed
1464"as-is" if possible. 1464"as-is" if possible.
1465 1465
1466=cut 1466=cut
1467 1467
1468# copy&paste form the spec via browser, with OSxxx replaces by Metaxxx 1468# copy&paste from the spec via browser, with added MetaLeft/MetaRight aliases
1469our $SPECIAL_KEY = <<'EOF'; 1469our $SPECIAL_KEY = <<'EOF';
1470"`" "~" "Backquote" 1470"`" "~" "Backquote"
1471"\" "|" "Backslash" 1471"\" "|" "Backslash"
1472"\uE003" "Backspace" 1472"\uE003" "Backspace"
1473"[" "{" "BracketLeft" 1473"[" "{" "BracketLeft"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines