aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/keymap/sgi_vndr/dk
blob: 017443d5673e1432098214455d14f16eb008ee0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
default xkb_keymap "indy" {
    xkb_keycodes	{ include "sgi_vndr/indy(universal)"			};
    xkb_types		{ include "default"				};
    xkb_compatibility	{ include "default"				};
    xkb_symbols 	{ include "en_US(pc_universal)+dk"		};
    xkb_geometry	{ include "sgi_vndr/indy(pc102)"			};
};
xkb_keymap "indy_nodeadkeys" {
    xkb_keycodes	{ include "sgi_vndr/indy(universal)"		};
    xkb_types		{ include "default"			};
    xkb_compatibility	{ include "default"			};
    xkb_symbols 	{ 
	include "en_US(pc_universal_nodeadkeys)+dk(nodeadkeys)"
    };
    xkb_geometry	{ include "sgi_vndr/indy(pc102)"		};
};
xkb_keymap "indigo" {
    xkb_keycodes	{ include "sgi_vndr/indigo(pc102)"		};
    xkb_types		{ include "default"			};
    xkb_compatibility	{ include "default"			};
    xkb_symbols 	{ include "en_US(pc102)+dk"		};
    xkb_geometry	{ include "sgi_vndr/indigo(pc102)"		};
};
xkb_keymap "indigo_nodeadkeys" {
    xkb_keycodes	{ include "sgi_vndr/indigo(pc102)"		};
    xkb_types		{ include "default"			};
    xkb_compatibility	{ include "default"			};
    xkb_symbols 	{ 
	include "en_US(pc102_nodeadkeys)+dk(nodeadkeys)"
    };
    xkb_geometry	{ include "sgi_vndr/indigo(pc102)"		};
};