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