| Index: third_party/google_input_tools/src/chrome/os/events/keycodes.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/events/keycodes.js b/third_party/google_input_tools/src/chrome/os/events/keycodes.js
|
| similarity index 97%
|
| copy from third_party/google_input_tools/src/chrome/os/inputview/events/keycodes.js
|
| copy to third_party/google_input_tools/src/chrome/os/events/keycodes.js
|
| index 63d7e2dba0c2dfb0aac60517c8f55787b6273785..5ecc09dd0b52901cd06ed744c2a867028a7f4667 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/events/keycodes.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/events/keycodes.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
|
| +// Copyright 2016 The ChromeOS IME Authors. All Rights Reserved.
|
| // limitations under the License.
|
| // See the License for the specific language governing permissions and
|
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| @@ -11,7 +11,7 @@
|
| // you may not use this file except in compliance with the License.
|
| // Licensed under the Apache License, Version 2.0 (the "License");
|
| //
|
| -goog.provide('i18n.input.chrome.inputview.events.KeyCodes');
|
| +goog.provide('i18n.input.chrome.events.KeyCodes');
|
|
|
|
|
| /**
|
| @@ -21,7 +21,7 @@ goog.provide('i18n.input.chrome.inputview.events.KeyCodes');
|
| *
|
| * @enum {string}
|
| */
|
| -i18n.input.chrome.inputview.events.KeyCodes = {
|
| +i18n.input.chrome.events.KeyCodes = {
|
| // Special Key Values
|
| UNIDENTIFIED: 'Unidentified',
|
|
|
| @@ -167,7 +167,7 @@ i18n.input.chrome.inputview.events.KeyCodes = {
|
| // Keys specific to korean keyboards
|
| ROMAN_CHARACTERS: 'RomanCharacters',
|
| HANGUL_MODE: 'HangulMode',
|
| - HANJA_MODE: 'HanjaMode',
|
| + HANJA_MODE: 'Hanja',
|
| JUNJA_MODE: 'JunjaMode',
|
|
|
| // Keys specific to japanese keyboards
|
|
|