From cea6043290fb411ad7c693007e4f62fc8687a02d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 5 Jan 2016 09:36:14 +0100 Subject: Added support for separate configuration of X keyboard layout/variant. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New parameter for the boot commandline: xkb=[language],variant Examples: # Only specify a Xkbvariant, and inherit the console keyboard layout in X: kbd=nl xkb=,sundeadkeys # Define a 'french swiss' layout in X, independent of the console: xkb=ch,fr Two new keyboard/language choices have been added which use this functionality: - german swiss - french swiss (requested by Niki Kovacs). New: if a non-US keyboard layout is selected, the US layout will be added as a secondary layout. Toggling between the two layouts is possible using the Shift-LeftAlt key combo. Also new: the RightAlt key is now defined as the Compose Key in X. Meaning, the combo <"> will generate a 'ë character'. --- languages | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'languages') diff --git a/languages b/languages index f03cabe..2baa558 100644 --- a/languages +++ b/languages @@ -1,13 +1,15 @@ -#code,name,kbd,tz,locale -be,belgisch,be-latin1,Europe/Brussels,nl_BE.utf8 -br,brazil,br-abnt2,America/Sao_Paulo,pt_BR.utf8 -gb,british,uk,Etc/GMT,en_GB.utf8 -de,deutsch,de-latin1,Europe/Berlin,de_DE.utf8 -es,espanol,es,Europe/Madrid,es_ES.utf8 -fr,francais,fr,Europe/Paris,fr_FR.utf8 -it,italiano,it,Europe/Rome,it_IT.utf8 -ja,japanese,jp106,Asia/Tokyo,ja_JP.utf8 -nl,nederlands,nl,Europe/Amsterdam,nl_NL.utf8 -pt,portugues,pt-latin1,Europe/Lisbon,pt_PT.utf8 -ru,russian,ru_win,Europe/Moscow,ru_RU.utf8 -us,us american,us,US/Pacific,en_US.utf8 +#code:name:kbd:tz:locale:xkb +be:belgisch:be-latin1:Europe/Brussels:nl_BE.utf8: +br:brazil:br-abnt2:America/Sao_Paulo:pt_BR.utf8: +gb:british:uk:Etc/GMT:en_GB.utf8: +de:deutsch:de-latin1:Europe/Berlin:de_DE.utf8: +de_ch:deutsch (schweiz):de-latin1:Europe/Zurich:de_CH.utf8:ch, +es:espanol:es:Europe/Madrid:es_ES.utf8: +fr:francais:fr-latin9:Europe/Paris:fr_FR.utf8: +fr_ch:francais (suisse):fr-latin9:Europe/Zurich:fr_CH.utf8:ch,fr +it:italiano:it:Europe/Rome:it_IT.utf8: +ja:japanese:jp106:Asia/Tokyo:ja_JP.utf8: +nl:nederlands:nl:Europe/Amsterdam:nl_NL.utf8: +pt:portugues:pt-latin1:Europe/Lisbon:pt_PT.utf8: +ru:russian:ru_win:Europe/Moscow:ru_RU.utf8: +us:us american:us:US/Pacific:en_US.utf8: -- cgit v1.2.3