blob: 5343673c14f73ffcb3c15769dfee266f9a7c3ecf (
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)"
};
|