//
// CDDL HEADER START
//
// The contents of this file are subject to the terms of the
// Common Development and Distribution License (the "License").
// You may not use this file except in compliance with the License.
//
// You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
// or http://www.opensolaris.org/os/licensing.
// See the License for the specific language governing permissions
// and limitations under the License.
//
// When distributing Covered Code, include this CDDL HEADER in each
// file and include the License file at src/OPENSOLARIS.LICENSE.
// If applicable, add the following below this CDDL HEADER, with the
// fields enclosed by brackets "[]" replaced with your own identifying
// information: Portions Copyright [yyyy] [name of copyright owner]
//
// CDDL HEADER END
//

// $XConsortium: gb /main/3 1996/08/31 12:19:51 kaleb $
partial default alphanumeric_keys 
xkb_symbols "basic" {

    // Describes the differences between a very simple en_US
    // keyboard and a very simple U.K. keyboard layout defined by
    // the SVR4 European Language Supplement and sometimes also
    // known as the IBM 166 layout.


    name[Group1]= "Great Britain";

    key <TLDE> {	[           grave,         notsign      ],	
    			[	      bar,             bar	]	};
    key <LSGT> {	[       backslash,	 brokenbar  	],	
			[	      bar,	 brokenbar	]	};
    key <AE02> {	[               2,        quotedbl     	]	};
    key <AE03> {	[               3,        sterling     	]	};
    key <AC11> {	[      apostrophe,              at 	]	};
    key <BKSL> {	[      numbersign,      asciitilde	]	};

    // End alphanumeric section
    
    // begin modifier mappings
    
    modifier_map Shift  { Shift_L };
    modifier_map Lock   { Caps_Lock };
    modifier_map Control{ Control_L };
    modifier_map Mod3   { Mode_switch };
};

partial alphanumeric_keys 
xkb_symbols "ibm168" {

    // Describes the differences between a very simple en_US
    // keyboard and a very simple U.K. keyboard
    // Based on the IBM 168

    name[Group1]= "Great Britain";

    key <TLDE> {	[        backslash,            bar      ]	};
    key <LSGT> {	[        brokenbar, horizconnector	]	};
    key <AE02> {	[               2,        quotedbl     	],
			[     twosuperior,     twosuperior	]	};
    key <AE03> {	[               3,        sterling     	],
			[   threesuperior,   threesuperior	]	};
    key <AE05> {	[		5,	   percent	],
			[	  onehalf,         onehalf	]	};
    key <AE07> {	[		7			]	};
    key <AE08> {	[		8,	 parenleft	]	};
    key <AE09> {	[		9,	parenright	],
			[	plusminus,       plusminus	]	};
    key <AE10> {	[		0,	numbersign	],
			[	   degree,	    degree	]	};
    key <AE11> {	[ 	    minus,	     equal	]	};
    key <AE12> {	[	  notsign,	underscore	]	};
    key <AD11> {	[	       at,           grave	]	};
    key <AD12> {	[     bracketleft,	 braceleft	],
			[      asciitilde,      asciitilde	]	};
    key <AC10> {	[       semicolon,            plus 	]	};
    key <AC11> {	[           colon,  periodcentered	],
			[	    caret,	     caret	]	};
    key <AB07> {	[		m,		 M	],
			[	       mu,              mu	]	};
    key <BKSL> {	[    bracketright,      braceright	]	};

    // End alphanumeric section
    
    // begin modifier mappings
    
    modifier_map Shift  { Shift_L };
    modifier_map Lock   { Caps_Lock };
    modifier_map Control{ Control_L };
    modifier_map Mod3   { Mode_switch };
};

partial alphanumeric_keys 
xkb_symbols "nodeadkeys" {
    include "gb(basic)" // for naming consistency
};
