xorg/xkeyboard-config
11 years agoUse recently added mnemonic symbols in symbols/fi
Marko Myllynen [Fri, 24 Aug 2012 08:08:13 +0000 (11:08 +0300)] 
Use recently added mnemonic symbols in symbols/fi

These mnemonic symbols are available with xproto-7.0.23 + libX11-1.5.0.
https://bugs.freedesktop.org/show_bug.cgi?id=53995

11 years agoAdd missing U to unicode keysym in symbols/us intl-unicode
Ran Benita [Thu, 16 Aug 2012 07:25:55 +0000 (10:25 +0300)] 
Add missing U to unicode keysym in symbols/us intl-unicode

Signed-off-by: Ran Benita <ran234@gmail.com>
11 years agoExtended mapping for level6 in EIGHT_LEVEL_SEMIALPHABETIC
Sergey V. Udaltsov [Wed, 8 Aug 2012 23:20:27 +0000 (00:20 +0100)] 
Extended mapping for level6 in EIGHT_LEVEL_SEMIALPHABETIC

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

11 years agoMaking tilda not "dead" in German
Sergey V. Udaltsov [Sun, 5 Aug 2012 18:53:59 +0000 (19:53 +0100)] 
Making tilda not "dead" in German

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

11 years agoAdd Colemak variant to Norwegian keyboard layout
Stian Viskjer [Sun, 15 Jul 2012 20:59:11 +0000 (22:59 +0200)] 
Add Colemak variant to Norwegian keyboard layout

