fi revision 154daed1
1
2partial default alphanumeric_keys 
3xkb_symbols "basic" {
4
5    // Describes the differences between a very simple mac_US
6    // keyboard and a very simple Swedish(Finland) keybaord
7
8    include "macintosh_vndr/se(basic)" // for consistent naming
9    name[Group1]= "Finland - Mac";
10
11};
12
13
14partial alphanumeric_keys 
15xkb_symbols "nodeadkeys" {
16    include "macintosh_vndr/se(basic)"	// for consistent naming
17    name[Group1]= "Finland - Mac, eliminate dead keys";
18};
19