Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js

Issue 1046933003: Updates google-input-tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js b/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
index b81b135e49a958081a0e836d5b40a4988c3bf96d..1b3032b28e9a16952b09f1bb7d40b842744b8e1d 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/config/compact_letter_characters.js
@@ -561,10 +561,10 @@ i18n.input.chrome.inputview.content.compact.letter.keyPinyinCharacters =
/* 28 */ { 'text': 'm', 'hintText': '.',
'moreKeys': {
'characters': ['\u004d', '\u006d']}},
- /* 29 */ { 'text': '\uff01',
+ /* 29 */ { 'text': '\uff01', 'hintText': '%',
'moreKeys': {
'characters': ['\u00A1']}},
- /* 30 */ { 'text': '\uff1f',
+ /* 30 */ { 'text': '\uff1f', 'hintText': '&',
'moreKeys': {
'characters': ['\u00BF']}},
/* 31 */ NonLetterKeys.RIGHT_SHIFT,

Powered by Google App Engine
This is Rietveld 408576698