19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
|
|
partial default alphanumeric_keys
|
|
xkb_symbols "basic" {
|
|
|
|
// Describes the differences between a very simple mac_US
|
|
// keyboard and a very simple Swedish(Finland) keybaord
|
|
|
|
include "macintosh_vndr/se(basic)" // for consistent naming
|
|
name[Group1]= "Finland - Mac";
|
|
|
|
};
|
|
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "nodeadkeys" {
|
|
include "macintosh_vndr/se(basic)" // for consistent naming
|
|
name[Group1]= "Finland - Mac, eliminate dead keys";
|
|
};
|