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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.cc

Issue 16488003: Add the following xkb layouts (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chromeos/ime/input_methods.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_util.cc
===================================================================
--- chrome/browser/chromeos/input_method/input_method_util.cc (리비전 205652)
+++ chrome/browser/chromeos/input_method/input_method_util.cc (작업 사본)
@@ -232,6 +232,7 @@
{ "xkb:br::por", IDS_STATUSBAR_LAYOUT_BRAZIL },
{ "xkb:rs::srp", IDS_STATUSBAR_LAYOUT_SERBIA },
{ "xkb:cz::cze", IDS_STATUSBAR_LAYOUT_CZECHIA },
+ { "xkb:cz:qwerty:cze", IDS_STATUSBAR_LAYOUT_CZECHIA_QWERTY },
{ "xkb:us:dvorak:eng", IDS_STATUSBAR_LAYOUT_USA_DVORAK },
{ "xkb:us:colemak:eng", IDS_STATUSBAR_LAYOUT_USA_COLEMAK },
{ "xkb:ro::rum", IDS_STATUSBAR_LAYOUT_ROMANIA },
@@ -270,6 +271,10 @@
{ "xkb:kr:kr104:kor", IDS_STATUSBAR_LAYOUT_KOREA_104 },
{ "xkb:is::ice", IDS_STATUSBAR_LAYOUT_ICELANDIC },
{ "xkb:ca:multix:fra", IDS_STATUSBAR_LAYOUT_CANADIAN_MULTILINGUAL },
+ { "xkb:by::bel", IDS_STATUSBAR_LAYOUT_BELARUSIAN },
+ { "xkb:am:phonetic:arm", IDS_STATUSBAR_LAYOUT_ARMENIAN_PHONETIC },
+ { "xkb:ge::geo", IDS_STATUSBAR_LAYOUT_GEORGIAN },
+ { "xkb:mn::mon", IDS_STATUSBAR_LAYOUT_MONGOLIAN },
{ "english-m", IDS_STATUSBAR_LAYOUT_USA_MYSTERY },
};
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chromeos/ime/input_methods.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698