summaryrefslogtreecommitdiff
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
* Small sync of descriptionsSergey Udaltsov2014-02-211-1/+1
|
* Now really lowercasing "with rupee", like "with euro" is too.Benno Schulenberg2014-02-051-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* XML structure fixedSergey Udaltsov2014-02-051-1/+0
|
* Add 'Windows' specific variant to dk, es, fi, it and no layoutsEgbert Eich2014-02-051-0/+31
| | | | | | | | | | | | | Keyboards for use with Windows seem to have symbols imprinted on some layouts which don't match the mappings defined by national standards and/or what has chosen as default for the respective language. Here a second EuroSymbol is added to the AltGr-5 key for the dk, es, fi, it and no layouts. A language specific variant model has been chosen to be able to extend these mappings on a per language basis in the future. Signed-off-by: Egbert Eich <eich@freedesktop.org>
* broken xml fixedSergey Udaltsov2014-02-051-17/+17
|
* EurKEY keyboard layout: languageList updateChristoph Roeper2014-02-051-1/+17
|
* mark descriptions as translatableSergey Udaltsov2014-02-022-17/+17
|
* Added de(tr)Sergey Udaltsov2014-02-021-0/+9
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=73679
* EurKEY keyboard layoutChristoph Roeper2014-02-021-0/+11
|
* Lowercasing and separating "rupee" and "sign".Benno Schulenberg2014-02-021-2/+2
| | | | | | In user menus, use the normal-world name instead of the key-symbol name. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Decapitalizing and dehyphenating, in two options, for consistency.Benno Schulenberg2014-02-021-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Increasing the contrast between the Bosnian/Croatian/Slovenian options.Benno Schulenberg2014-02-021-5/+5
| | | | | | | | The little word "use" looks to me too much like the abbreviation "US"; better use the word "with", as used elsewhere, for better contrast, and for better matching with the corresponding US-keyboard option. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Added new layout for Meetei mayek scriptSantosh Heigrujam2014-01-151-0/+7
|
* invalid variant removedSergey Udaltsov2013-12-231-6/+0
|
* Fixed xml structureSergey Udaltsov2013-12-231-4/+2
|
* Use the modern language name Bangla instead of BengaliSergey Udaltsov2013-12-181-11/+11
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=72292
* Add three options for swapping the left Ctrl and Alt and Win keys.Benno Schulenberg2013-12-181-0/+18
| | | | | | | These additions were proposed by Mildred Ki'Lya in: https://bugs.freedesktop.org/show_bug.cgi?id=17960 Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Add Swedish Dvorak A5 (svorak a5) layoutSergey Udaltsov2013-12-181-2/+10
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=71852
* Separate evdev and base rule specific partsEgbert Eich2013-12-174-56/+62
| | | | | This prevents those rule files from being cluttered up by definitions irrelevant for the respective rule set.
* Fix henkan key on jp106 keyboard with inet media keysEgbert Eich2013-12-174-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When support for inet keys was added to the keyboard driver back in the early 2000 none of the developers thought of Japanese 106 key keybards which have two extra keys generating the scan codes 0x79 and 0x7d. So for keys prefixed with the scan code 0x60 which were not remapped to anything else the line: *scanCode += 0x78; was added. Thus keys generating the scan codes 0xe0 0x01 and 0xe0 0x03 will overlap with the Henkan and Muhenkan keys on Japanese keyboards. Those keys will geneate the keycode 129 (0x81) - symbols: XFER and I01 - and 131 (0x83) - symbols NFER and I03 - in X. The former keycode however maps to the XF86AudioMedia keysym on inet keyboards. From the rules the keysyms are aggregated such that the mapping of the Henkan key on jp106 keyboards (from the jp symbol file) gets overwritten by the XF86AudioMedia mapping. This makes Japanese users loose a key which is rather important for Japanse input methods only to gain a multimedia key which is rather irrelevant to people doing serious typing. This commit adds a huge kludge to fix this: it adds a rule which in turn adds a statement to the symbol string that restores the original mapping of this key on Japanse keyboard layouts. This way Japanse users will still use the XF86AudioMedia key. This of course only affects users of the legacy keyboard driver, evdev doesn't suffer from this problem. The better solution would probably be to change the keyboard driver in X to remap the key sequence 0xe0 0x01 to one of the still unused keycodes in the range above 250. Then the keyboard mappings can be changed to reflect this. WIth this change users using an unmatched combination of xf86-input-keyboard and this package would loose their XF86AudioMedia key.
* rules: add option grab:debugPeter Hutterer2013-12-172-0/+7
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add two more language codes for Norwegian.WinterFairy2013-11-251-0/+2
| | | | | Norwegian Bokmål (nob) Norwegian Nynorsk (nno)
* Added the Norman variant of the us layout.Tilman Sauerbeck2013-11-171-0/+6
|
* Capitalizing 'Nativo' everywhere, as it is a layout name like Dvorak.Benno Schulenberg2013-10-291-3/+3
| | | | | | | | Also, give the Esperanto-specific variant of that layout the name of that language, as is done for the corresponding variant for Portugal. Acked-by: Felipe Castro <fefcas@gmail.com> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Rebased Pannonian Rusyn layout on Serbian Cyrillic.Chusslove Illich (Часлав Илић)2013-10-191-1/+1
| | | | | | | It appears that this is the somewhat established convention among Rusyn users, rather than basing on Ukrainian homophonic. https://bugs.freedesktop.org/show_bug.cgi?id=44590
* Small fix for Uyghyr layoutSergey Udaltsov2013-10-191-2/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=70639
* Improving the headers for keypad-layout options and Compose-key options.Benno Schulenberg2013-08-251-8/+8
| | | | | | Also, use semicolons instead of periods in longer descriptions. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Using the word "switch" in the description for layout switching.Benno Schulenberg2013-08-251-5/+5
| | | | | | Also spell "Ctrl" consistently, and remove an unneeded fragment. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Spelling and capitalizing Cœur d'Alène adequately in English.Benno Schulenberg2013-08-251-1/+1
| | | | | | Also removing some overredundant comments. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Adding an Esperanto overlay for the Colemak layout.Benno Schulenberg2013-08-242-0/+7
| | | | | | Like the two that already exist for Qwerty and Dvorak. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Fixed variant names, type6 -> sun_type6Sergey Udaltsov2013-08-191-3/+3
|
* Improve some descriptions of the configuration rules.Benno Schulenberg2013-08-191-17/+17
| | | | | | | | | | | | | | | | The informal name for ISO-8859-15 is "Latin-9", capitalized; use "US" instead of "USA" as an adjective; consistenly speak of "Compose" instead of "Multi_Key"; use the same wording ("only") where the same thing is meant; spell "semicolon" correctly; use the "ShiftLock" word that is also used elsewhere; don't hyphenate "Shift keys"; make a description more "descriptive" using third person; remove inconsistent trailing periods; Esperanto accents are not just circumflexes but also a breve; and it are not the "accents" that are added but the "accented letters". Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* New KaGaPa-phonetic layout for Kannada and TeluguSergey Udaltsov2013-08-191-1/+23
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=68241
* New KaGaPa-phonetic layout for Devanagari-based langauges (Hindi, Sanskrit, ↵Sergey Udaltsov2013-08-131-0/+33
| | | | | | Marathi) https://bugs.freedesktop.org/show_bug.cgi?id=67993
* wrong location of de(legacy)Sergey V. Udaltsov2013-05-281-6/+6
|
* Fix keyboard indicator for russian (germany, phonetic)Evgeny Bobkin2013-05-161-0/+2
|
* Added ru(mac)Sergey V. Udaltsov2013-05-141-0/+6
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=63611
* add support for the OLPC mechanical non-membrane keyboardWalter Bender2013-04-203-1/+6
| | | | | | | | | | | Patch updated against current tree. > From: Paul Fox <pgf@laptop.org> > Date: Tue, 20 Jul 2010 16:22:40 -0400 > Subject: [PATCH] add support for the OLPC "mechanical" (non-membrane) keyboard > model(s). to aid in this, add keycodes/olpc with aliases to avoid needing to > use BKSL and TLDE, which don't appear anywhere near their "traditional" > position on the olpcm mechanical keyboards.
* rules: fix iso639 code for irishPeter Hutterer2013-04-171-1/+1
| | | | | | | | | "gla" is scottish gaelic, "gle" is irish. http://www-01.sil.org/iso639-3/documentation.asp?id=gla http://www-01.sil.org/iso639-3/documentation.asp?id=gle Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Map Alt to WinSergey V. Udaltsov2013-03-092-0/+7
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=60559
* Add various compose:*-altgr options.Michal Nazarewicz2013-03-022-0/+49
| | | | | | | | | Using existing compose:* options add a compose key (or multi key) to the keyboard but at the cost of taking away some other symbols. This commit introduces compose:*-altgr variants make given key act as compose key only if alternative group is active (think: AltGr is pressed). This way, the main functionality of the key is still there, but at the same time compose key is available.
* Draft for German T3 layout.Andreas Wettstein2013-02-171-0/+6
| | | | | | | The current version does not yet provide the correct bindings for level selection. Signed-off-by: Andreas Wettstein <wettstein509@solnet.ch>
* fr --> fra (ISO 639)baserock/morphSergey V. Udaltsov2013-02-031-1/+1
|
* English Mali layouts have English language assigned to themSergey V. Udaltsov2013-02-011-0/+6
|
* Fixing ISO codesSergey V. Udaltsov2013-02-011-3/+8
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=59840
* Fixing wrong iso639-3 codesSergey V. Udaltsov2013-02-011-2/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=59840
* Fixed 2 minor typos (thanks to Alex Shopov)Sergey V. Udaltsov2013-01-191-2/+2
|
* Add sun_type layout variants into base.extrasjavier2013-01-151-1/+397
| | | | Add sun_type layout variants into rules/base.extras.xml.in.
* Add Models and one option for Sun Keyboardsjavier2013-01-151-2/+70
| | | | | | Remove support for old Sun Type_4/5 keyboards and update data for Sun Type_6/7 Keyboards as described in Bug 57450 - XKB data specific for Sun Keyboards is outdated.
* Update XKB rules specific for Sun Keyboardsjavier2013-01-1511-22/+36
| | | | | | Remove support for old Sun Type_4/5 keyboards and update data for Sun Type_6/7 Keyboards as described in Bug 57450 - XKB data specific for Sun Keyboards is outdated