1default partial 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 "macintosh_vndr/us" 8 9 name[Group1]= "United Kingdom - Mac"; 10 11 key <AE02> { [ 2, at, EuroSign ] }; 12 key <AE03> { [ 3, sterling, numbersign ] }; 13 key <TLDE> { [ section, plusminus ] }; 14 key <LSGT> { [ grave, asciitilde ] }; 15 16 include "level3(ralt_switch)" 17}; 18