aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/symbols/macintosh_vndr/gb
blob: a6bc48e8cdb8cd5d6803e1e0dcd531d29fa55ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

    include "latin"

    name[Group1]= "United Kingdom - Mac";

    key <AE02> {	[               2,              at,         EuroSign	]	};
    key <AE03> {	[               3,        sterling,       numbersign	]	};

    // End alphanumeric section
    
    include "level3(ralt_switch)"
};