| Index: ui/base/ime/input_method_auralinux.cc
|
| diff --git a/ui/base/ime/input_method_auralinux.cc b/ui/base/ime/input_method_auralinux.cc
|
| index a7a63686d1beacb9b3bfc5f0e19184db23a9611e..1bf20174b4ea951c0851d468f7b2fb69b4c279cf 100644
|
| --- a/ui/base/ime/input_method_auralinux.cc
|
| +++ b/ui/base/ime/input_method_auralinux.cc
|
| @@ -56,7 +56,8 @@ bool InputMethodAuraLinux::DispatchKeyEvent(const ui::KeyEvent& event) {
|
|
|
| // Let an IME handle the key event first.
|
| if (input_method_context_->DispatchKeyEvent(event)) {
|
| - if (event.type() == ET_KEY_PRESSED) {
|
| + if (event.type() == ET_KEY_PRESSED &&
|
| + (event.flags() & ui::EF_IME_FABRICATED_KEY) == 0) {
|
| const ui::KeyEvent fabricated_event(ET_KEY_PRESSED,
|
| VKEY_PROCESSKEY,
|
| event.flags(),
|
|
|