Skip to content

Keys.ENTER and Keys.RETURN should not return same keycode on server side #5

Closed
@hekra01

Description

@hekra01

fix by

--- a/src/webdriver/extension_qt/q_key_converter.cc
+++ b/src/webdriver/extension_qt/q_key_converter.cc
@@ -34,7 +34,7 @@ const Qt::Key QKeyConverter::kSpecialWebDriverKeys[] = {
     Qt::Key_Tab,
     Qt::Key_Clear,
     Qt::Key_Return,
-    Qt::Key_Return,
+    Qt::Key_Enter,
     Qt::Key_Shift,
     Qt::Key_Control,
     Qt::Key_Menu,

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions