18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
|
|
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
|
|
|
|
};
|
|
|