blob: 6cb5fa314577ce2d8952377dac5321caf2e6801a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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";
};
|