| Index: ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
|
| diff --git a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
|
| index 1922c1ed47f14ce11acc7207931bec9d576d438e..f89a2d9b15b835a224f2f31732fc8276b0f223b6 100644
|
| --- a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
|
| +++ b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc
|
| @@ -277,7 +277,7 @@ bool StubKeyboardLayoutEngine::Lookup(DomCode dom_code,
|
| if ((ch >= 'a') && (ch <= 'z'))
|
| *out_character = e->character[state ^ 1];
|
| }
|
| - *out_key_code = DomCodeToKeyboardCode(dom_code);
|
| + *out_key_code = DomCodeToNonLocatedKeyboardCode(dom_code);
|
| return true;
|
| }
|
| }
|
|
|