// IBM_PROLOG_BEGIN_TAG 
// This is an automatically generated prolog. 
//  
// gos720 src/gos/2d/XTOP_R7/data/xkeyboard-config/symbols/al 1.1.1.1 
//  
// Licensed Materials - Property of IBM 
//  
// COPYRIGHT International Business Machines Corp. 2007,2011 
// All Rights Reserved 
//  
// US Government Users Restricted Rights - Use, duplication or 
// disclosure restricted by GSA ADP Schedule Contract with IBM Corp. 
//  
// IBM_PROLOG_END_TAG 
// $XKeyboardConfig: xkbdesc/symbols/al,v 1.5 2004/12/22 21:51:19 svu Exp $

// based on
// albanian keyboard layout
// done by Pablo Saratxaga <pablo@mandrakesoft.com>
//
// $XFree86: xc/programs/xkbcomp/symbols/al,v 1.2 2002/11/22 04:03:28 dawes Exp $

partial default alphanumeric_keys
xkb_symbols "basic" {

    include "latin(type3)"

    name[Group1]="Albania";

    key <AE01>	{ [         1,     exclam,   asciitilde,   dead_tilde ]	};
    key <AE02>	{ [         2,   quotedbl,   dead_caron,    oneeighth ]	};
    key <AE03>	{ [         3, numbersign, dead_circumflex,  sterling ]	};
    key <AE04>	{ [         4,     dollar,   dead_breve,       dollar ]	};
    key <AE05>	{ [         5,    percent, dead_abovering, threeeighths] };
    key <AE06>	{ [         6, asciicircum,  dead_ogonek, fiveeighths ]	};
    key <AE07>	{ [         7,  ampersand,        grave,   dead_grave ]	};
    key <AE08>	{ [         8,   asterisk, dead_abovedot,   trademark ]	};
    key <AE09>	{ [         9,  parenleft,   dead_acute,    plusminus ]	};
    key <AE10>	{ [         0, parenright, dead_doubleacute,   degree ]	};
    key <AE11>	{ [     minus, underscore, dead_diaeresis, questiondown] };

    key <AD03>	{ [         e,          E,     EuroSign,     EuroSign ]	};
    key <AD11>	{ [  ccedilla,   Ccedilla,     division, dead_abovering ] };
    key <AD12>	{ [        at, apostrophe,     multiply,  dead_macron ]	};

    key <AC02>	{ [         s,          S,      dstroke,      section ]	};
    key <AC03>	{ [         d,          D,      Dstroke,          ETH ]	};
    key <AC10>	{ [ediaeresis, Ediaeresis,   dollar, dead_doubleacute ]	};
    key <AC11>	{ [bracketleft,  braceleft,      ssharp,   dead_caron ]	};
    key <TLDE>	{ [ backslash,        bar,      notsign,      notsign ]	};

    key <BKSL>	{ [bracketright, braceright,   currency,   dead_breve ]	};
    key <AB08>	{ [     comma,  semicolon,         less,     multiply ]	};
    key <AB09>	{ [    period,      colon,      greater,     division ]	};
    key <AB10>	{ [     slash,   question, dead_belowdot, dead_abovedot ] };

    include "level3(ralt_switch)"
};

// Added to match IBM KBID 448: ftp://ftp.software.ibm.com/software/globalization/keyboards/KBD448.pdf
// 102 key model with symbols inherited from al(basic) with the modifications shown.
partial alphanumeric_keys
xkb_symbols "aix-448" {
    include "al(basic)"

    name[Group1]="Albania - AIX KBD448";

    key <AD12>	{ [apostrophe,         at,     multiply,     NoSymbol ]	};

    key <AC09>  { [         l,          L,   Lstroke,        NoSymbol ] };

};

// Added to match IBM KBID 452: ftp://ftp.software.ibm.com/software/globalization/keyboards/KBD452.pdf
// 102 key model inherited from al(basic) with modifications shown.
partial alphanumeric_keys
xkb_symbols "aix-452" {
    include "al(basic)"
    name[Group1]= "Albania - AIX KBD452";

    key <TLDE>  { [     grave,    notsign,   bar ] };   
    key <AE02>  { [         2,   quotedbl,   NoSymbol  ] };
    key <AE03>  { [         3,    section,   NoSymbol  ] };
    key <AE07>  { [         7,  ampersand,   braceleft ] };
    key <AE08>  { [         8,   asterisk,   braceright   ] };
    key <AE09>  { [         9,  parenleft,   bracketleft  ] }; 
    key <AE10>  { [         0, parenright,   bracketright ] };

    key <AD06>  { [         y,          Y,   NoSymbol     ] };

    key <AD11>  { [ediaeresis,  Ediaeresis ] };
    key <AD12>  { [apostrophe,          at ] };    

    key <AC10>  { [ semicolon,     colon ] };
    key <AC11>  { [  ccedilla,  Ccedilla ] };
    key <BKSL>  { [numbersign,asciitilde ] };

    key <LSGT>  { [ backslash, brokenbar ] };
    key <AB01>  { [         z,         Z ] };
    key <AB08>  { [     comma,      less ] };
    key <AB09>  { [    period,   greater ] };

};