
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

};

partial alphanumeric_keys 
xkb_symbols "mac" {
    // Alias to keep Gnome UI happy.
    // see https://bugs.launchpad.net/bugs/327963
    include "macintosh_vndr/nl(basic)"
};
