From 6063fac699a8b5dc0b04d307848030d281f35d73 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 2 Oct 2023 17:04:17 -0400 Subject: [PATCH] Updated keyboard layouts, Thanks Didier for the changes. --- i38.sh | 177 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 91 insertions(+), 86 deletions(-) diff --git a/i38.sh b/i38.sh index 5ecaa27..27859b0 100755 --- a/i38.sh +++ b/i38.sh @@ -26,94 +26,99 @@ if [[ -n "${missing}" ]]; then fi keyboard_menu() { - keyboardMenu=("us" "USA" - "ad" "Andorra" - "af" "Afghanistan" + keyboardMenu=("us" "English (US)" + "af" "Dari" + "al" "Albanian" + "et" "Amharic" "ara" "Arabic" - "al" "Albania" - "am" "Armenia" - "az" "Azerbaijan" - "by" "Belarus" - "be" "Belgium" - "bd" "Bangladesh" - "in" "India" - "ba" "Bosnia and Herzegovina" - "br" "Brazil" - "bg" "Bulgaria" - "ma" "Morocco" - "mm" "Myanmar" - "ca" "Canada" - "cd" "Congo, Democratic Republic of the" - "cn" "China" - "hr" "Croatia" - "cz" "Czechia" - "dk" "Denmark" - "nl" "Netherlands" - "bt" "Bhutan" - "ee" "Estonia" - "ir" "Iran" - "iq" "Iraq" - "fo" "Faroe Islands" - "fi" "Finland" - "fr" "France" - "gh" "Ghana" - "gn" "Guinea" - "ge" "Georgia" - "de" "Germany" - "gr" "Greece" - "hu" "Hungary" - "is" "Iceland" - "il" "Israel" - "it" "Italy" - "jp" "Japan" - "kg" "Kyrgyzstan" - "kh" "Cambodia" - "kz" "Kazakhstan" - "la" "Laos" - "latam" "Latin American" - "lt" "Lithuania" - "lv" "Latvia" - "mao" "Maori" - "me" "Montenegro" - "mk" "Macedonia" - "mt" "Malta" - "mn" "Mongolia" - "no" "Norway" - "pl" "Poland" - "pt" "Portugal" - "ro" "Romania" - "ru" "Russia" - "rs" "Serbia" - "si" "Slovenia" - "sk" "Slovakia" - "es" "Spain" - "se" "Sweden" - "ch" "Switzerland" - "sy" "Syria" - "tj" "Tajikistan" - "lk" "Sri Lanka" - "th" "Thailand" - "tr" "Turkey" - "tw" "Taiwan" - "ua" "Ukraine" - "gb" "United Kingdom" - "uz" "Uzbekistan" - "vn" "Vietnam" - "kr" "Korea, Republic of" - "nec_vndr/jp" "Japan (PC-98xx Series)" - "ie" "Ireland" - "pk" "Pakistan" - "mv" "Maldives" - "za" "South Africa" - "epo" "Esperanto" - "np" "Nepal" - "ng" "Nigeria" - "et" "Ethiopia" - "sn" "Senegal" + "ma" "Arabic (Morocco)" + "sy" "Arabic (Syria)" + "am" "Armenian" + "az" "Azerbaijani" + "ml" "Bambara" + "bd" "Bangla" + "by" "Belarusian" + "be" "Belgian" + "dz" "Berber (Algeria, Latin)" + "ba" "Bosnian" "brai" "Braille" - "tm" "Turkmenistan" - "ml" "Mali" - "tz" "Tanzania" + "bg" "Bulgarian" + "mm" "Burmese" + "cn" "Chinese" + "hr" "Croatian" + "cz" "Czech" + "dk" "Danish" + "mv" "Dhivehi" + "nl" "Dutch" + "bt" "Dzongkha" + "au" "English (Australia)" + "gh" "English (Ghana)" + "ng" "English (Nigeria)" + "za" "English (South Africa)" + "gb" "English (UK)" + "epo" "Esperanto" + "ee" "Estonian" + "fo" "Faroese" + "ph" "Filipino" + "fi" "Finnish" + "fr" "French" + "ca" "French (Canada)" + "cd" "French (Democratic Republic of the Congo)" + "ge" "Georgian" + "de" "German" + "ch" "German (Switzerland)" + "gr" "Greek" + "il" "Hebrew" + "hu" "Hungarian" + "is" "Icelandic" + "in" "Indian" + "jv" "Indonesian (Javanese)" + "iq" "Iraqi" + "ie" "Irish" + "it" "Italian" + "jp" "Japanese" + "nec_vndr/jp" "Japanese (PC-98)" + "kz" "Kazakh" + "kh" "Khmer (Cambodia)" + "kr" "Korean" + "kg" "Kyrgyz" + "la" "Lao" + "lv" "Latvian" + "lt" "Lithuanian" + "mk" "Macedonian" + "mv" "Malay (Jawi, Arabic Keyboard)" + "mt" "Maltese" + "mao" "Maori" + "mn" "Mongolian" + "me" "Montenegrin" + "gn" "N'Ko (AZERTY)" + "np" "Nepali" + "no" "Norwegian" + "ir" "Persian" + "pl" "Polish" + "pt" "Portuguese" + "br" "Portuguese (Brazil)" + "ro" "Romanian" + "ru" "Russian" + "rs" "Serbian" + "lk" "Sinhala (phonetic)" + "sk" "Slovak" + "si" "Slovenian" + "es" "Spanish" + "latam" "Spanish (Latin American)" + "tz" "Swahili (Tanzania)" + "se" "Swedish" + "tw" "Taiwanese" + "tj" "Tajik" + "th" "Thai" + "tr" "Turkish" + "tm" "Turkmen" + "bw" "Tswana" + "ua" "Ukrainian" + "pk" "Urdu (Pakistan)" + "uz" "Uzbek (Afghanistan)" + "vn" "Vietnamese" + "sn" "Wolof" ) dialog --title "I38" \ --backtitle "Use the arrow keys to find the option you want, and enter to select it. When you are finished selecting layouts, use right arrow to find \"Done\" and press enter." \