diff -ruN xc-old/programs/xkbcomp/symbols/macintosh/gb xc/programs/xkbcomp/symbols/macintosh/gb --- xc-old/programs/xkbcomp/symbols/macintosh/gb 2004-04-23 19:54:54.000000000 +0000 +++ xc/programs/xkbcomp/symbols/macintosh/gb 2004-10-26 11:40:11.728581296 +0000 @@ -1,19 +1,20 @@ // $XConsortium: gb /main/3 1996/08/31 12:19:51 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/gb,v 3.3 1996/12/23 07:13:25 dawes Exp $ -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 +partial default alphanumeric_keys +xkb_symbols "basic" { + // Describe the differences between a U.S. Extended Macintosh keyboard + // and a U.K. Extended Macintosh keyboard. - name[Group1]= "Great Britain"; + name[Group1]="Great Britain"; - key { [ 3, sterling ], + key { [ section, plusminus ] }; + key { [], + [ EuroSign ] }; + key { [ 3, sterling ], [ numbersign ] }; + key { [ quoteleft, asciitilde ] }; - // End alphanumeric section - + include "group(switch)" };