blob: b60690e4d04ce9c5fa4af71fc31338a19b8bc6ad (
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 mac_US
// keyboard and a very simple netherland keybaord
include "latin"
name[Group1]= "Netherlands - Mac";
include "level3(ralt_switch)"
// do just nothing
};
|