Comment 32 for bug 198655

Revision history for this message
In , yngens (foranycase) wrote :

Ilyas, I am trying to apply the second patch and unfortunately does not go very well. After entering 'patch -p0 < file.patch' it just hangs there forever. Checking symbols/kg shows the following (I hope this is an original kg-file):

// $XKeyboardConfig: xkeyboard-config/symbols/kg,v 1.3 2004-12-22 22:55:55 svu Exp $

// based on
// russian standard keyboard
// Yury Fedorov <email address hidden>
// Last Changes 2004/10/25 by Yury Fedorov <email address hidden>
//
// $XFree86: xc/programs/xkbcomp/symbols/pc/kg,v 0.0 Exp $

partial default alphanumeric_keys
xkb_symbols "basic" {

    include "ru(winkeys)"

    name[Group1]= "Kyrgyzstan";

    key.type[group1]="FOUR_LEVEL_ALPHABETIC";

    key <AC07> { [ Cyrillic_o, Cyrillic_O,
                        Cyrillic_o_bar, Cyrillic_O_bar ] };
    key <AD03> { [ Cyrillic_u, Cyrillic_U,
                        Cyrillic_u_straight, Cyrillic_U_straight ] };
    key <AD06> { [ Cyrillic_en, Cyrillic_EN,
                        Cyrillic_en_descender, Cyrillic_EN_descender ] };

    include "level3(ralt_switch)"
};