This patch adds the Colemak (http://colemak.com/) variant to the
Norwegian keyboard layout.

Signed-off-by: Stian Viskjer <stian@viskjer.net>
11 years agosymbols: keypad can only have one default section
Peter Hutterer [Thu, 28 Jun 2012 23:53:45 +0000 (09:53 +1000)] 
symbols: keypad can only have one default section

Warning:          Multiple default components in keypad
                  Using x11, ignoring pointerkeys

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
11 years agosymbols: ossmath is CTRL+ALT, not FOUR_LEVEL (#43541)
Peter Hutterer [Thu, 21 Jun 2012 00:16:31 +0000 (10:16 +1000)] 
symbols: ossmath is CTRL+ALT, not FOUR_LEVEL (#43541)

having KPMU defined as FOUR_LEVEL, with 4 symbols only, triggers an xkb
error when the keypad stuff picks up the CTRL+ALT (from x11) and waits for 5
symbols instead.

X.Org Bug 43541 <http://bugs.freedesktop.org/show_bug.cgi?id=43541>

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
11 years agoRemove redundant `include' in definition of xkb_symbols "alt-intl-unicode"
Michael Witten [Wed, 20 Jun 2012 03:52:39 +0000 (03:52 +0000)] 
Remove redundant `include' in definition of xkb_symbols "alt-intl-unicode"

The definition of:

  xkb_symbols "alt-intl-unicode"

contains:

  include "level3(ralt_switch)"

However, it also contains:

  include "us(intl-unicode)"

which in turn already contains:

  include "level3(ralt_switch)"

Now, an argument can be made that it's more self-documenting to
repeat the directive, but that seems like a fairly weak argument,
especially given that most of "alt-intl-unicode" is inherited
from "intl-unicode" anyway.

11 years agoRemove extant reference to the `symbols/extras' directory
Michael Witten [Wed, 20 Jun 2012 03:49:04 +0000 (03:49 +0000)] 
Remove extant reference to the `symbols/extras' directory

The following command:

  setxkbmap -layout us -variant alt-intl-unicode

was yielding this unhelpful error:

  Error loading new keyboard description":

The reason is that the following commit:

  commit f836c210a4e4007715b149d4736a447c56b7cbaa
  Author: Sergey V. Udaltsov <svu@gnome.org>
  Date:   Wed Mar 2 23:56:25 2011 +0000

      The extra symbols are merged back into the base files

      The rules are not powerful enough to support the extras subdir.
      So the variants are merged into "main" files.
      From now on, the "extra" term only affects the directory: whether
      the record is in base.xml.in or base.extras.xml.in

removed the `symbols/extras' directory, but accidentally left a
reference to it in the definition of xkb_symbols "alt-intl-unicode":

  include "extras/us(intl-unicode)"

11 years agoReverting broken fix for is keyboard
Sergey V. Udaltsov [Fri, 1 Jun 2012 21:20:01 +0000 (22:20 +0100)] 
Reverting broken fix for is keyboard

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

11 years agoPreparing 2.6
Sergey V. Udaltsov [Tue, 29 May 2012 22:50:16 +0000 (23:50 +0100)] 
Preparing 2.6

11 years agopre-release sync from TP
Sergey V. Udaltsov [Tue, 29 May 2012 22:42:35 +0000 (23:42 +0100)] 
pre-release sync from TP

11 years agoFixed Korean layout switching keys
Sergey V. Udaltsov [Tue, 22 May 2012 23:34:16 +0000 (00:34 +0100)] 
Fixed Korean layout switching keys

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

11 years agoAdd extra greater and less symbols to es(dvorak)
Ismael Luceno [Mon, 21 May 2012 10:27:11 +0000 (07:27 -0300)] 
Add extra greater and less symbols to es(dvorak)

This is required to use it on English keyboards.

Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com>
https://bugs.freedesktop.org/show_bug.cgi?id=50167

11 years agoUpdate FR OLPC layout
Daniel Drake [Thu, 17 May 2012 20:21:00 +0000 (14:21 -0600)] 
Update FR OLPC layout

Some keys have only two characters printed: the unmodified character,
and a character in the Shift+AltGr position (upper right).
For such keys, users were confused why the "other" character could not
be accessed with AltGr alone.

Make such keys behave shift-invariant to remove this confusion.

Also add some obvious omissions from the previous submission fixing
various other keys that weren't working as printed.

The corresponding keyboard can be seen here:
http://wiki.laptop.org/go/OLPC_Azerty_Keyboard

Investigation and original patch from Walter Bender.

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

11 years agoChange Occitan layout inheritance to fr(oss)
T Metz [Tue, 8 May 2012 20:02:07 +0000 (22:02 +0200)] 
Change Occitan layout inheritance to fr(oss)

11 years agoThe group name for it(us) fixed
Sergey V. Udaltsov [Mon, 7 May 2012 02:11:23 +0000 (03:11 +0100)] 
The group name for it(us) fixed

The name of included us(euro) was used, because it was after the local group name specification. Fixed.

11 years agoReturned de(qwerty), not the same as us(de)
Sergey V. Udaltsov [Fri, 4 May 2012 22:38:52 +0000 (23:38 +0100)] 
Returned de(qwerty), not the same as us(de)

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

11 years agoAdded a couple of missing Montenegrian chars to me variants
Sergey V. Udaltsov [Tue, 1 May 2012 18:14:42 +0000 (19:14 +0100)] 
Added a couple of missing Montenegrian chars to me variants

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

11 years agolatin: Add dead_hook and dead_horn to J key level 3, 4
Bryce Harrington [Mon, 30 Apr 2012 21:18:49 +0000 (14:18 -0700)] 
latin: Add dead_hook and dead_horn to J key level 3, 4

Signed-off-by: Bryce Harrington <bryce@canonical.com>
11 years agoAdded missing tilde to dk(dvorak)
Sergey V. Udaltsov [Mon, 30 Apr 2012 23:37:26 +0000 (00:37 +0100)] 
Added missing tilde to dk(dvorak)

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

12 years agoUse upstream gettext instead the GLib one
Javier Jardón [Tue, 17 Apr 2012 11:13:48 +0000 (12:13 +0100)] 
Use upstream gettext instead the GLib one

The upstream tool is actively mantained and also we avoid a dependency
on GLib.

12 years agoSmall corrections in de(neo) layout
Stephan Hilb [Mon, 6 Feb 2012 12:19:02 +0000 (13:19 +0100)] 
Small corrections in de(neo) layout

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

12 years agoCzech (qwerty) layout has " instead of ß in the 4th level
Sergey V. Udaltsov [Sun, 8 Apr 2012 04:41:11 +0000 (05:41 +0100)] 
Czech (qwerty) layout has " instead of ß in the 4th level

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

12 years agoincluding base.extras.xml.in
Dennis Meulensteen [Sun, 1 Apr 2012 19:39:15 +0000 (21:39 +0200)] 
including base.extras.xml.in

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

12 years agoCommited change to add Biblical Hebrew SIL Layout amended e-mail.
Dennis Meulensteen [Sun, 1 Apr 2012 19:02:08 +0000 (21:02 +0200)] 
Commited change to add Biblical Hebrew SIL Layout amended e-mail.

12 years agoAddition of characters to Hindi (Bolnagri) section
Sergey V. Udaltsov [Fri, 6 Apr 2012 02:59:27 +0000 (03:59 +0100)] 
Addition of characters to Hindi (Bolnagri) section

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

12 years agoJapanese Dvorak layout
Sergey V. Udaltsov [Tue, 27 Mar 2012 20:03:51 +0000 (21:03 +0100)] 
Japanese Dvorak layout

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

12 years agoMissing file
Sergey V. Udaltsov [Tue, 27 Mar 2012 19:18:08 +0000 (20:18 +0100)] 
Missing file

Introduced in 882f5470713d30dffd7d5158399a158330363860

12 years agoAdded us(cz_sk_de)
Sergey V. Udaltsov [Sun, 25 Mar 2012 22:08:15 +0000 (23:08 +0100)] 
Added us(cz_sk_de)

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

12 years agoFor fr(oss), some application can't handle space caracter properly
Sergey V. Udaltsov [Sat, 24 Mar 2012 22:16:47 +0000 (22:16 +0000)] 
For fr(oss), some application can't handle space caracter properly

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

12 years agoUse of dead_greek symbol in Bepo's keyboard layout
Sergey V. Udaltsov [Thu, 22 Mar 2012 09:41:14 +0000 (09:41 +0000)] 
Use of dead_greek symbol in Bepo's keyboard layout

12 years agoUnused file
Sergey V. Udaltsov [Wed, 21 Mar 2012 10:00:14 +0000 (10:00 +0000)] 
Unused file

12 years agoEliminating ISO Lock
Sergey V. Udaltsov [Wed, 21 Mar 2012 09:59:45 +0000 (09:59 +0000)] 
Eliminating ISO Lock

12 years agoUnneeded keypad overlay compat modules
Sergey V. Udaltsov [Sat, 10 Mar 2012 23:10:12 +0000 (23:10 +0000)] 
Unneeded keypad overlay compat modules

12 years agoRemoving mac-specific dk(full)
Sergey V. Udaltsov [Sat, 10 Mar 2012 10:47:02 +0000 (10:47 +0000)] 
Removing mac-specific dk(full)

Using non-existing include iso9995-3 means it was not used

12 years agoUnneed norepeat compat section
Sergey V. Udaltsov [Sat, 10 Mar 2012 10:45:00 +0000 (10:45 +0000)] 
Unneed norepeat compat section

12 years agoUnneeded old stuff
Sergey V. Udaltsov [Sat, 10 Mar 2012 10:41:10 +0000 (10:41 +0000)] 
Unneeded old stuff

12 years agoAdded some more chars to us(hbs)
Sergey V. Udaltsov [Thu, 23 Feb 2012 18:34:08 +0000 (18:34 +0000)] 
Added some more chars to us(hbs)

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

12 years agoFixed ru(cv), wrong characters
Sergey V. Udaltsov [Tue, 14 Feb 2012 17:53:13 +0000 (17:53 +0000)] 
Fixed ru(cv), wrong characters

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

12 years agoFixed the key AE04 in no(dvorak)
Sergey V. Udaltsov [Tue, 14 Feb 2012 00:46:06 +0000 (00:46 +0000)] 
Fixed the key AE04 in no(dvorak)

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

12 years agopreparing 2.5.1
Sergey V. Udaltsov [Tue, 31 Jan 2012 22:39:55 +0000 (22:39 +0000)] 
preparing 2.5.1

12 years agoprerelease translation update
Sergey V. Udaltsov [Tue, 31 Jan 2012 22:39:40 +0000 (22:39 +0000)] 
prerelease translation update

12 years agoFixed Armenian hyphen
Sergey V. Udaltsov [Sat, 21 Jan 2012 09:03:27 +0000 (09:03 +0000)] 
Fixed Armenian hyphen

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

12 years agoPreparing 2.5
Sergey V. Udaltsov [Thu, 19 Jan 2012 23:30:35 +0000 (23:30 +0000)] 
Preparing 2.5

12 years agoPre-release PO sync
Sergey V. Udaltsov [Thu, 19 Jan 2012 23:27:39 +0000 (23:27 +0000)] 
Pre-release PO sync

12 years agoHide ClearGrab/CloseGrabs actions behind an option
Daniel Stone [Thu, 19 Jan 2012 05:36:16 +0000 (16:36 +1100)] 
Hide ClearGrab/CloseGrabs actions behind an option

Similar to how we put the Terminate mapping behind an option rather than
enabling it by default, put the ClearGrab/CloseGrab action handlers
behind an option too, so we don't ship 'break my screensaver'.  Oops.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
12 years agoFixed no(dvorak), AD12
Sergey V. Udaltsov [Thu, 19 Jan 2012 23:21:41 +0000 (23:21 +0000)] 
Fixed no(dvorak), AD12

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

12 years agoUpdated metainfo for apl layout
Sergey V. Udaltsov [Sat, 7 Jan 2012 23:49:06 +0000 (23:49 +0000)] 
Updated metainfo for apl layout

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

12 years agoMaking consistent CTRL+SHIFT toggle
Sergey V. Udaltsov [Wed, 28 Dec 2011 02:15:12 +0000 (02:15 +0000)] 
Making consistent CTRL+SHIFT toggle

The default switchers are changed to switch to next group.
The old behavior is kept in _bidir options

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

12 years agoMaking consistent CTRL+ALT toggle
Sergey V. Udaltsov [Wed, 28 Dec 2011 01:46:39 +0000 (01:46 +0000)] 
Making consistent CTRL+ALT toggle

The default switchers are changed to switch to next group.
The old behavior is kept in _bidir options

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

12 years agoMerge branch 'master' of git+ssh://git.freedesktop.org/git/xkeyboard-config
Sergey V. Udaltsov [Mon, 26 Dec 2011 12:30:23 +0000 (12:30 +0000)] 
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xkeyboard-config

12 years agoSeparating lalt_lshift_toggle option
Sergey V. Udaltsov [Mon, 26 Dec 2011 12:26:35 +0000 (12:26 +0000)] 
Separating lalt_lshift_toggle option

https://bugs.freedesktop.org/show_bug.cgi?id=43922
Now, alt_shift_toggle is composed of "right" and "left" blocks.  Also, it is one-direction ("Next") only.  For people who need both directions, the "bidir" option is introduced but not advertised in xml - because GUI tools usually belong to DEs that perform one-way circular layout switching.

12 years agoupdated apl layout
Sergey V. Udaltsov [Sat, 24 Dec 2011 20:26:55 +0000 (20:26 +0000)] 
updated apl layout

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

12 years agoRemoved overriding LFSH and RTSH
Sergey V. Udaltsov [Thu, 22 Dec 2011 00:50:22 +0000 (00:50 +0000)] 
Removed overriding LFSH and RTSH

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

12 years agorules: Serbian keyboards are cyrillic by default, say so
Peter Hutterer [Thu, 15 Dec 2011 05:53:55 +0000 (15:53 +1000)] 
rules: Serbian keyboards are cyrillic by default, say so

https://bugzilla.redhat.com/show_bug.cgi?id=755609
https://bugs.freedesktop.org/show_bug.cgi?id=43850

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
12 years agoFixed Congo-Kinshasa
Sergey V. Udaltsov [Sun, 4 Dec 2011 22:31:14 +0000 (22:31 +0000)] 
Fixed Congo-Kinshasa

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

12 years agoRemoved unneeded .spec
Sergey V. Udaltsov [Wed, 30 Nov 2011 00:30:25 +0000 (00:30 +0000)] 
Removed unneeded .spec

It is not properly maintained anyway - and distros are doing it themselves

12 years agoSmall fixes to Icelandic
Sergey V. Udaltsov [Tue, 29 Nov 2011 23:43:50 +0000 (23:43 +0000)] 
Small fixes to Icelandic

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

12 years agoUnneeded language removed from tw default variant
Sergey V. Udaltsov [Mon, 21 Nov 2011 23:59:51 +0000 (23:59 +0000)] 
Unneeded language removed from tw default variant

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

12 years agoExtend BackSpace to the 2nd group
Sergey V. Udaltsov [Sun, 20 Nov 2011 20:03:26 +0000 (20:03 +0000)] 
Extend BackSpace to the 2nd group

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

12 years agoAdd an option to map Zenkaku_Hankaku to Escape.
Daiki Ueno [Wed, 9 Nov 2011 08:19:52 +0000 (17:19 +0900)] 
Add an option to map Zenkaku_Hankaku to Escape.

12 years agoA couple of symbols added to tw layout for Paiwan
Sergey V. Udaltsov [Thu, 17 Nov 2011 19:40:23 +0000 (19:40 +0000)] 
A couple of symbols added to tw layout for Paiwan

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

12 years agoCommented out broken level5 options
Sergey V. Udaltsov [Mon, 17 Oct 2011 20:01:46 +0000 (21:01 +0100)] 
Commented out broken level5 options

Since lvl5:*cancel options are not working anyway - no need to show them.
https://bugs.freedesktop.org/show_bug.cgi?id=41621

12 years agoFixed uk(mac)
Sergey V. Udaltsov [Sun, 16 Oct 2011 22:16:19 +0000 (23:16 +0100)] 
Fixed uk(mac)

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

12 years agoImproved description
Sergey V. Udaltsov [Sun, 16 Oct 2011 20:48:18 +0000 (21:48 +0100)] 
Improved description

12 years agoFix "mac style" numpad
Sergey V. Udaltsov [Sun, 16 Oct 2011 20:36:48 +0000 (21:36 +0100)] 
Fix "mac style" numpad

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

12 years agoSmall fix for cz layout
Sergey V. Udaltsov [Sun, 9 Oct 2011 21:57:28 +0000 (22:57 +0100)] 
Small fix for cz layout

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

12 years agoImproved descriptions for level3, level5 latches
Sergey V. Udaltsov [Sun, 9 Oct 2011 21:48:00 +0000 (22:48 +0100)] 
Improved descriptions for level3, level5 latches

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

12 years agoBelarussian description: be->by
Sergey V. Udaltsov [Sun, 9 Oct 2011 15:52:52 +0000 (16:52 +0100)] 
Belarussian description: be->by

12 years agoAdding some l10n comments
Sergey V. Udaltsov [Sun, 9 Oct 2011 15:49:29 +0000 (16:49 +0100)] 
Adding some l10n comments

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

12 years agoLevels 2-4 for CTRL+ALT are propagated from level 1
Sergey V. Udaltsov [Wed, 5 Oct 2011 21:26:26 +0000 (22:26 +0100)] 
Levels 2-4 for CTRL+ALT are propagated from level 1

12 years agopreparing emergency 2.4.1
Sergey V. Udaltsov [Tue, 4 Oct 2011 22:19:54 +0000 (23:19 +0100)] 
preparing emergency 2.4.1

12 years agoFixing keys using CTRL+ALT type
Sergey V. Udaltsov [Sat, 1 Oct 2011 19:46:57 +0000 (20:46 +0100)] 
Fixing keys using CTRL+ALT type

https://bugs.freedesktop.org/show_bug.cgi?id=41297
A number of keys used 2nd level for CTRL+ALT action,
now they are using level 5

12 years agoSynced description
Sergey V. Udaltsov [Thu, 29 Sep 2011 23:54:24 +0000 (00:54 +0100)] 
Synced description

12 years agorules: rename Bengali variants for 'in' to Bengali (India)
Peter Hutterer [Wed, 28 Sep 2011 00:27:33 +0000 (10:27 +1000)] 
rules: rename Bengali variants for 'in' to Bengali (India)

This lines up the Bengali variants on the 'in' layout with other so that the
use of the 'Bengali' description is unique to the 'bd' layout.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
12 years agofixed version number
Sergey V. Udaltsov [Tue, 27 Sep 2011 21:36:06 +0000 (22:36 +0100)] 
fixed version number

12 years agopreparing 2.4.0
Sergey V. Udaltsov [Tue, 27 Sep 2011 21:23:04 +0000 (22:23 +0100)] 
preparing 2.4.0

12 years agosyncing translations
Sergey V. Udaltsov [Tue, 27 Sep 2011 21:20:49 +0000 (22:20 +0100)] 
syncing translations

12 years agoUpdated Cameroon layout
Sergey V. Udaltsov [Thu, 15 Sep 2011 20:42:33 +0000 (21:42 +0100)] 
Updated Cameroon layout

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

12 years agoThere should not be dead keys in de(nodeadkeys)
Sergey V. Udaltsov [Wed, 10 Aug 2011 20:41:50 +0000 (21:41 +0100)] 
There should not be dead keys in de(nodeadkeys)

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

12 years agoSmall reorganization in ctrl:* option names
Sergey V. Udaltsov [Sat, 6 Aug 2011 20:47:53 +0000 (21:47 +0100)] 
Small reorganization in ctrl:* option names

There was no convention for the option names.
Now, where it is possible, the convention is <keycode>_<keysym>
(when <keycode> is mapped to <keysym>)

12 years agoAdded option to use RAlt as RCtrl
Sergey V. Udaltsov [Sat, 6 Aug 2011 20:35:23 +0000 (21:35 +0100)] 
Added option to use RAlt as RCtrl

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

12 years agoUpdated Latvian Modern layout to lastest stable version
Aldis Berjoza [Sat, 30 Jul 2011 09:22:22 +0000 (12:22 +0300)] 
Updated Latvian Modern layout to lastest stable version

12 years agoAdded missing mapping to Estonian
Sergey V. Udaltsov [Mon, 25 Jul 2011 21:11:52 +0000 (22:11 +0100)] 
Added missing mapping to Estonian

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

12 years agoCompat: Add grab/window logging actions
Daniel Stone [Tue, 21 Jun 2011 17:01:42 +0000 (18:01 +0100)] 
Compat: Add grab/window logging actions

XF86LogWindowTree and XF86LogGrabInfo, included in very recent x11proto,
are new symbols to trigger the PrGrbs and PrWins actions, respectively.
These are new debugging actions which print useful information to the X
log.

See http://lists.x.org/archives/xorg-devel/2011-June/023314.html for
more information.  (Note that there is a slight mismatch with some of
the action names there, which was fixed in a later revision of the
patch.)

This should probably only be included in a new major release though, due
to http://cgit.freedesktop.org/xorg/app/xkbcomp/commit/?id=2a473b which
meant that using any unknown keysyms in an interp definition meant that
it turned into an Any+AnyOfOrNone(All) definition, so all your
non-action keys just dumped the window tree to the X log and did nothing
else.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
12 years agosymbols/ma: Replace NoAction with NoSymbol
Daniel Stone [Tue, 21 Jun 2011 17:01:41 +0000 (18:01 +0100)] 
symbols/ma: Replace NoAction with NoSymbol

I assume this is what they intended, and is a lot more sensible.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
12 years agoMove switch VT mapping to 5th level, amending CTRL+ALT
Sergey V. Udaltsov [Wed, 15 Jun 2011 20:40:11 +0000 (21:40 +0100)] 
Move switch VT mapping to 5th level, amending CTRL+ALT

The idea is to allow functional keys to have mappings on 2-4 levels (with Shift and RAlt)
https://bugs.freedesktop.org/show_bug.cgi?id=11822

12 years agosymbols: remove pc(function), srvr_ctrl(fkey2vt) does the same
Peter Hutterer [Wed, 2 Mar 2011 00:53:34 +0000 (10:53 +1000)] 
symbols: remove pc(function), srvr_ctrl(fkey2vt) does the same

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
12 years agotemporary man pages should not annoy me
Sergey V. Udaltsov [Mon, 13 Jun 2011 23:13:04 +0000 (00:13 +0100)] 
temporary man pages should not annoy me

12 years agoUse XSL to generate man page from the rules XML
Peter Hutterer [Mon, 13 Jun 2011 22:39:30 +0000 (23:39 +0100)] 
Use XSL to generate man page from the rules XML

Generate a man-page from the evdev.xml through the xslt/man.xsl stylesheet.

Adds a requirement on the xorg util-macros and xsltproc.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
12 years agoGerman layout with Hungarian letters added
Kristof Szabo [Sat, 11 Jun 2011 21:21:50 +0000 (23:21 +0200)] 
German layout with Hungarian letters added

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

12 years agoRevert "Use XSL to generate man page from the rules XML"
Sergey V. Udaltsov [Thu, 9 Jun 2011 21:15:39 +0000 (22:15 +0100)] 
Revert "Use XSL to generate man page from the rules XML"

This reverts commit 35dc61af79dba32653ec97bd455b428b9cdb681d.

12 years agoUse XSL to generate man page from the rules XML
Peter Hutterer [Wed, 8 Jun 2011 02:50:49 +0000 (12:50 +1000)] 
Use XSL to generate man page from the rules XML

Take evdev.xml and convert it into a man page, install it as
xkeyoard-config.7 man page to list all option that xkeyboard-config
provides.

man.xsl is badly indented because I couldn't figure out how to make xsl
ignore whitespaces properly.

Adds a requirement on the xorg util-macros.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
12 years agoAdded four new Bengali Keyboard Layout
Promathesh Mandal [Wed, 8 Jun 2011 09:05:35 +0000 (14:35 +0530)] 
Added four new Bengali Keyboard Layout

12 years agoFixed cz(qwerty)
Sergey V. Udaltsov [Wed, 8 Jun 2011 19:27:09 +0000 (20:27 +0100)] 
Fixed cz(qwerty)

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

12 years agoGot rid of de(qwerty)
Sergey V. Udaltsov [Sun, 5 Jun 2011 00:29:43 +0000 (01:29 +0100)] 
Got rid of de(qwerty)

Permitted by Matej Kosik (the author), in favor of de(us)

12 years agoFirst bit of hw information in the database
Sergey V. Udaltsov [Fri, 3 Jun 2011 17:21:55 +0000 (18:21 +0100)] 
First bit of hw information in the database

12 years agoBump the version
Sergey V. Udaltsov [Wed, 1 Jun 2011 23:06:45 +0000 (00:06 +0100)] 
Bump the version

12 years agofixed descriptions for cm variants
Sergey V. Udaltsov [Wed, 1 Jun 2011 20:31:33 +0000 (21:31 +0100)] 
fixed descriptions for cm variants

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