platform/upstream/xkeyboard-config.git
10 years agosymbols/ara: Removing useless comments, and improving others.
Benno Schulenberg [Sun, 17 Nov 2013 21:37:38 +0000 (22:37 +0100)]
symbols/ara: Removing useless comments, and improving others.

Also, lining the symbols up in a more consistent manner.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/group: Improving comments, de-tabbing, and normalizing whitespace.
Benno Schulenberg [Mon, 11 Nov 2013 11:27:42 +0000 (12:27 +0100)]
symbols/group: Improving comments, de-tabbing, and normalizing whitespace.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/?????*: More elimination of trailing whitespace.
Benno Schulenberg [Mon, 11 Nov 2013 10:31:04 +0000 (11:31 +0100)]
symbols/?????*: More elimination of trailing whitespace.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/bg: Unfolding each key definition into a single line.
Benno Schulenberg [Thu, 31 Oct 2013 18:45:51 +0000 (20:45 +0200)]
symbols/bg: Unfolding each key definition into a single line.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/bg: Tweaking comments and removing redundant blank lines.
Benno Schulenberg [Thu, 31 Oct 2013 18:01:15 +0000 (20:01 +0200)]
symbols/bg: Tweaking comments and removing redundant blank lines.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/*: A general stab at the elimination of trailing whitespace.
Benno Schulenberg [Tue, 29 Oct 2013 20:39:39 +0000 (22:39 +0200)]
symbols/*: A general stab at the elimination of trailing whitespace.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoAdd Swedish Dvorak A5 (svorak a5) layout
Sergey Udaltsov [Wed, 18 Dec 2013 22:00:44 +0000 (22:00 +0000)]
Add Swedish Dvorak A5 (svorak a5) layout

https://bugs.freedesktop.org/show_bug.cgi?id=71852

10 years agoAdd missing Adiaeresis to 'e' key on Hungarian keyboard layout
Egbert Eich [Mon, 30 May 2011 08:36:49 +0000 (10:36 +0200)]
Add missing Adiaeresis to 'e' key on Hungarian keyboard layout

The Hungarian keyboard should produce an Adiaeresis when pressing
Alt-Gr 'E'.
See also: https://bugzilla.novell.com/show_bug.cgi?id=661695
This bugzilla entro also contains a picture of a Hungarian keyboard
layout which is more complete as what is currently found on Wikipedia.

Signed-off-by: Egbert Eich <eich@freedesktop.org>
10 years agoLet <KPDL> key on it,fr and nl keyboards generate KP_Separator
Egbert Eich [Mon, 30 May 2011 08:51:58 +0000 (10:51 +0200)]
Let <KPDL> key on it,fr and nl keyboards generate KP_Separator

Notwithstanding the never ending discussion what character this
key on the numeric keypad should produce this key should produce
what is imprinted on the keyboards. After all all three countries
are observing the SI standards.
This makes this layout more consistent and match for instance
what is done in the de layout.

Signed-off-by: Egbert Eich <eich@freedesktop.org>
10 years agoAdd EuroSign to Polish keyboard layout
Egbert Eich [Mon, 30 May 2011 13:26:31 +0000 (15:26 +0200)]
Add EuroSign to Polish keyboard layout

The polish keyboard layout now has the Euro sign
on AltGr-U. This patch adds it.

Signed-off-by: Egbert Eich <eich@freedesktop.org>
10 years agoMap "win" to Ctrl keys
Sergey Udaltsov [Tue, 17 Dec 2013 23:38:18 +0000 (23:38 +0000)]
Map "win" to Ctrl keys

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678553

10 years agoFix Russian phonetic layout
Stefan Dirsch [Mon, 30 May 2011 14:36:55 +0000 (16:36 +0200)]
Fix Russian phonetic layout

According to
 https://bugzilla.novell.com/show_bug.cgi?id=498304
the mapping of the Russian phonetic layout doesn't match what
is shown in:
 http://en.wikipedia.org/wiki/Keyboard_layout#Russian

Signed-off-by: Egbert Eich <eich@freedesktop.org>
10 years agoSeparate evdev and base rule specific parts
Egbert Eich [Sat, 28 May 2011 10:08:20 +0000 (12:08 +0200)]
Separate evdev and base rule specific parts

This prevents those rule files from being cluttered up
by definitions irrelevant for the respective rule set.

10 years agoFix henkan key on jp106 keyboard with inet media keys
Egbert Eich [Sat, 28 May 2011 09:28:14 +0000 (11:28 +0200)]
Fix henkan key on jp106 keyboard with inet media keys

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.

10 years agorules: add option grab:debug
Peter Hutterer [Fri, 20 Jan 2012 02:43:19 +0000 (12:43 +1000)]
rules: add option grab:debug

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
10 years agosymbols/inet: Fix mapping of KEY_DIRECTION/CYCLEWINDOWS for evdev
Carlos Garnacho [Thu, 12 Dec 2013 14:07:59 +0000 (15:07 +0100)]
symbols/inet: Fix mapping of KEY_DIRECTION/CYCLEWINDOWS for evdev

From checking the usage of KEY_CYCLEWINDOWS in the linux sources, it
seems to be meant for task switching, rather than rotating the screen
as XF86RotateWindows traditionally does. In turn, KEY_DIRECTION is what
some kernel platform modules already use for the "rotate display" key
in certain tablet models.

So in order to make things consistent, it makes more sense to map
KEY_DIRECTION to XF86RotateWindows, and KEY_CYCLEWINDOWS to XF86TaskPane
as it's the closest offered behavior.

Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
10 years agoAdd two more language codes for Norwegian.
WinterFairy [Fri, 22 Nov 2013 09:34:43 +0000 (09:34 +0000)]
Add two more language codes for Norwegian.

Norwegian Bokmål (nob)
Norwegian Nynorsk (nno)

10 years agoAdded the Norman variant of the us layout.
Tilman Sauerbeck [Sun, 10 Nov 2013 12:11:52 +0000 (13:11 +0100)]
Added the Norman variant of the us layout.

10 years agoAdd more unicode to us(dvp) layout.
Michal Nazarewicz [Sun, 10 Nov 2013 17:09:48 +0000 (18:09 +0100)]
Add more unicode to us(dvp) layout.

This commit adds the following definitions to the alternative group of
the us(dvp) layout:

  Shift+AC11  is en dash      mnemonic: <EC11> is -
  Shift+AD02  is ...          was: dead caron  mnemonic: <AD02> is ,
  Shift+AE11  is reverse interrobang  mnemonic: <AE11> is !
  Shift+AD11  is interrobang  mnemonic: Shift+<AD11> is ?

  Shift+AB07  is micro        mnemonic: <AB07> is m

Note about ellipsis which replace existing dead caron:

  The us(dvp) inherited some definitions from us(dvorak) simply because
  it omitted definition of all 4 levels for given key:

    key <AD02> { [ comma,           less,           guillemotleft               ] };

  which specifies only two levels so the third and fourth happens to be
  inherited from us(dvorak)'s definitions:

    key <AD02> { [ comma, less,   dead_cedilla, dead_caron ] };

  I'm assuming that this was actually not intentional behaviour
  especially since the overwritten key is available in us(dvp) under
  another key (which make more sense):

    key <AD12> { [ at,              asciicircum,    dead_circumflex, dead_caron ] };

  Because of that, I've decided to go ahead and break that behaviour in
  favour of adding a new key.

10 years agosymbols/{br,pt}: Detabbing, plus alignment of braces and commas.
Benno Schulenberg [Mon, 28 Oct 2013 12:23:40 +0000 (14:23 +0200)]
symbols/{br,pt}: Detabbing, plus alignment of braces and commas.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/{pt,br}: Adjusting some comments, whitespace and alignments.
Benno Schulenberg [Mon, 28 Oct 2013 10:16:05 +0000 (12:16 +0200)]
symbols/{pt,br}: Adjusting some comments, whitespace and alignments.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/{pt,br}: Improving some comments concerning the Nativo layout.
Benno Schulenberg [Sun, 27 Oct 2013 08:13:29 +0000 (10:13 +0200)]
symbols/{pt,br}: Improving some comments concerning the Nativo layout.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoCapitalizing 'Nativo' everywhere, as it is a layout name like Dvorak.
Benno Schulenberg [Sun, 27 Oct 2013 07:39:46 +0000 (09:39 +0200)]
Capitalizing 'Nativo' everywhere, as it is a layout name like Dvorak.

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>
10 years agoRebased Pannonian Rusyn layout on Serbian Cyrillic.
Chusslove Illich (Часлав Илић) [Sat, 14 Sep 2013 11:02:10 +0000 (13:02 +0200)]
Rebased Pannonian Rusyn layout on Serbian Cyrillic.

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

10 years agoadded m4 to AM flags
Sergey Udaltsov [Sat, 19 Oct 2013 16:05:59 +0000 (17:05 +0100)]
added m4 to AM flags

https://bugs.freedesktop.org/show_bug.cgi?id=70404

10 years agoSmall fix for Uyghyr layout
Sergey Udaltsov [Sat, 19 Oct 2013 16:04:58 +0000 (17:04 +0100)]
Small fix for Uyghyr layout

https://bugs.freedesktop.org/show_bug.cgi?id=70639

10 years agoPreparing 2.10.1 xkeyboard-config-2.10.1
Sergey Udaltsov [Thu, 3 Oct 2013 21:28:31 +0000 (22:28 +0100)]
Preparing 2.10.1

10 years agosymbols/*: Separating the keyword 'default' with two spaces from any others.
Benno Schulenberg [Wed, 2 Oct 2013 09:54:38 +0000 (11:54 +0200)]
symbols/*: Separating the keyword 'default' with two spaces from any others.

To make it stand out a little more.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agotypo fixed
Sergey Udaltsov [Wed, 2 Oct 2013 18:05:05 +0000 (19:05 +0100)]
typo fixed

10 years agoxkeyboard-config: fix broken symbols/level3
Knut Petersen [Wed, 2 Oct 2013 08:38:10 +0000 (10:38 +0200)]
xkeyboard-config: fix broken symbols/level3

We definitely need a "," instead of a ";" here.

Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
10 years agosymbols/*: Putting the keyword 'default' always first among any keywords.
Benno Schulenberg [Tue, 1 Oct 2013 16:48:35 +0000 (18:48 +0200)]
symbols/*: Putting the keyword 'default' always first among any keywords.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoDelete the CREDITS file again, ánd no longer distribute it.
Benno Schulenberg [Tue, 1 Oct 2013 19:01:48 +0000 (21:01 +0200)]
Delete the CREDITS file again, ánd no longer distribute it.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoPreparing 2.10 xkeyboard-config-2.10
Sergey Udaltsov [Mon, 30 Sep 2013 22:03:17 +0000 (23:03 +0100)]
Preparing 2.10

10 years agoReturning CREDITS as an empty file
Sergey Udaltsov [Mon, 30 Sep 2013 22:02:23 +0000 (23:02 +0100)]
Returning CREDITS as an empty file

Otherwise "make distcheck" fails

10 years agopre-release translation sync
Sergey Udaltsov [Mon, 30 Sep 2013 21:59:26 +0000 (22:59 +0100)]
pre-release translation sync

10 years agosymbols/sy: Cleaning up the Syrian keymap definitions.
Benno Schulenberg [Sat, 21 Sep 2013 08:23:24 +0000 (10:23 +0200)]
symbols/sy: Cleaning up the Syrian keymap definitions.

Removing trailing whitespace, and uniformizing the tabbing.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/level[35]: Move the default section to the head of the files.
Benno Schulenberg [Sat, 21 Sep 2013 07:59:53 +0000 (09:59 +0200)]
symbols/level[35]: Move the default section to the head of the files.

When no section is specified, 'xkbcomp' simply takes the first one
from the file, it does not look for the keyword 'default'.  So make
it do something sane and useful when the user is terse.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/level[35]: Define the type within the key, as the others do.
Benno Schulenberg [Sat, 21 Sep 2013 07:50:09 +0000 (09:50 +0200)]
symbols/level[35]: Define the type within the key, as the others do.

Also align a bunch of braces and remove some trailing whitespace.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/fr: Remove some trailing whitespace and align some more things.
Benno Schulenberg [Fri, 13 Sep 2013 19:52:16 +0000 (21:52 +0200)]
symbols/fr: Remove some trailing whitespace and align some more things.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/fr: Tweak some comments and align some things.
Benno Schulenberg [Fri, 13 Sep 2013 16:36:03 +0000 (18:36 +0200)]
symbols/fr: Tweak some comments and align some things.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/fr: Améliorer la description du procédé por obtenir é et É.
Benno Schulenberg [Fri, 13 Sep 2013 16:24:21 +0000 (18:24 +0200)]
symbols/fr: Améliorer la description du procédé por obtenir é et É.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/fr: Properly align the visual examples.
Benno Schulenberg [Fri, 13 Sep 2013 16:04:21 +0000 (18:04 +0200)]
symbols/fr: Properly align the visual examples.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/fr: Describe for Occitan only the keys that differ from oss layout.
Benno Schulenberg [Fri, 13 Sep 2013 15:51:48 +0000 (17:51 +0200)]
symbols/fr: Describe for Occitan only the keys that differ from oss layout.

Also align some of them properly.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoStill more removals of useless comments, and more alignments of braces.
Benno Schulenberg [Sun, 8 Sep 2013 20:12:03 +0000 (22:12 +0200)]
Still more removals of useless comments, and more alignments of braces.

Also some spelling, punctuation, and lots of ordering of keys per row.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoMany more removals of useless comments, and more alignments of braces.
Benno Schulenberg [Sun, 8 Sep 2013 11:14:47 +0000 (13:14 +0200)]
Many more removals of useless comments, and more alignments of braces.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/pk: Lots of alignment of braces and commas.
Benno Schulenberg [Sun, 8 Sep 2013 11:10:23 +0000 (13:10 +0200)]
symbols/pk: Lots of alignment of braces and commas.

10 years agoRemoval of some useless comments, and alignment of some braces.
Benno Schulenberg [Sun, 8 Sep 2013 09:14:34 +0000 (11:14 +0200)]
Removal of some useless comments, and alignment of some braces.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/pc: Bracket alignment, and some comment tweaks.
Benno Schulenberg [Sun, 8 Sep 2013 09:10:25 +0000 (11:10 +0200)]
symbols/pc: Bracket alignment, and some comment tweaks.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/jp: Removing some pointless comments, and uniformizing whitespace.
Benno Schulenberg [Sun, 8 Sep 2013 08:28:40 +0000 (10:28 +0200)]
symbols/jp: Removing some pointless comments, and uniformizing whitespace.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoRemoving two revision-control tags, and doing a little cleaning besides.
Benno Schulenberg [Sun, 8 Sep 2013 07:16:29 +0000 (09:16 +0200)]
Removing two revision-control tags, and doing a little cleaning besides.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoMerging the CREDITS into the AUTHORS file, and adding some headers.
Benno Schulenberg [Sun, 8 Sep 2013 07:14:54 +0000 (09:14 +0200)]
Merging the CREDITS into the AUTHORS file, and adding some headers.

Hmmm...  I like deleting files.  :)

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoRemoving the file BUGS -- it has not been used for nine years.
Benno Schulenberg [Sun, 8 Sep 2013 07:12:22 +0000 (09:12 +0200)]
Removing the file BUGS -- it has not been used for nine years.

All the bugs the file refers to have been fixed long ago.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoRevert: rs(cyralpha): The key (z on US keyboard) should give dze, but it gives zhe
Sergey Udaltsov [Sat, 28 Sep 2013 21:19:19 +0000 (22:19 +0100)]
Revert:  rs(cyralpha): The key (z on US keyboard) should give dze, but it gives zhe

Agreed to reverse the patch from
https://bugs.freedesktop.org/show_bug.cgi?id=68754

10 years agoUpdated author email address for rs layout.
Chusslove Illich (Часлав Илић) [Thu, 5 Sep 2013 10:10:05 +0000 (12:10 +0200)]
Updated author email address for rs layout.

10 years agoDefining in one place the default behaviour of the keypad's operator keys.
Benno Schulenberg [Thu, 5 Sep 2013 10:09:29 +0000 (12:09 +0200)]
Defining in one place the default behaviour of the keypad's operator keys.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/keypad: Removing duplicate PageUp from legends.
Benno Schulenberg [Wed, 4 Sep 2013 09:19:53 +0000 (11:19 +0200)]
symbols/keypad: Removing duplicate PageUp from legends.

Also putting the correct right-pointing arrows on six.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/keypad: Removing useless comments, and normalizing the tabbing.
Benno Schulenberg [Wed, 4 Sep 2013 07:47:35 +0000 (09:47 +0200)]
symbols/keypad: Removing useless comments, and normalizing the tabbing.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agogeometries: Correcting three, and removing two wrong comments.
Benno Schulenberg [Wed, 4 Sep 2013 12:18:33 +0000 (14:18 +0200)]
geometries: Correcting three, and removing two wrong comments.

Also removing several superfluous comments, and
adjusting some indentation, grammar and spelling.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoReplacing the deprecated 'quoteleft'/'quoteright' with canonical forms.
Benno Schulenberg [Thu, 5 Sep 2013 17:56:28 +0000 (19:56 +0200)]
Replacing the deprecated 'quoteleft'/'quoteright' with canonical forms.

They have been deprecated since at least 2003.  They are replaced with
the standard key symbols 'grave' and 'apostrophe'.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agors(cyralpha): The key (z on US keyboard) should give dze, but it gives zhe
Stefan Dirsch [Mon, 2 Sep 2013 09:07:38 +0000 (11:07 +0200)]
rs(cyralpha): The key (z on US keyboard) should give dze, but it gives zhe

The key (z on US keyboard) should give dze (&#1029; [capital] / &#1109;),
but it gives zhe (&#1046; [capital] / &#1078;). (fdo#68754, patch by
Oliver Neukum <oneukum@suse.de>)

Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
10 years agosymbols/be: Remove comment that does not match actual key assignment.
Benno Schulenberg [Mon, 2 Sep 2013 10:24:43 +0000 (12:24 +0200)]
symbols/be: Remove comment that does not match actual key assignment.

Also adjust and properly line out the visual keyboard example.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoREADME.symbols: More filling in of little words, and updating two URLs.
Benno Schulenberg [Fri, 30 Aug 2013 09:27:42 +0000 (11:27 +0200)]
README.symbols: More filling in of little words, and updating two URLs.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoREADME: Filling in some little words and commas, and fixing a typo.
Benno Schulenberg [Fri, 30 Aug 2013 09:03:55 +0000 (11:03 +0200)]
README: Filling in some little words and commas, and fixing a typo.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols:level3: Compacting, adjusting, and adding comments.
Benno Schulenberg [Fri, 30 Aug 2013 20:31:33 +0000 (22:31 +0200)]
symbols:level3: Compacting, adjusting, and adding comments.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/level5: Adjusting some comments and wrapping overlong lines.
Benno Schulenberg [Fri, 30 Aug 2013 19:40:01 +0000 (21:40 +0200)]
symbols/level5: Adjusting some comments and wrapping overlong lines.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/altwin: Reducing the spacing and adding some comments.
Benno Schulenberg [Fri, 30 Aug 2013 19:20:46 +0000 (21:20 +0200)]
symbols/altwin: Reducing the spacing and adding some comments.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/ctrl: Improving the comments and reducing the spacing.
Benno Schulenberg [Fri, 30 Aug 2013 16:30:20 +0000 (18:30 +0200)]
symbols/ctrl: Improving the comments and reducing the spacing.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/capslock: Minimizing the spacing and improving a comment.
Benno Schulenberg [Fri, 30 Aug 2013 16:11:29 +0000 (18:11 +0200)]
symbols/capslock: Minimizing the spacing and improving a comment.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/shift: Harmonizing the comments and minimizing the spacing.
Benno Schulenberg [Fri, 30 Aug 2013 15:49:47 +0000 (17:49 +0200)]
symbols/shift: Harmonizing the comments and minimizing the spacing.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agosymbols/level3: Fixing an inconsistent use of "AlGr".
Benno Schulenberg [Fri, 30 Aug 2013 10:00:13 +0000 (12:00 +0200)]
symbols/level3: Fixing an inconsistent use of "AlGr".

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoara(digits): Generate arabic script digits also on keypad (fdo#68650)
Stefan Dirsch [Thu, 29 Aug 2013 11:17:50 +0000 (13:17 +0200)]
ara(digits): Generate arabic script digits also on keypad (fdo#68650)

Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
10 years agoAdd missing backslash/bar mapping on "us" international variants (bfo#68606).
Stefan Dirsch [Tue, 27 Aug 2013 12:50:03 +0000 (14:50 +0200)]
Add missing backslash/bar mapping on "us" international variants (bfo#68606).

https://bugs.freedesktop.org/show_bug.cgi?id=68606
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
10 years agoImproving the headers for keypad-layout options and Compose-key options.
Benno Schulenberg [Mon, 19 Aug 2013 19:26:09 +0000 (21:26 +0200)]
Improving the headers for keypad-layout options and Compose-key options.

Also, use semicolons instead of periods in longer descriptions.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoUsing the word "switch" in the description for layout switching.
Benno Schulenberg [Thu, 22 Aug 2013 20:19:37 +0000 (22:19 +0200)]
Using the word "switch" in the description for layout switching.

Also spell "Ctrl" consistently, and remove an unneeded fragment.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoSpelling and capitalizing Cœur d'Alène adequately in English.
Benno Schulenberg [Thu, 22 Aug 2013 16:05:13 +0000 (18:05 +0200)]
Spelling and capitalizing Cœur d'Alène adequately in English.

Also removing some overredundant comments.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoAdding an Esperanto overlay for the Colemak layout.
Benno Schulenberg [Mon, 19 Aug 2013 19:08:58 +0000 (21:08 +0200)]
Adding an Esperanto overlay for the Colemak layout.

Like the two that already exist for Qwerty and Dvorak.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoProper handling for sun_type* variants in extras, olpcm and classmate variants
Sergey Udaltsov [Mon, 19 Aug 2013 00:53:40 +0000 (01:53 +0100)]
Proper handling for sun_type* variants in extras, olpcm and classmate variants

10 years agoDefault layouts for classmate and olpcm to have "default" names
Sergey Udaltsov [Mon, 19 Aug 2013 00:53:04 +0000 (01:53 +0100)]
Default layouts for classmate and olpcm to have "default" names

10 years agoFixed variant names, type6 -> sun_type6
Sergey Udaltsov [Mon, 19 Aug 2013 00:32:45 +0000 (01:32 +0100)]
Fixed variant names, type6 -> sun_type6

10 years agoImprove some descriptions of the configuration rules.
Benno Schulenberg [Sun, 18 Aug 2013 11:00:03 +0000 (13:00 +0200)]
Improve some descriptions of the configuration rules.

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>
10 years agoNew KaGaPa-phonetic layout for Kannada and Telugu
Sergey Udaltsov [Sun, 18 Aug 2013 23:44:30 +0000 (00:44 +0100)]
New KaGaPa-phonetic layout for Kannada and Telugu

https://bugs.freedesktop.org/show_bug.cgi?id=68241

10 years agoFixes to DIN T3 layout:
Andreas Wettstein [Sat, 3 Aug 2013 16:31:37 +0000 (18:31 +0200)]
Fixes to DIN T3 layout:

- Use standard compliant to access the "common secondary group" and Level 3,
  using latches.  This requires Xorg server 1.15 or up to work.

- Avoid binding Level5 to Shift, by changing the compat for ISO_Level5_Latch
  and ISO_Level5_Lock.  They now look like the Level3-keysyms.  Only de(T3) and
  de(neo) use these two keysyms, no backward compatibility issues are to be
  expected.  For T3, changing ISO_Level5_Latch would have been sufficient.

- Do not include latin(type4), to avoid populating Level4 with random stuff
  that cannot be removed once users get used to it.

- Consistent use of dead_stroke.

Signed-off-by: Andreas Wettstein <wettstein509@solnet.ch>
10 years agosymbols/latin: add an extra space to combining character, for alignment
Benno Schulenberg [Sat, 10 Aug 2013 10:03:00 +0000 (12:03 +0200)]
symbols/latin: add an extra space to combining character, for alignment

Also widen example key, improve a comment, remove redundant whitespace.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
10 years agoNew KaGaPa-phonetic layout for Devanagari-based langauges (Hindi, Sanskrit, Marathi)
Sergey Udaltsov [Mon, 12 Aug 2013 23:03:33 +0000 (00:03 +0100)]
New KaGaPa-phonetic layout for Devanagari-based langauges (Hindi, Sanskrit, Marathi)

https://bugs.freedesktop.org/show_bug.cgi?id=67993

10 years agoFixing the space key
Richard Allen [Tue, 30 Jul 2013 15:16:34 +0000 (15:16 +0000)]
Fixing the space key

11 years agosymbols/pt: Add backslash to LSGT key on Portuguese keyboard.
Egbert Eich [Fri, 14 Jun 2013 16:00:11 +0000 (18:00 +0200)]
symbols/pt: Add backslash to LSGT key on Portuguese keyboard.

According to
   http://en.wikipedia.org/wiki/File:KB_Portuguese.svg
the 2nd key on the 4th row of the Portuguese keyboard generates
a '\' when pressed with the AltGr modifier.
Add this symbol to the key.
https://bugs.freedesktop.org/show_bug.cgi?id=65769

Signed-off-by: Egbert Eich <eich@freedesktop.org>
11 years agorelease 2.9 xkeyboard-config-2.9
Sergey V. Udaltsov [Tue, 28 May 2013 21:18:34 +0000 (22:18 +0100)]
release 2.9

11 years agoUpdated translations, prerelease
Sergey V. Udaltsov [Tue, 28 May 2013 21:18:15 +0000 (22:18 +0100)]
Updated translations, prerelease

11 years agowrong location of de(legacy)
Sergey V. Udaltsov [Tue, 28 May 2013 21:17:35 +0000 (22:17 +0100)]
wrong location of de(legacy)

11 years agoprerelease
Sergey V. Udaltsov [Tue, 28 May 2013 21:00:01 +0000 (22:00 +0100)]
prerelease

11 years agoAdded RAlt as 3rd level switcher to us(dvp)
Sergey V. Udaltsov [Thu, 16 May 2013 20:45:25 +0000 (21:45 +0100)]
Added RAlt as 3rd level switcher to us(dvp)

https://bugs.freedesktop.org/show_bug.cgi?id=64673

11 years agoFix keyboard indicator for russian (germany, phonetic)
Evgeny Bobkin [Thu, 16 May 2013 12:15:26 +0000 (14:15 +0200)]
Fix keyboard indicator for russian (germany, phonetic)

11 years agoAdded ru(mac)
Sergey V. Udaltsov [Tue, 14 May 2013 22:05:22 +0000 (23:05 +0100)]
Added ru(mac)

https://bugs.freedesktop.org/show_bug.cgi?id=63611

11 years agoFix AE00 alias in olpcm keycodes
Daniel Drake [Wed, 8 May 2013 19:46:19 +0000 (13:46 -0600)]
Fix AE00 alias in olpcm keycodes

The olpcm symbols refer to AE00 but that is not defined anywhere.

https://bugs.freedesktop.org/show_bug.cgi?id=34738

11 years agoAdd XF86AudioMicMute mappings
James M Leddy [Mon, 13 May 2013 18:08:24 +0000 (14:08 -0400)]
Add XF86AudioMicMute mappings

https://bugs.freedesktop.org/show_bug.cgi?id=54171

Signed-off-by: James M Leddy <jm.leddy@gmail.com>
11 years agoadd support for the OLPC mechanical non-membrane keyboard
Walter Bender [Sat, 20 Apr 2013 16:02:25 +0000 (12:02 -0400)]
add support for the OLPC mechanical non-membrane keyboard

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.

11 years agorules: fix iso639 code for irish
Peter Hutterer [Tue, 16 Apr 2013 07:18:39 +0000 (17:18 +1000)]
rules: fix iso639 code for irish

"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>
11 years agoFixed Congolese
Sergey V. Udaltsov [Wed, 10 Apr 2013 22:50:18 +0000 (23:50 +0100)]
Fixed Congolese

https://bugs.freedesktop.org/show_bug.cgi?id=63150

11 years agoFixed UK Macbook Pro layouts
Sergey V. Udaltsov [Tue, 2 Apr 2013 22:52:51 +0000 (23:52 +0100)]
Fixed UK Macbook Pro layouts

https://bugs.freedesktop.org/show_bug.cgi?id=45080

11 years agoFixed fypo
Sergey V. Udaltsov [Sun, 31 Mar 2013 21:13:47 +0000 (22:13 +0100)]
Fixed fypo

https://bugs.freedesktop.org/show_bug.cgi?id=54137