[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#382033: marked as done (Missing keycode mapping in xkb Estonian (ee) mapping)



Your message dated Tue, 8 Aug 2006 22:44:03 +0200
with message-id <20060808204403.GB4719@linuxfr.org>
and subject line Bug#382033: Missing keycode mapping in xkb Estonian (ee) mapping
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xkb-data
Version: 0.8-6

Missing keymapping in Estonian keyboard for keycode <LSGT>.
The mapping for this key schould be this:
key <LSGT> { [    less,    greater,            bar,       brokenbar ] };

Attached the fix with the e-mail.
ee.fixed is the fixed file
ee.diff is the diff against the current ee keymap file.

Janari Põld
33a34
>     key <LSGT>  { [      less,    greater,          bar,    brokenbar ] };
55a57
>     key <LSGT>  { [      less,    greater,          bar,    brokenbar ] }
// $XKeyboardConfig: xkbdesc/symbols/ee,v 1.9 2006-03-16 22:58:05 svu Exp $

// based on
// Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
//
// $XFree86: xc/programs/xkbcomp/symbols/ee,v 1.2 2002/11/22 04:03:28 dawes Exp $

partial default alphanumeric_keys
xkb_symbols "basic" {

    // Describes the differences between a very simple en_US
    // keyboard and a very simple Estonian keyboard
    // This layout conforms to both EVS8:1993 and EVS8:2000 standards

    include "latin(type4)"

    name[Group1]="Estonia";

    key <AE03>	{ [         3, numbersign,     sterling,     sterling ]	};
    key <AE04>	{ [         4,   currency,       dollar,       dollar ]	};
    key <AE11>	{ [      plus,   question,    backslash, questiondown ]	};
    key <AE12>	{ [dead_acute, dead_grave,        grave,   apostrophe ]	};

    key <AD03>	{ [         e,          E,     EuroSign,     EuroSign ]	};
    key <AD11>	{ [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
    key <AD12>	{ [    otilde,     Otilde,      section,  dead_macron ]	};

    key <AC02>	{ [         s,          S,       scaron,       Scaron ]	};
    key <AC10>	{ [odiaeresis, Odiaeresis,   dead_acute, dead_doubleacute ] };
    key <AC11>	{ [adiaeresis, Adiaeresis,  asciicircum,   dead_caron ]	};
    key <TLDE>	{ [dead_caron, dead_tilde,      notsign,      notsign ]	};

    key <BKSL>	{ [apostrophe,   asterisk,      onehalf,   dead_breve ]	};
    key <LSGT>  { [      less,    greater,          bar,    brokenbar ] };
    key <AB01>	{ [         z,          Z,       zcaron,       Zcaron ]	};
    key <AB08>	{ [     comma,  semicolon,         less,     multiply ]	};
    key <AB09>	{ [    period,      colon,      greater,     division ]	};

    include "level3(ralt_switch)"
};

partial alphanumeric_keys
xkb_symbols "nodeadkeys" {

    // Modifies the basic Estonian layout to eliminate all dead keys

    include "ee(basic)"
    name[Group1]="Estonia - Eliminate dead keys";

    key <TLDE>	{ [asciicircum,asciitilde ]	};
    key <AE12>	{ [apostrophe,      grave ]	};
    key <AD11>	{ [udiaeresis, Udiaeresis,    diaeresis,       degree ]	};
    key <AD12>	{ [    otilde,     Otilde,      section,       macron ]	};
    key <AC10>	{ [odiaeresis, Odiaeresis,        acute,  doubleacute ]	};
    key <AC11>	{ [adiaeresis, Adiaeresis,  asciicircum,        caron ]	};
    key <BKSL>	{ [apostrophe,   asterisk,      onehalf,        breve ]	};
    key <LSGT>  { [      less,    greater,          bar,    brokenbar ] }
    key <AB10>	{ [     minus, underscore, dead_belowdot,    abovedot ]	};
};

// Dvorak with Estonian characters
partial alphanumeric_keys
xkb_symbols "dvorak" {
   include "us(dvorak)"
   name[Group1]= "Estonia - Dvorak";
   
    key <AE03>	{ [         3, numbersign,   sterling ]	};
    key <AE04>	{ [         4,     dollar,    section,   currency ]	};
    key <AE05>	{ [         5,    percent,   EuroSign ]	};
    key <AE08>	{ [         8,   asterisk,    onehalf ]	};

    key <AC01>	{ [         a,          A, adiaeresis, Adiaeresis ]	};
    key <AC02>	{ [         o,          O,     otilde,     Otilde ]	};
    key <AC03>	{ [         e,          E, odiaeresis, Odiaeresis ]	};
    key <AC04>	{ [         u,          U, udiaeresis, Udiaeresis ]	};
    key <AC10>	{ [         s,          S,     scaron,     Scaron ]	};   
    key <AB10>	{ [         z,          Z,     zcaron,     Zcaron ]	};

    include "level3(ralt_switch)"
    include "keypad(comma)"
};

--- End Message ---
--- Begin Message ---
On Tue, Aug 08, 2006 at 03:47:43PM +0300, Janari Pold wrote:
> Package: xkb-data
> Version: 0.8-6
> 
> Missing keymapping in Estonian keyboard for keycode <LSGT>.
> The mapping for this key schould be this:
> key <LSGT> { [    less,    greater,            bar,       brokenbar ] };
> 
> Attached the fix with the e-mail.
> ee.fixed is the fixed file
> ee.diff is the diff against the current ee keymap file.

Hi,

there is no bug, you have to set XkbModel to pc102 or pc105.

Denis

--- End Message ---

Reply to: