Index: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json |
diff --git a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json |
index 439ea32e060812aebea8822249de950a2125146b..92667bf695a4eb266fcb71cd8575f4e8f62d0c11 100644 |
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json |
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json |
@@ -28,8 +28,12 @@ |
}, |
"content_scripts": [ |
{ |
- "matches": ["https://www.googleapis.com/auth/imesync*"], |
- "js": ["chos_inject-debug.js"] |
+ "matches": [ |
+ "https://www.googleapis.com/auth/imesync*" |
+ ], |
+ "js": [ |
+ "chos_inject-debug.js" |
+ ] |
} |
], |
"ime_path": "/usr/share/chromeos-assets/input_methods/input_tools", |
@@ -39,8 +43,15 @@ |
"type": "ime", |
"id": "xkb:us::eng", |
"description": "", |
- "language": ["en", "en-US", "en-AU", "en-NZ"], |
- "layouts": ["us"], |
+ "language": [ |
+ "en", |
+ "en-US", |
+ "en-AU", |
+ "en-NZ" |
+ ], |
+ "layouts": [ |
+ "us" |
+ ], |
"input_view": "inputview.html#id=us.compact.qwerty&language=en-US&passwordLayout=us.compact.qwerty&name=keyboard_us", |
"options_page": "hmm_options.html?code=xkb:us::eng" |
}, |
@@ -49,8 +60,12 @@ |
"type": "ime", |
"id": "xkb:us::ind", |
"description": "", |
- "language": ["id"], |
- "layouts": ["us"], |
+ "language": [ |
+ "id" |
+ ], |
+ "layouts": [ |
+ "us" |
+ ], |
"input_view": "inputview.html#id=us-ltr&language=id&passwordLayout=us-ltr&name=keyboard_us", |
"options_page": "hmm_options.html?code=xkb:us::ind" |
}, |
@@ -59,8 +74,12 @@ |
"type": "ime", |
"id": "xkb:us::fil", |
"description": "", |
- "language": ["fil"], |
- "layouts": ["us"], |
+ "language": [ |
+ "fil" |
+ ], |
+ "layouts": [ |
+ "us" |
+ ], |
"input_view": "inputview.html#id=us-ltr&language=fil&passwordLayout=us-ltr&name=keyboard_us", |
"options_page": "hmm_options.html?code=xkb:us::fil" |
}, |
@@ -69,8 +88,12 @@ |
"type": "ime", |
"id": "xkb:us::msa", |
"description": "", |
- "language": ["ms"], |
- "layouts": ["us"], |
+ "language": [ |
+ "ms" |
+ ], |
+ "layouts": [ |
+ "us" |
+ ], |
"input_view": "inputview.html#id=us-ltr&language=ms&passwordLayout=us-ltr&name=keyboard_us", |
"options_page": "hmm_options.html?code=xkb:us::msa" |
}, |
@@ -80,8 +103,13 @@ |
"id": "xkb:us:intl:eng", |
"indicator": "INTL", |
"description": "", |
- "language": ["en", "en-US"], |
- "layouts": ["us(intl)"], |
+ "language": [ |
+ "en", |
+ "en-US" |
+ ], |
+ "layouts": [ |
+ "us(intl)" |
+ ], |
"input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-intl&name=keyboard_us_international", |
"options_page": "hmm_options.html?code=xkb:us:intl:eng" |
}, |
@@ -91,8 +119,12 @@ |
"id": "xkb:us:intl:nld", |
"indicator": "NLD", |
"description": "", |
- "language": ["nl"], |
- "layouts": ["us(intl)"], |
+ "language": [ |
+ "nl" |
+ ], |
+ "layouts": [ |
+ "us(intl)" |
+ ], |
"input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLayout=nl.compact.qwerty&name=keyboard_netherlands", |
"options_page": "hmm_options.html?code=xkb:us:intl:nld" |
}, |
@@ -102,8 +134,12 @@ |
"id": "xkb:us:intl:por", |
"indicator": "INTL", |
"description": "", |
- "language": ["pt-BR"], |
- "layouts": ["us(intl)"], |
+ "language": [ |
+ "pt-BR" |
+ ], |
+ "layouts": [ |
+ "us(intl)" |
+ ], |
"input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-intl&name=keyboard_us_international", |
"options_page": "hmm_options.html?code=xkb:us:intl:por" |
}, |
@@ -113,8 +149,13 @@ |
"id": "xkb:us:altgr-intl:eng", |
"indicator": "EXTD", |
"description": "", |
- "language": ["en", "en-US"], |
- "layouts": ["us(altgr-intl)"], |
+ "language": [ |
+ "en", |
+ "en-US" |
+ ], |
+ "layouts": [ |
+ "us(altgr-intl)" |
+ ], |
"input_view": "inputview.html#id=us-altgr-intl&language=en-US&passwordLayout=us-altgr-intl&name=keyboard_us_extended", |
"options_page": "hmm_options.html?code=xkb:us:altgr-intl:eng" |
}, |
@@ -124,8 +165,13 @@ |
"id": "xkb:us:dvorak:eng", |
"indicator": "DV", |
"description": "", |
- "language": ["en", "en-US"], |
- "layouts": ["us(dvorak)"], |
+ "language": [ |
+ "en", |
+ "en-US" |
+ ], |
+ "layouts": [ |
+ "us(dvorak)" |
+ ], |
"input_view": "inputview.html#id=us-dvorak&language=en-US&passwordLayout=us-dvorak&name=keyboard_us_dvorak", |
"options_page": "hmm_options.html?code=xkb:us:dvorak:eng" |
}, |
@@ -135,8 +181,13 @@ |
"id": "xkb:us:colemak:eng", |
"indicator": "CO", |
"description": "", |
- "language": ["en", "en-US"], |
- "layouts": ["us(colemak)"], |
+ "language": [ |
+ "en", |
+ "en-US" |
+ ], |
+ "layouts": [ |
+ "us(colemak)" |
+ ], |
"input_view": "inputview.html#id=us-colemak&language=en-US&passwordLayout=us-colemak&name=keyboard_us_colemak", |
"options_page": "hmm_options.html?code=xkb:us:colemak:eng" |
}, |
@@ -145,8 +196,12 @@ |
"type": "ime", |
"id": "xkb:be::nld", |
"description": "", |
- "language": ["nl"], |
- "layouts": ["be"], |
+ "language": [ |
+ "nl" |
+ ], |
+ "layouts": [ |
+ "be" |
+ ], |
"input_view": "inputview.html#id=be&language=nl&passwordLayout=be&name=keyboard_belgian", |
"options_page": "hmm_options.html?code=xkb:be::nld" |
}, |
@@ -155,8 +210,13 @@ |
"type": "ime", |
"id": "xkb:fr::fra", |
"description": "", |
- "language": ["fr", "fr-FR"], |
- "layouts": ["fr"], |
+ "language": [ |
+ "fr", |
+ "fr-FR" |
+ ], |
+ "layouts": [ |
+ "fr" |
+ ], |
"input_view": "inputview.html#id=fr.compact.qwerty&language=fr&passwordLayout=fr.compact.qwerty&name=keyboard_french", |
"options_page": "hmm_options.html?code=xkb:fr::fra" |
}, |
@@ -165,8 +225,12 @@ |
"type": "ime", |
"id": "xkb:be::fra", |
"description": "", |
- "language": ["fr"], |
- "layouts": ["be"], |
+ "language": [ |
+ "fr" |
+ ], |
+ "layouts": [ |
+ "be" |
+ ], |
"input_view": "inputview.html#id=be&language=fr&passwordLayout=be&name=keyboard_belgian", |
"options_page": "hmm_options.html?code=xkb:be::fra" |
}, |
@@ -175,8 +239,13 @@ |
"type": "ime", |
"id": "xkb:ca::fra", |
"description": "", |
- "language": ["fr", "fr-CA"], |
- "layouts": ["ca"], |
+ "language": [ |
+ "fr", |
+ "fr-CA" |
+ ], |
+ "layouts": [ |
+ "ca" |
+ ], |
"input_view": "inputview.html#id=ca.compact.qwerty&language=fr&passwordLayout=ca.compact.qwerty&name=keyboard_canadian_french", |
"options_page": "hmm_options.html?code=xkb:ca::fra" |
}, |
@@ -185,8 +254,13 @@ |
"type": "ime", |
"id": "xkb:ch:fr:fra", |
"description": "", |
- "language": ["fr", "fr-CH"], |
- "layouts": ["ch(fr)"], |
+ "language": [ |
+ "fr", |
+ "fr-CH" |
+ ], |
+ "layouts": [ |
+ "ch(fr)" |
+ ], |
"input_view": "inputview.html#id=ch-fr&language=fr&passwordLayout=ch-fr&name=keyboard_swiss_french", |
"options_page": "hmm_options.html?code=xkb:ch:fr:fra" |
}, |
@@ -195,8 +269,13 @@ |
"type": "ime", |
"id": "xkb:ca:multix:fra", |
"description": "", |
- "language": ["fr", "fr-CA"], |
- "layouts": ["ca(multix)"], |
+ "language": [ |
+ "fr", |
+ "fr-CA" |
+ ], |
+ "layouts": [ |
+ "ca(multix)" |
+ ], |
"input_view": "inputview.html#id=ca-multix&language=fr&passwordLayout=ca-multix&name=keyboard_canadian_multilingual", |
"options_page": "hmm_options.html?code=xkb:ca:multix:fra" |
}, |
@@ -205,8 +284,13 @@ |
"type": "ime", |
"id": "xkb:de::ger", |
"description": "", |
- "language": ["de", "de-DE"], |
- "layouts": ["de"], |
+ "language": [ |
+ "de", |
+ "de-DE" |
+ ], |
+ "layouts": [ |
+ "de" |
+ ], |
"input_view": "inputview.html#id=de.compact.qwerty&language=de&passwordLayout=de.compact.qwerty&name=keyboard_german", |
"options_page": "hmm_options.html?code=xkb:de::ger" |
}, |
@@ -216,8 +300,13 @@ |
"id": "xkb:de:neo:ger", |
"indicator": "NEO", |
"description": "", |
- "language": ["de", "de-DE"], |
- "layouts": ["de(neo)"], |
+ "language": [ |
+ "de", |
+ "de-DE" |
+ ], |
+ "layouts": [ |
+ "de(neo)" |
+ ], |
"input_view": "inputview.html#id=de-neo&language=de&passwordLayout=de-neo&name=keyboard_german_neo_2", |
"options_page": "hmm_options.html?code=xkb:de:neo:ger" |
}, |
@@ -226,8 +315,12 @@ |
"type": "ime", |
"id": "xkb:be::ger", |
"description": "", |
- "language": ["de"], |
- "layouts": ["be"], |
+ "language": [ |
+ "de" |
+ ], |
+ "layouts": [ |
+ "be" |
+ ], |
"input_view": "inputview.html#id=be&language=de&passwordLayout=be&name=keyboard_belgian", |
"options_page": "hmm_options.html?code=xkb:be::ger" |
}, |
@@ -236,8 +329,13 @@ |
"type": "ime", |
"id": "xkb:ch::ger", |
"description": "", |
- "language": ["de", "de-CH"], |
- "layouts": ["ch"], |
+ "language": [ |
+ "de", |
+ "de-CH" |
+ ], |
+ "layouts": [ |
+ "ch" |
+ ], |
"input_view": "inputview.html#id=ch&language=de&passwordLayout=ch&name=keyboard_swiss", |
"options_page": "hmm_options.html?code=xkb:ch::ger" |
}, |
@@ -247,8 +345,12 @@ |
"id": "xkb:jp::jpn", |
"indicator": "JA", |
"description": "", |
- "language": ["ja"], |
- "layouts": ["jp"], |
+ "language": [ |
+ "ja" |
+ ], |
+ "layouts": [ |
+ "jp" |
+ ], |
"input_view": "inputview.html#id=jp&language=ja&passwordLayout=jp&name=keyboard_japanese", |
"options_page": "hmm_options.html?code=xkb:jp::jpn" |
}, |
@@ -257,8 +359,12 @@ |
"type": "ime", |
"id": "xkb:ru::rus", |
"description": "", |
- "language": ["ru"], |
- "layouts": ["ru"], |
+ "language": [ |
+ "ru" |
+ ], |
+ "layouts": [ |
+ "ru" |
+ ], |
"input_view": "inputview.html#id=ru&language=ru&passwordLayout=us-ltr&name=keyboard_russian", |
"options_page": "hmm_options.html?code=xkb:ru::rus" |
}, |
@@ -267,8 +373,12 @@ |
"type": "ime", |
"id": "xkb:ru:phonetic:rus", |
"description": "", |
- "language": ["ru"], |
- "layouts": ["ru(phonetic)"], |
+ "language": [ |
+ "ru" |
+ ], |
+ "layouts": [ |
+ "ru(phonetic)" |
+ ], |
"input_view": "inputview.html#id=ru-phonetic&language=ru&passwordLayout=us-ltr&name=keyboard_russian_phonetic", |
"options_page": "hmm_options.html?code=xkb:ru:phonetic:rus" |
}, |
@@ -277,8 +387,13 @@ |
"type": "ime", |
"id": "xkb:br::por", |
"description": "", |
- "language": ["pt-BR", "pt"], |
- "layouts": ["br"], |
+ "language": [ |
+ "pt-BR", |
+ "pt" |
+ ], |
+ "layouts": [ |
+ "br" |
+ ], |
"input_view": "inputview.html#id=br&language=pt-BR&passwordLayout=br&name=keyboard_brazilian", |
"options_page": "hmm_options.html?code=xkb:br::por" |
}, |
@@ -287,8 +402,12 @@ |
"type": "ime", |
"id": "xkb:bg::bul", |
"description": "", |
- "language": ["bg"], |
- "layouts": ["bg"], |
+ "language": [ |
+ "bg" |
+ ], |
+ "layouts": [ |
+ "bg" |
+ ], |
"input_view": "inputview.html#id=bg&language=bg&passwordLayout=us-ltr&name=keyboard_bulgarian", |
"options_page": "hmm_options.html?code=xkb:bg::bul" |
}, |
@@ -297,8 +416,12 @@ |
"type": "ime", |
"id": "xkb:bg:phonetic:bul", |
"description": "", |
- "language": ["bg"], |
- "layouts": ["bg(phonetic)"], |
+ "language": [ |
+ "bg" |
+ ], |
+ "layouts": [ |
+ "bg(phonetic)" |
+ ], |
"input_view": "inputview.html#id=bg-phonetic&language=bg&passwordLayout=us-ltr&name=keyboard_bulgarian_phonetic", |
"options_page": "hmm_options.html?code=xkb:bg:phonetic:bul" |
}, |
@@ -307,8 +430,13 @@ |
"type": "ime", |
"id": "xkb:ca:eng:eng", |
"description": "", |
- "language": ["en", "en-CA"], |
- "layouts": ["ca(eng)"], |
+ "language": [ |
+ "en", |
+ "en-CA" |
+ ], |
+ "layouts": [ |
+ "ca(eng)" |
+ ], |
"input_view": "inputview.html#id=ca-eng.compact.qwerty&language=en-CA&passwordLayout=ca-eng.compact.qwerty&name=keyboard_canadian_english", |
"options_page": "hmm_options.html?code=xkb:ca:eng:eng" |
}, |
@@ -317,8 +445,12 @@ |
"type": "ime", |
"id": "xkb:cz::cze", |
"description": "", |
- "language": ["cs"], |
- "layouts": ["cz"], |
+ "language": [ |
+ "cs" |
+ ], |
+ "layouts": [ |
+ "cz" |
+ ], |
"input_view": "inputview.html#id=cz&language=cs&passwordLayout=cz&name=keyboard_czech", |
"options_page": "hmm_options.html?code=xkb:cz::cze" |
}, |
@@ -328,8 +460,12 @@ |
"id": "xkb:cz:qwerty:cze", |
"indicator": "CS", |
"description": "", |
- "language": ["cs"], |
- "layouts": ["cz(qwerty)"], |
+ "language": [ |
+ "cs" |
+ ], |
+ "layouts": [ |
+ "cz(qwerty)" |
+ ], |
"input_view": "inputview.html#id=cz-qwerty&language=cs&passwordLayout=cz-qwerty&name=keyboard_czech_qwerty", |
"options_page": "hmm_options.html?code=xkb:cz:qwerty:cze" |
}, |
@@ -338,8 +474,12 @@ |
"type": "ime", |
"id": "xkb:ee::est", |
"description": "", |
- "language": ["et"], |
- "layouts": ["ee"], |
+ "language": [ |
+ "et" |
+ ], |
+ "layouts": [ |
+ "ee" |
+ ], |
"input_view": "inputview.html#id=ee&language=et&passwordLayout=ee&name=keyboard_estonian", |
"options_page": "hmm_options.html?code=xkb:ee::est" |
}, |
@@ -348,8 +488,12 @@ |
"type": "ime", |
"id": "xkb:es::spa", |
"description": "", |
- "language": ["es"], |
- "layouts": ["es"], |
+ "language": [ |
+ "es" |
+ ], |
+ "layouts": [ |
+ "es" |
+ ], |
"input_view": "inputview.html#id=es&language=es&passwordLayout=es&name=keyboard_spanish", |
"options_page": "hmm_options.html?code=xkb:es::spa" |
}, |
@@ -359,8 +503,12 @@ |
"id": "xkb:es:cat:cat", |
"indicator": "CAS", |
"description": "", |
- "language": ["ca"], |
- "layouts": ["es(cat)"], |
+ "language": [ |
+ "ca" |
+ ], |
+ "layouts": [ |
+ "es(cat)" |
+ ], |
"input_view": "inputview.html#id=es-cat&language=ca&passwordLayout=es-cat&name=keyboard_catalan", |
"options_page": "hmm_options.html?code=xkb:es:cat:cat" |
}, |
@@ -369,8 +517,12 @@ |
"type": "ime", |
"id": "xkb:dk::dan", |
"description": "", |
- "language": ["da"], |
- "layouts": ["dk"], |
+ "language": [ |
+ "da" |
+ ], |
+ "layouts": [ |
+ "dk" |
+ ], |
"input_view": "inputview.html#id=dk.compact.qwerty&language=da&passwordLayout=dk.compact.qwerty&name=keyboard_danish", |
"options_page": "hmm_options.html?code=xkb:dk::dan" |
}, |
@@ -379,8 +531,12 @@ |
"type": "ime", |
"id": "xkb:gr::gre", |
"description": "", |
- "language": ["el"], |
- "layouts": ["gr"], |
+ "language": [ |
+ "el" |
+ ], |
+ "layouts": [ |
+ "gr" |
+ ], |
"input_view": "inputview.html#id=gr&language=el&passwordLayout=us-ltr&name=keyboard_greek", |
"options_page": "hmm_options.html?code=xkb:gr::gre" |
}, |
@@ -389,8 +545,12 @@ |
"type": "ime", |
"id": "xkb:il::heb", |
"description": "", |
- "language": ["he"], |
- "layouts": ["il"], |
+ "language": [ |
+ "he" |
+ ], |
+ "layouts": [ |
+ "il" |
+ ], |
"input_view": "inputview.html#id=il&language=he&passwordLayout=us-rtl&name=keyboard_hebrew", |
"options_page": "hmm_options.html?code=xkb:il::heb" |
}, |
@@ -400,8 +560,13 @@ |
"id": "xkb:latam::spa", |
"indicator": "LA", |
"description": "", |
- "language": ["es", "es-419"], |
- "layouts": ["latam"], |
+ "language": [ |
+ "es", |
+ "es-419" |
+ ], |
+ "layouts": [ |
+ "latam" |
+ ], |
"input_view": "inputview.html#id=latam&language=es&passwordLayout=latam&name=keyboard_latin_american", |
"options_page": "hmm_options.html?code=xkb:latam::spa" |
}, |
@@ -410,8 +575,12 @@ |
"type": "ime", |
"id": "xkb:lt::lit", |
"description": "", |
- "language": ["lt"], |
- "layouts": ["lt"], |
+ "language": [ |
+ "lt" |
+ ], |
+ "layouts": [ |
+ "lt" |
+ ], |
"input_view": "inputview.html#id=lt&language=lt&passwordLayout=lt&name=keyboard_lithuanian", |
"options_page": "hmm_options.html?code=xkb:lt::lit" |
}, |
@@ -420,8 +589,12 @@ |
"type": "ime", |
"id": "xkb:lv:apostrophe:lav", |
"description": "", |
- "language": ["lv"], |
- "layouts": ["lv(apostrophe)"], |
+ "language": [ |
+ "lv" |
+ ], |
+ "layouts": [ |
+ "lv(apostrophe)" |
+ ], |
"input_view": "inputview.html#id=lv-apostrophe&language=lv&passwordLayout=lv-apostrophe&name=keyboard_latvian", |
"options_page": "hmm_options.html?code=xkb:lv:apostrophe:lav" |
}, |
@@ -430,8 +603,12 @@ |
"type": "ime", |
"id": "xkb:hr::scr", |
"description": "", |
- "language": ["hr"], |
- "layouts": ["hr"], |
+ "language": [ |
+ "hr" |
+ ], |
+ "layouts": [ |
+ "hr" |
+ ], |
"input_view": "inputview.html#id=hr&language=hr&passwordLayout=hr&name=keyboard_croatian", |
"options_page": "hmm_options.html?code=xkb:hr::scr" |
}, |
@@ -440,8 +617,13 @@ |
"type": "ime", |
"id": "xkb:gb:extd:eng", |
"description": "", |
- "language": ["en", "en-GB"], |
- "layouts": ["gb(extd)"], |
+ "language": [ |
+ "en", |
+ "en-GB" |
+ ], |
+ "layouts": [ |
+ "gb(extd)" |
+ ], |
"input_view": "inputview.html#id=gb-extd.compact.qwerty&language=en-GB&passwordLayout=gb-extd.compact.qwerty&name=keyboard_uk", |
"options_page": "hmm_options.html?code=xkb:gb:extd:eng" |
}, |
@@ -451,8 +633,13 @@ |
"id": "xkb:gb:dvorak:eng", |
"indicator": "DV", |
"description": "", |
- "language": ["en", "en-GB"], |
- "layouts": ["gb(dvorak)"], |
+ "language": [ |
+ "en", |
+ "en-GB" |
+ ], |
+ "layouts": [ |
+ "gb(dvorak)" |
+ ], |
"input_view": "inputview.html#id=gb-dvorak&language=en-GB&passwordLayout=gb-dvorak&name=keyboard_uk_dvorak", |
"options_page": "hmm_options.html?code=xkb:gb:dvorak:eng" |
}, |
@@ -461,8 +648,12 @@ |
"type": "ime", |
"id": "xkb:fi::fin", |
"description": "", |
- "language": ["fi"], |
- "layouts": ["fi"], |
+ "language": [ |
+ "fi" |
+ ], |
+ "layouts": [ |
+ "fi" |
+ ], |
"input_view": "inputview.html#id=fi.compact.qwerty&language=fi&passwordLayout=fi.compact.qwerty&name=keyboard_finnish", |
"options_page": "hmm_options.html?code=xkb:fi::fin" |
}, |
@@ -471,8 +662,12 @@ |
"type": "ime", |
"id": "xkb:hu::hun", |
"description": "", |
- "language": ["hu"], |
- "layouts": ["hu"], |
+ "language": [ |
+ "hu" |
+ ], |
+ "layouts": [ |
+ "hu" |
+ ], |
"input_view": "inputview.html#id=hu&language=hu&passwordLayout=hu&name=keyboard_hungarian", |
"options_page": "hmm_options.html?code=xkb:hu::hun" |
}, |
@@ -481,8 +676,13 @@ |
"type": "ime", |
"id": "xkb:it::ita", |
"description": "", |
- "language": ["it", "it-IT"], |
- "layouts": ["it"], |
+ "language": [ |
+ "it", |
+ "it-IT" |
+ ], |
+ "layouts": [ |
+ "it" |
+ ], |
"input_view": "inputview.html#id=it&language=it&passwordLayout=it&name=keyboard_italian", |
"options_page": "hmm_options.html?code=xkb:it::ita" |
}, |
@@ -491,8 +691,12 @@ |
"type": "ime", |
"id": "xkb:is::ice", |
"description": "", |
- "language": ["is"], |
- "layouts": ["is"], |
+ "language": [ |
+ "is" |
+ ], |
+ "layouts": [ |
+ "is" |
+ ], |
"input_view": "inputview.html#id=is.compact.qwerty&language=is&passwordLayout=is.compact.qwerty&name=keyboard_icelandic", |
"options_page": "hmm_options.html?code=xkb:is::ice" |
}, |
@@ -501,8 +705,14 @@ |
"type": "ime", |
"id": "xkb:no::nob", |
"description": "", |
- "language": ["nb", "nn", "no"], |
- "layouts": ["no"], |
+ "language": [ |
+ "nb", |
+ "nn", |
+ "no" |
+ ], |
+ "layouts": [ |
+ "no" |
+ ], |
"input_view": "inputview.html#id=no.compact.qwerty&language=no&passwordLayout=no.compact.qwerty&name=keyboard_norwegian", |
"options_page": "hmm_options.html?code=xkb:no::nob" |
}, |
@@ -511,8 +721,12 @@ |
"type": "ime", |
"id": "xkb:pl::pol", |
"description": "", |
- "language": ["pl"], |
- "layouts": ["pl"], |
+ "language": [ |
+ "pl" |
+ ], |
+ "layouts": [ |
+ "pl" |
+ ], |
"input_view": "inputview.html#id=pl&language=pl&passwordLayout=pl&name=keyboard_polish", |
"options_page": "hmm_options.html?code=xkb:pl::pol" |
}, |
@@ -521,8 +735,13 @@ |
"type": "ime", |
"id": "xkb:pt::por", |
"description": "", |
- "language": ["pt-PT", "pt"], |
- "layouts": ["pt"], |
+ "language": [ |
+ "pt-PT", |
+ "pt" |
+ ], |
+ "layouts": [ |
+ "pt" |
+ ], |
"input_view": "inputview.html#id=pt&language=pt-PT&passwordLayout=pt&name=keyboard_portuguese", |
"options_page": "hmm_options.html?code=xkb:pt::por" |
}, |
@@ -531,8 +750,12 @@ |
"type": "ime", |
"id": "xkb:ro::rum", |
"description": "", |
- "language": ["ro"], |
- "layouts": ["ro"], |
+ "language": [ |
+ "ro" |
+ ], |
+ "layouts": [ |
+ "ro" |
+ ], |
"input_view": "inputview.html#id=ro&language=ro&passwordLayout=ro&name=keyboard_romanian", |
"options_page": "hmm_options.html?code=xkb:ro::rum" |
}, |
@@ -541,8 +764,12 @@ |
"type": "ime", |
"id": "xkb:ro:std:rum", |
"description": "", |
- "language": ["ro"], |
- "layouts": ["ro(std)"], |
+ "language": [ |
+ "ro" |
+ ], |
+ "layouts": [ |
+ "ro(std)" |
+ ], |
"input_view": "inputview.html#id=ro-std&language=ro&passwordLayout=ro-std&name=keyboard_romanian_standard", |
"options_page": "hmm_options.html?code=xkb:ro:std:rum" |
}, |
@@ -551,8 +778,12 @@ |
"type": "ime", |
"id": "xkb:se::swe", |
"description": "", |
- "language": ["sv"], |
- "layouts": ["se"], |
+ "language": [ |
+ "sv" |
+ ], |
+ "layouts": [ |
+ "se" |
+ ], |
"input_view": "inputview.html#id=se.compact.qwerty&language=sv&passwordLayout=se.compact.qwerty&name=keyboard_swedish", |
"options_page": "hmm_options.html?code=xkb:se::swe" |
}, |
@@ -561,8 +792,12 @@ |
"type": "ime", |
"id": "xkb:sk::slo", |
"description": "", |
- "language": ["sk"], |
- "layouts": ["sk"], |
+ "language": [ |
+ "sk" |
+ ], |
+ "layouts": [ |
+ "sk" |
+ ], |
"input_view": "inputview.html#id=sk&language=sk&passwordLayout=us-ltr&name=keyboard_slovakian", |
"options_page": "hmm_options.html?code=xkb:sk::slo" |
}, |
@@ -571,8 +806,12 @@ |
"type": "ime", |
"id": "xkb:si::slv", |
"description": "", |
- "language": ["sl"], |
- "layouts": ["si"], |
+ "language": [ |
+ "sl" |
+ ], |
+ "layouts": [ |
+ "si" |
+ ], |
"input_view": "inputview.html#id=si&language=sl&passwordLayout=si&name=keyboard_slovenian", |
"options_page": "hmm_options.html?code=xkb:si::slv" |
}, |
@@ -581,8 +820,12 @@ |
"type": "ime", |
"id": "xkb:rs::srp", |
"description": "", |
- "language": ["sr"], |
- "layouts": ["rs"], |
+ "language": [ |
+ "sr" |
+ ], |
+ "layouts": [ |
+ "rs" |
+ ], |
"input_view": "inputview.html#id=rs&language=sr&passwordLayout=us-ltr&name=keyboard_serbian", |
"options_page": "hmm_options.html?code=xkb:rs::srp" |
}, |
@@ -591,8 +834,12 @@ |
"type": "ime", |
"id": "xkb:tr::tur", |
"description": "", |
- "language": ["tr"], |
- "layouts": ["tr"], |
+ "language": [ |
+ "tr" |
+ ], |
+ "layouts": [ |
+ "tr" |
+ ], |
"input_view": "inputview.html#id=tr&language=tr&passwordLayout=tr&name=keyboard_turkish", |
"options_page": "hmm_options.html?code=xkb:tr::tur" |
}, |
@@ -601,8 +848,12 @@ |
"type": "ime", |
"id": "xkb:ua::ukr", |
"description": "", |
- "language": ["uk"], |
- "layouts": ["ua"], |
+ "language": [ |
+ "uk" |
+ ], |
+ "layouts": [ |
+ "ua" |
+ ], |
"input_view": "inputview.html#id=ua&language=uk&passwordLayout=us-ltr&name=keyboard_ukrainian", |
"options_page": "hmm_options.html?code=xkb:ua::ukr" |
}, |
@@ -611,8 +862,12 @@ |
"type": "ime", |
"id": "xkb:by::bel", |
"description": "", |
- "language": ["be"], |
- "layouts": ["by"], |
+ "language": [ |
+ "be" |
+ ], |
+ "layouts": [ |
+ "by" |
+ ], |
"input_view": "inputview.html#id=by&language=be&passwordLayout=us-ltr&name=keyboard_belarusian", |
"options_page": "hmm_options.html?code=xkb:by::bel" |
}, |
@@ -621,8 +876,12 @@ |
"type": "ime", |
"id": "xkb:am:phonetic:arm", |
"description": "", |
- "language": ["hy"], |
- "layouts": ["am(phonetic)"], |
+ "language": [ |
+ "hy" |
+ ], |
+ "layouts": [ |
+ "am(phonetic)" |
+ ], |
"input_view": "inputview.html#id=am-phonetic&language=hy&passwordLayout=us-ltr&name=keyboard_armenian_phonetic", |
"options_page": "hmm_options.html?code=xkb:am:phonetic:arm" |
}, |
@@ -631,8 +890,12 @@ |
"type": "ime", |
"id": "xkb:ge::geo", |
"description": "", |
- "language": ["ka"], |
- "layouts": ["ge"], |
+ "language": [ |
+ "ka" |
+ ], |
+ "layouts": [ |
+ "ge" |
+ ], |
"input_view": "inputview.html#id=ge&language=ka&passwordLayout=us-ltr&name=keyboard_georgian", |
"options_page": "hmm_options.html?code=xkb:ge::geo" |
}, |
@@ -641,8 +904,12 @@ |
"type": "ime", |
"id": "xkb:mn::mon", |
"description": "", |
- "language": ["mn"], |
- "layouts": ["mn"], |
+ "language": [ |
+ "mn" |
+ ], |
+ "layouts": [ |
+ "mn" |
+ ], |
"input_view": "inputview.html#id=mn&language=mn&passwordLayout=us-ltr&name=keyboard_mongolian", |
"options_page": "hmm_options.html?code=xkb:mn::mon" |
}, |
@@ -651,8 +918,12 @@ |
"type": "ime", |
"id": "xkb:ie::ga", |
"description": "", |
- "language": ["ga"], |
- "layouts": ["ie"], |
+ "language": [ |
+ "ga" |
+ ], |
+ "layouts": [ |
+ "ie" |
+ ], |
"input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLayout=ie.compact.qwerty&name=keyboard_irish", |
"options_page": "hmm_options.html?code=xkb:ie::ga" |
}, |
@@ -661,8 +932,12 @@ |
"type": "ime", |
"id": "xkb:mt::mlt", |
"description": "", |
- "language": ["mt"], |
- "layouts": ["mt"], |
+ "language": [ |
+ "mt" |
+ ], |
+ "layouts": [ |
+ "mt" |
+ ], |
"input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=keyboard_maltese", |
"options_page": "hmm_options.html?code=xkb:mt::mlt" |
} |