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

Bug#379292: xkb-data hr layout broke the normal AltGr+numbers behaviour



Hi!

Josip Rodin wrote:
> On Thu, Aug 10, 2006 at 08:55:23AM +0200, Denis Barbier wrote:
>>> On a standard Croatian keyboard, the AltGr (right Alt) key is not used as
>>> a "compose" key in combination with the second row of the qwertz keyboard.
>>>
>>> This change annoys me to no end, because right now in order for me to get
>>> the characters tilde (~) or caret (^) I have to make three keypresses
>>> instead of two like everywhere else.
>>>
>>> The change needs to be reverted and the compose thing relegated to an
>>> option. I'll try to find a way to patch this and submit it.
>> Hi Josip,
>>
>> /usr/share/X11/xkb/symbols/hr does not contain any such definition, this
>> is a configuration problem on your side.  Can you please check?
> 
> I don't understand what you are saying. If you have a PC keyboard with AltGr,
> what happens once you run 'setxkbmap hr' and then type AltGr+3?

You can get tilde with shift and that key left of 1/!.

If you want to go back, just add:

key <AE01>  { [         1,     exclam,   asciitilde,   dead_tilde ] };

after include "cs(latin)" in your symbols/hr. It should look like this:

xkb_symbols "basic" {
    name[Group1]="Croatia";
    include "cs(latin)"
    key <AE01>  { [         1,     exclam,   asciitilde,   dead_tilde ] };
};
[...]



Regards,

Vedran Furač






Reply to: