diff options
author | Eric Hameleers <alien@slackware.com> | 2016-01-05 09:36:14 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-01-05 09:36:14 +0100 |
commit | cea6043290fb411ad7c693007e4f62fc8687a02d (patch) | |
tree | b29192a67506b32ace2cdbf5fe91b46be65390c1 /languages | |
parent | 65901f0dd71776c98e228e9df05e900e431224d2 (diff) | |
download | liveslak-cea6043290fb411ad7c693007e4f62fc8687a02d.tar.gz liveslak-cea6043290fb411ad7c693007e4f62fc8687a02d.tar.xz |
Added support for separate configuration of X keyboard layout/variant.
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 <RightAlt><"><e> will generate a 'ë character'.
Diffstat (limited to '')
-rw-r--r-- | languages | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -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: |