summaryrefslogtreecommitdiff
path: root/src/locale/kbd-model-map
Commit message (Collapse)AuthorAgeFilesLines
* kbd-model-map: correct variants for cz-qwerty to include commaAdam Williamson2022-09-291-1/+1
| | | | | | | | | | | | As explained by @poncovka , the 'xvariant' string should contain the same number of comma-separated elements as 'xlayout'. When we have two layouts we need two items in xvariant, in this case one of them is empty. See https://github.com/rhinstaller/anaconda/pull/4355#pullrequestreview-1119913870 for @poncovka's full explanation. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* kbd-model-map: add a mapping for switched czech qwerty/usAdam Williamson2022-09-231-0/+1
| | | | | | | | | | | | | | | | | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=2121106 for the background on this. One of Fedora's QA folks ran an install and chose two keyboard layouts: Czech (qwerty) and US. Due to the sad details of how the whole logic flow for trying to decide what kbd layout best matches a given xkb config works (see details in the bug comments), we wound up deciding the best- matching kbd layout for this situation was cz-us-qwertz, which is a czech/us switched layout, but is qwertz, not qwerty. This seems like a poor outcome. Adding this line should result in us picking cz-qwerty in this case. Which may be the 'legacy' cz-qwerty.map from upstream kbd project (which is switched cz/us), or may be the auto-converted xkb layout (which obviously isn't switched). But either way, at least its primary mode is Czech qwerty, which seems like a *better* choice than a layout whose primary mode is Czech qwertz. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* kbd-model-map: add Latvian keyboard layout mappingnl67202021-06-101-0/+2
|
* kbd-model-map: add mapping 'es-dvorak'Franck Bui2021-05-191-2/+3
| | | | | | And update test-keymap-util accordingly. While at it, make sure to use tabs everywhere.
* kbd-model-map: add more mappings for Slovak, Lithuanian, and KhmerMindaugas Baranauskas2015-01-221-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=88545
* fi-latin1 console keymap is no moreMarko Myllynen2014-10-131-1/+0
| | | | http://git.altlinux.org/people/legion/packages/kbd.git?p=kbd.git;a=commitdiff;h=a88711232f3216debbb02d0171187442863ccedb
* correct name of Tajik kbd layout in kbd-model-mapAdam Williamson2013-12-101-1/+1
|
* drop several entries from kbd-model-map whose kbd layouts do not existAdam Williamson2013-12-101-12/+0
| | | | | | | | | | | | | kbd-model-map was generated from system-config-keyboard's keyboard_models.py. Several of the kbd layouts referred in that file do not exist and, so far as I can tell, never did. I believe these entries existed simply to provide the xkb configuration information for those layouts, and there never were matching kbd entries; the kbd names were entirely notional, to satisfy the need for some entry or other in that field. For systemd, the only function of kbd-model-map is to 'match' kbd and xkb configurations, so it does not make any sense to maintain entries for cases where only one or the other exists in this context.
* locale: make sense of "dvorak-alt-intel" X variant in mapping databaseLennart Poettering2013-01-141-0/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=873634
* correct Macedonian keyboard mapping (X layout is 'mk', not 'mkd')Adam Williamson2013-01-031-1/+1
|
* add Lithuanian keyboard mapping (lt/lt)Adam Williamson2013-01-031-0/+1
|
* add Kazakh keyboard mapping (kazakh/kz)Adam Williamson2013-01-031-0/+1
|
* add Hebrew (Israel) - simple, il/ilAdam Williamson2013-01-031-0/+1
|
* French Canadian xlayout is just "ca", not "ca(fr)" any moreAdam Williamson2013-01-031-1/+1
|
* add Belarussian mapping: simple, 'by' and 'by'Adam Williamson2013-01-031-0/+1
|
* build-sys: move kbd-model-map to locale/Lennart Poettering2012-01-031-0/+72