16 lines
294 B
Plaintext
16 lines
294 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
|
||
|
|
||
|
};
|