blob: 05034701eca2c55988fd2e3f288402769f238b04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
};
|