20 lines
408 B
Plaintext
20 lines
408 B
Plaintext
// $XFree86$
|
|
//
|
|
|
|
partial default alphanumeric_keys
|
|
xkb_symbols "basic" {
|
|
|
|
// Describes the differences between a very simple mac_US
|
|
// keyboard and a very simple Swedish(Finland) keybaord
|
|
|
|
name[Group1]= "Finnish";
|
|
include "macintosh/se(basic)" // for consistent naming
|
|
|
|
};
|
|
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "nodeadkeys" {
|
|
include "macintosh/se(basic)" // for consistent naming
|
|
};
|