kinesis revision 154daed1
1// $Xorg: kinesis,v 1.3 2000/08/17 19:54:35 cpqbld Exp $
2//
3default xkb_geometry "model100" {
4
5    // This is an approximate layout for a Kinesis Ergonomic keyboard
6    // Generated completely by eye.  I didn't actually *measure* a real 
7    // keyboard.
8
9    description= "Kinesis Ergonomic Keyboard";
10    width= 421;
11    height= 185;
12
13    shape.cornerRadius= 1;
14    shape "NORM" { { [ 18,18] }, { [2,1], [16,17] } };
15    shape "WIDE" { { [ 21,18] }, { [2,1], [19,17] } };
16    shape "TALL" { { [ 18,37] }, { [2,1], [16,36] } };
17    shape "FKEY" { cornerRadius=0, { [ 10,13] } };
18    shape "LED"  { cornerRadius= 1.5, { [ 3,  3] } };
19    shape "LOGO" { { [ 40, 10 ] } };
20    shape "EDGE" { cornerRadius=5, { [ 421, 185 ] } };
21
22    outline "Edges" {
23	top= 0;
24	left= 0;
25	shape= "EDGE";
26    };
27
28    section "LeftFunction" {
29	left= 15;
30	top=  11;
31	key.shape= "FKEY";
32	key.gap= 3;
33	row {
34	    left= 1;
35	    top= 1;
36	    keys { 
37	    	<ESC>,  <FK01>, <FK02>, <FK03>, <FK04>,
38		<FK05>, <FK06>, <FK07>, <FK08>
39	    };
40	};
41    }; // End of "LeftFunction" section
42
43    section "RightFunction" {
44	left= 290;
45	top=  11;
46	key.shape= "FKEY";
47	key.gap= 3;
48	row {
49	    left= 1;
50	    top= 0.2;
51	    keys {
52		<FK09>, <FK10>, <FK11>, <FK12>, <PRSC>, 
53		<SCLK>, <PAUS>, <FK16>, <FK17>
54	    };
55	};
56    }; // End of "RightFunction" section
57
58    row.vertical= True;
59    row.top= 1;
60    key.gap= 0.5;
61
62    logo "KinesisLogoImage" 	{ 
63	top= 25;
64	left= 240;
65	name= "Kinesis"; 
66	shape= "LOGO"; 
67    };
68
69    indicator.shape= "LED";
70    indicator.top= 30;
71    indicator.onColor= "green";
72    indicator.offColor= "green30";
73    indicator "Caps Lock" { left= 23; };
74
75    section "LeftAlpha" {
76	top=  34;
77	left= 15;
78	row {
79	    left= 2;
80	    key.shape= "WIDE";
81	    keys { <AE12>, <TAB>, <CAPS>, <LFSH> };
82	};
83	row {
84	    top= 4;
85	    left= 24;
86	    keys { <AE01>, <AD01>, { <AC01>, color="grey20" }, <AB01>, <TLDE> };
87	};
88	row {
89	    left= 43;
90	    keys { <AE02>, <AD02>, { <AC02>, color="grey20" }, <AB02>, <INS> };
91	};
92	row {
93	    left= 62;
94	    keys { <AE03>, <AD03>, { <AC03>, color="grey20" }, <AB03>, <LEFT> };
95	};
96	row {
97	    left= 81;
98	    keys { <AE04>, <AD04>, { <AC04>, color="grey20" }, <AB04>, <RGHT> };
99	};
100	row {
101	    left= 100;
102	    keys { <AE05>, <AD05>, <AC05>, <AB05> };
103	};
104    }; // End of "LeftAlpha" section
105
106    indicator "NumLock"  { left= 318; };
107    indicator "Overlay"  { left= 387; };
108    section "RightAlpha" {
109	top= 34;
110	left= 290;
111	row {
112	    left= 2;
113	    keys { <AE06>, <AD06>, <AC06>, <AB06> };
114	};
115	row {
116	    left= 21;
117	    keys { <AE07>, <AD07>, { <AC07>, color="grey20" }, <AB07>, <UP> };
118	};
119    	row {
120	    left= 40;
121	    keys { <AE08>, <AD08>, { <AC08>, color="grey20" }, <AB08>, <DOWN> };
122	};
123	row {
124	    left= 59;
125	    keys { <AE09>, <AD09>, { <AC09>, color="grey20" }, <AB09>, <AD11> };
126	};
127	row {
128	    top= 4;
129	    left= 78;
130	    keys { <AE10>, <AD10>, { <AC10>, color="grey20" }, <AB10>, <AD12> };
131	};
132	row {
133	    left= 97;
134	    key.shape= "WIDE";
135	    keys { <AE11>, <BKSL>, <AC11>, <RTSH> };
136	};
137	overlay "KPAD" {
138	    <AE07>=<NMLK>, <AE08>=<KPEQ>, <AE09>=<KPSL>, <AE10>=<KPMU>,
139	    <AD07>=<KP7>,  <AD08>=<KP8>,  <AD09>=<KP9>,  <AD10>=<KPSU>,
140	    <AC07>=<KP4>,  <AC08>=<KP5>, <AC09>=<KP6>,  <AC10>=<KPAD>,
141	    <AB07>=<KP1>,  <AB08>=<KP2>, <AB09>=<KP3>,  <AB10>=<KPEN>,
142	    <AE10>=<KPDL>, <AE11>=<KPEN>
143	};
144    }; // End of "RightAlpha" section
145
146    section "LeftEdit" {
147	top= 109;
148	left= 123;
149	angle= 20;
150	row.top= -18;
151	row {
152	    top=  1;
153	    left= 1;
154	    keys { { <BKSP>, "TALL" } };
155	};
156	row {
157	    left= 20;
158	    keys { <LCTL>, { <DELE>, "TALL" } };
159	};
160	row {
161	    left= 39;
162	    keys { <LALT>, <HOME>, <END> };
163	};
164    }; // End of "RightEdit" section
165
166    section "RightEdit" {
167	top= 109;
168	left= 302;
169	angle= -20;
170	row.top= -18;
171	row {
172	    left= -57;
173	    keys { <RALT>, <PGUP>, <PGDN> };
174	};
175	row {
176	    left= -38;
177	    keys { <RCTL>, { <RTRN>, "TALL" } };
178	};
179	row {
180	    top=  1;
181	    left= -19;
182	    keys { { <SPCE>, "TALL" } };
183	};
184	overlay "KPAD" {
185	    <SPCE>= <KP0>
186	};
187    }; // End of "Keypad" section
188
189    alias <AC00> = <CAPS>;
190    alias <AA00> = <LCTL>;
191};
192