Skip to content

Commit 4c0404e

Browse files
committed
[rb] add zenkaku_hankaku key
1 parent e665df1 commit 4c0404e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • rb/lib/selenium/webdriver/common

rb/lib/selenium/webdriver/common/keys.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ module Keys
9090
meta: "\ue03D",
9191
command: "\ue03D", # alias
9292
left_meta: "\ue03D", # alias
93+
zenkaku_hankaku: "\uE040",
9394
right_shift: "\ue050",
9495
right_control: "\ue051",
9596
right_alt: "\ue052",

0 commit comments

Comments
 (0)