solaris revision c067fea9
1//-------------------------------------------------------------------------
2//
3// Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
4//
5// Permission is hereby granted, free of charge, to any person obtaining a
6// copy of this software and associated documentation files (the
7// "Software"), to deal in the Software without restriction, including
8// without limitation the rights to use, copy, modify, merge, publish,
9// distribute, and/or sell copies of the Software, and to permit persons
10// to whom the Software is furnished to do so, provided that the above
11// copyright notice(s) and this permission notice appear in all copies of
12// the Software and that both the above copyright notice(s) and this
13// permission notice appear in supporting documentation.
14//
15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
18// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
19// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
20// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
21// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
22// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
23// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24//
25// Except as contained in this notice, the name of a copyright holder
26// shall not be used in advertising or otherwise to promote the sale, use
27// or other dealings in this Software without prior written authorization
28// of the copyright holder.
29//
30//-------------------------------------------------------------------------
31//
32
33//
34// CDDL HEADER START
35//
36// The contents of this file are subject to the terms of the
37// Common Development and Distribution License (the "License").
38// You may not use this file except in compliance with the License.
39//
40// You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
41// or http://www.opensolaris.org/os/licensing.
42// See the License for the specific language governing permissions
43// and limitations under the License.
44//
45// When distributing Covered Code, include this CDDL HEADER in each
46// file and include the License file at src/OPENSOLARIS.LICENSE.
47// If applicable, add the following below this CDDL HEADER, with the
48// fields enclosed by brackets "[]" replaced with your own identifying
49// information: Portions Copyright [yyyy] [name of copyright owner]
50//
51// CDDL HEADER END
52//
53
54// Default map provides backwards compatibility with Sun keyboards from
55// long ago and the key mappings still used in Solaris Xsun today
56
57partial default
58xkb_symbols "defaults_common" {
59
60    // Left side keys were labeled L1-L10 on Sun Type 2 & Type 3 keyboards
61    // and the names have stuck (you can spot a longtime Sun admin when you
62    // hear them say to hit "L1-A" to enter the OpenBoot PROM)
63    // These names get mapped to the keysyms F11-F20
64    key <STOP> { [ L1,  L1              ], [ SunStop    ]       };
65    key <AGAI> { [ L2,  L2              ], [ SunAgain   ]       };
66    key <PROP> { [ L3,  L3              ], [ SunProps   ]       };
67    key <UNDO> { [ L4,  L4              ], [ SunUndo    ]       };
68    key <FRNT> { [ L5,  L5              ], [ SunFront   ]       };
69    key <COPY> { [ L6,  L6              ], [ SunCopy    ]       };
70    key <OPEN> { [ L7,  L7              ], [ SunOpen    ]       };
71    key <PAST> { [ L8,  L8              ], [ SunPaste   ]       };
72    key <FIND> { [ L9,  L9              ], [ SunFind    ]       };
73    key <CUT>  { [ L10, L10             ], [ SunCut     ]       };
74
75    // And on the right side, the function keys were labeled R1-R15,
76    // which get mapped to the keysyms F21-F35
77    // This includes the keys that became the numeric keypad
78    key <PAUS> { [ R1,  R1              ], [ Pause              ] };
79    key <PRSC> { [ R2,  R2              ], [ Print              ] };
80    key <SCLK> { [ R3,  R3              ], [ Scroll_Lock, Break ] };
81
82    key <KPEQ> { [ KP_Equal             ], [ R4, KP_Equal       ] };
83    key <KPDV> { [ KP_Divide            ], [ R5, KP_Divide      ] };
84    key <KPMU> { [ KP_Multiply          ], [ R6, KP_Multiply    ] };
85
86    key  <KP7> { [ KP_Home,  KP_7, R7   ], [ R7, KP_7, Home     ] };
87    key  <KP8> { [ KP_Up,    KP_8, R8   ], [ R8, KP_8, Up       ] };
88    key  <KP9> { [ KP_Prior, KP_9, R9   ], [ R9, KP_9, Prior    ] };
89
90    key  <KP4> { [ KP_Left,  KP_4, R10  ], [ R10, KP_4, Left    ] };
91    key  <KP5> { [ KP_Begin, KP_5, R11  ], [ R11, KP_5          ] };
92    key  <KP6> { [ KP_Right, KP_6, R12  ], [ R12, KP_6, Right   ] };
93
94    key  <KP1> { [ KP_End,   KP_1, R13  ], [ R13, KP_1, End     ] };
95    key  <KP2> { [ KP_Down,  KP_2, R14  ], [ R14, KP_2, Down    ] };
96    key  <KP3> { [ KP_Next,  KP_3, R15  ], [ R15, KP_3, Next    ] };
97
98    // F11 & F12 are mapped to SunF36 and SunF37 since they were added
99    // after F11-F35 were already assigned on Sun keyboards
100    key <FK11> { [ SunF36               ], [ F11                ] };
101    key <FK12> { [ SunF37               ], [ F12                ] };
102
103    // These were added to the keyboard much later and simply got mapped
104    // to their logical names
105    key <HELP> { [ Help                 ]                       };
106    key <MUTE> { [  SunAudioMute,	SunVideoDegauss		]	};
107    key <VOL-> { [  SunAudioLowerVolume,SunVideoLowerBrightness ]	};
108    key <VOL+> { [  SunAudioRaiseVolume,SunVideoRaiseBrightness	]	};
109    key <POWR> { [  XF86Sleep,		XF86Hibernate		]	};
110
111//    key <LALT> { [ Alt_L                ]                       };
112//    key <LMTA> { [ Meta_L               ]                       };
113//    key <RMTA> { [ Meta_R               ]                       };
114//    key <COMP> { [ Multi_key            ]                       };
115};
116
117partial default
118xkb_symbols "defaults" {
119    include "sun_vndr/solaris(defaults_common)"
120//    key <RALT> { [ Mode_switch          ]                       };
121//    key <ALGR> { [ Mode_switch          ]                       };
122
123    // begin modifier mappings
124//    modifier_map Shift          { Shift_R, Shift_L };
125//    modifier_map Mod1           { Alt_L };
126//    modifier_map Mod2           { Num_Lock };
127//    modifier_map Mod3           { Alt_R, Mode_switch };
128//    modifier_map Mod4           { Meta_L, Meta_R };
129};
130
131partial default
132xkb_symbols "defaults_type7jp" {
133    include "sun_vndr/solaris(defaults_common)"
134    // begin modifier mappings
135    modifier_map Shift          { Shift_R, Shift_L };
136    modifier_map Mod1           { Alt_L , Alt_R};
137    modifier_map Mod2           { Num_Lock };
138    modifier_map Mod3           { Mode_switch };
139    modifier_map Mod4           { Meta_L, Meta_R };
140};
141
142// Map the keys to the actual key names instead of the ancient Sun function
143// keys
144partial
145xkb_symbols "keynames" {
146    key <FK11> { [ F11          ],      [ SunF36   ]    };
147    key <FK12> { [ F12          ],      [ SunF37   ]    };
148
149    key <STOP> { [ Cancel	],	[ F11	]	};
150    key <AGAI> { [ Redo		],	[ F12	]	};
151    key <PROP> { [ SunProps	],	[ F13	]	};
152    key <UNDO> { [ Undo		],	[ F14	]	};
153    key <FRNT> { [ SunFront	],	[ F15	]	};
154    key <COPY> { [ SunCopy	],	[ F16	]	};
155    key <OPEN> { [ SunOpen	],	[ F17	]	};
156    key <PAST> { [ SunPaste	],	[ F18	]	};
157    key <FIND> { [ Find		],	[ F19	]	};
158    key <CUT>  { [ SunCut	],	[ F20	]	};
159
160    key <HELP> { [ Help		]	                };
161
162    key <PAUS> {  [  Pause                      ]       };
163    key <PRSC> {  [  Print                      ]       };
164    key <SCLK> {  [  Scroll_Lock, Break         ]       };
165
166    key  <KP7> {        [  KP_Home,     KP_7    ]       };
167    key  <KP8> {        [  KP_Up,       KP_8    ]       };
168    key  <KP9> {        [  KP_Prior,    KP_9    ]       };
169
170    key  <KP4> {        [  KP_Left,     KP_4    ]       };
171    key  <KP5> {        [  KP_Begin,    KP_5    ]       };
172    key  <KP6> {        [  KP_Right,    KP_6    ]       };
173
174    key  <KP1> {        [  KP_End,      KP_1    ]       };
175    key  <KP2> {        [  KP_Down,     KP_2    ]       };
176    key  <KP3> {        [  KP_Next,     KP_3    ]       };
177
178    key <KPEN> {        [       KP_Enter        ]       };
179    key <KPEQ> {        [       KP_Equal        ]       };
180
181    key <MUTE> { [ SunAudioMute,	SunVideoDegauss		]	};
182    key <VOL-> { [ SunAudioLowerVolume, SunVideoLowerBrightness ]	};
183    key <VOL+> { [ SunAudioRaiseVolume, SunVideoRaiseBrightness	]	};
184    key <POWR> { [ SunPowerSwitch,	SunPowerSwitchShift	]	};
185
186    key <LALT> { [ Alt_L                ]                       };
187    key <RALT> { [ Mode_switch          ]                       };
188    key <ALGR> { [ Mode_switch          ]                       };
189    key <LMTA> { [ Meta_L               ]                       };
190    key <RMTA> { [ Meta_R               ]                       };
191    key <COMP> { [ Multi_key            ]                       };
192
193};
194
195// Map the keys to the XFree86 key names instead of the Sun key names
196partial
197xkb_symbols "xf86keynames" {
198    key <STOP> { [ XF86Stop	],	[ F11	]	};
199    key <AGAI> { [ Redo		],	[ F12	]	};
200    key <PROP> { [ SunProps	],	[ F13	]	};
201    key <UNDO> { [ Undo		],	[ F14	]	};
202    key <FRNT> { [ SunFront	],	[ F15	]	};
203    key <COPY> { [ XF86Copy	],	[ F16	]	};
204    key <OPEN> { [ XF86Open	],	[ F17	]	};
205    key <PAST> { [ XF86Paste	],	[ F18	]	};
206    key <FIND> { [ Find		],	[ F19	]	};
207    key <CUT>  { [ XF86Cut	],	[ F20	]	};
208
209    key <MUTE> { [ XF86AudioMute,	SunVideoDegauss		]	};
210    key <VOL-> { [ XF86AudioLowerVolume,SunVideoLowerBrightness ]	};
211    key <VOL+> { [ XF86AudioRaiseVolume,SunVideoRaiseBrightness	]	};
212    key <POWR> { [ XF86Sleep,		XF86PowerDown	]	};
213};
214