gb revision bfd7cbc1
1partial default alphanumeric_keys 
2xkb_symbols "basic" {
3
4    // Describes the differences between a very simple en_US
5    // keyboard and a very simple U.K. keyboard layout
6
7    include "latin"
8
9    name[Group1]= "United Kingdom - Mac";
10
11    key <AE02> {	[               2,              at,         EuroSign	]	};
12    key <AE03> {	[               3,        sterling,       numbersign	]	};
13
14    // End alphanumeric section
15    
16    include "level3(ralt_switch)"
17};
18