🚀 feat(kali): thanks to kalilinux.org

This commit is contained in:
Eshan Roy
2024-12-01 12:52:25 +05:30
parent 59d73ef931
commit 4f4507ec21
5352 changed files with 187554 additions and 0 deletions

View File

@@ -0,0 +1,131 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Arabic (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ Arabic_thal, Arabic_shadda, grave, asciitilde ] };
key <AE01> { [ 0x1000661, exclam, 1, exclam ] };
key <AE02> { [ 0x1000662, at, 2, at ] };
key <AE03> { [ 0x1000663, numbersign, 3, numbersign ] };
key <AE04> { [ 0x1000664, dollar, 4, dollar ] };
key <AE05> { [ 0x1000665, percent, 5, percent ] };
key <AE06> { [ 0x1000666, asciicircum, 6, asciicircum ] };
key <AE07> { [ 0x1000667, ampersand, 7, ampersand ] };
key <AE08> { [ 0x1000668, asterisk, 8, asterisk ] };
key <AE09> { [ 0x1000669, parenright, 9, parenright ] };
key <AE10> { [ 0x1000660, parenleft, 0, parenleft ] };
key <AE11> { [ minus, underscore, minus, underscore ] };
key <AE12> { [ equal, plus, equal, plus ] };
key <AD01> { [ Arabic_dad, Arabic_fatha, q, Q ] };
key <AD02> { [ Arabic_sad, Arabic_fathatan, w, W ] };
key <AD03> { [ Arabic_theh, Arabic_damma, e, E ] };
key <AD04> { [ Arabic_qaf, Arabic_dammatan, r, R ] };
key <AD05> { [ Arabic_feh, 0x100fef9, t, T ] };
key <AD06> { [ Arabic_ghain, Arabic_hamzaunderalef, y, Y ] };
key <AD07> { [ Arabic_ain, grave, u, U ] };
key <AD08> { [ Arabic_ha, division, i, I ] };
key <AD09> { [ Arabic_khah, multiply, o, O ] };
key <AD10> { [ Arabic_hah, Arabic_semicolon, p, P ] };
key <AD11> { [ Arabic_jeem, greater, bracketleft, braceleft ] };
key <AD12> { [ Arabic_dal, less, bracketright, braceright ] };
key <AC01> { [ Arabic_sheen, Arabic_kasra, a, A ] };
key <AC02> { [ Arabic_seen, Arabic_kasratan, s, S ] };
key <AC03> { [ Arabic_yeh, bracketright, d, D ] };
key <AC04> { [ Arabic_beh, bracketleft, f, F ] };
key <AC05> { [ Arabic_lam, 0x100fef7, g, G ] };
key <AC06> { [ Arabic_alef, Arabic_hamzaonalef, h, H ] };
key <AC07> { [ Arabic_teh, Arabic_tatweel, j, J ] };
key <AC08> { [ Arabic_noon, Arabic_comma, k, K ] };
key <AC09> { [ Arabic_meem, slash, l, L ] };
key <AC10> { [ Arabic_kaf, colon, semicolon, colon ] };
key <AC11> { [ Arabic_tah, quotedbl, apostrophe, quotedbl ] };
key <BKSL> { [ backslash, bar, backslash, bar ] };
key <LSGT> { [ bar, brokenbar, bar, brokenbar ] };
key <AB01> { [ Arabic_hamzaonyeh, asciitilde, z, Z ] };
key <AB02> { [ Arabic_hamza, Arabic_sukun, x, X ] };
key <AB03> { [ Arabic_hamzaonwaw, braceright, c, C ] };
key <AB04> { [ Arabic_ra, braceleft, v, V ] };
key <AB05> { [ 0x100fefb, 0x100fef5, b, B ] };
key <AB06> { [ Arabic_alefmaksura, Arabic_maddaonalef, n, N ] };
key <AB07> { [ Arabic_tehmarbuta, apostrophe, m, M ] };
key <AB08> { [ Arabic_waw, comma, comma, less ] };
key <AB09> { [ Arabic_zain, period, period, greater ] };
key <AB10> { [ Arabic_zah, Arabic_question_mark, slash, question ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ara(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "qwerty" {
include "ara(qwerty)"
};
partial alphanumeric_keys
xkb_symbols "azerty" {
include "ara(azerty)"
};
partial alphanumeric_keys
xkb_symbols "digits" {
include "ara(digits)"
};
partial alphanumeric_keys
xkb_symbols "qwerty_digits" {
include "ara(qwerty_digits)"
};
partial alphanumeric_keys
xkb_symbols "azerty_digits" {
include "ara(azerty_digits)"
};
partial alphanumeric_keys
xkb_symbols "buckwalter" {
include "ara(buckwalter)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "ara(olpc)"
};

View File

@@ -0,0 +1,127 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Belgium (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [twosuperior, threesuperior ] };
key <AE01> { [ ampersand, 1, bar ] };
key <AE02> { [ eacute, 2, at ] };
key <AE03> { [ quotedbl, 3, numbersign ] };
key <AE04> { [apostrophe, 4 ] };
key <AE05> { [ parenleft, 5 ] };
key <AE06> { [ section, 6, asciicircum ] };
key <AE07> { [ egrave, 7 ] };
key <AE08> { [ exclam, 8 ] };
key <AE09> { [ ccedilla, 9, braceleft ] };
key <AE10> { [ agrave, 0, braceright ] };
key <AE11> { [parenright, degree ] };
key <AE12> { [ minus, underscore ] };
key <AD01> { [ a, A ] };
key <AD02> { [ z, Z ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD09> { [ o, O ] };
key <AD11> { [dead_circumflex, dead_diaeresis, bracketleft ] };
key <AD12> { [ dollar, asterisk, bracketright ] };
key <AC01> { [ q, Q ] };
key <AC10> { [ m, M ] };
key <AC11> { [ ugrave, percent, dead_acute ] };
key <BKSL> { [ mu, sterling, dead_grave ] };
key <LSGT> { [ less, greater, backslash ] };
key <AB01> { [ w, W ] };
key <AB07> { [ comma, question ] };
key <AB08> { [ semicolon, period ] };
key <AB09> { [ colon, slash ] };
key <AB10> { [ equal, plus, dead_tilde ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/be(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "oss" {
include "be(oss)"
};
partial alphanumeric_keys
xkb_symbols "oss_frbe" {
include "be(oss_frbe)"
};
partial alphanumeric_keys
xkb_symbols "oss_latin9" {
include "be(oss_latin9)"
};
partial alphanumeric_keys
xkb_symbols "oss_Sundeadkeys" {
include "be(oss_sundeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "oss_sundeadkeys" {
include "be(oss_sundeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "iso-alternate" {
include "be(iso-alternate)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "be(sundeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "be(sundeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "be(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "wang" {
include "be(wang)"
};

View File

@@ -0,0 +1,121 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Portuguese (Brazil, Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ apostrophe, quotedbl, notsign ] };
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] };
key <AE02> { [ 2, at, twosuperior, onehalf ] };
key <AE03> { [ 3, numbersign, threesuperior, threequarters ] };
key <AE04> { [ 4, dollar, sterling, onequarter ] };
key <AE05> { [ 5, percent, cent ] };
key <AE06> { [ 6, dead_diaeresis, notsign, diaeresis ] };
key <AE07> { [ 7, ampersand, braceleft ] };
key <AE08> { [ 8, asterisk, bracketleft ] };
key <AE09> { [ 9, parenleft, bracketright ] };
key <AE10> { [ 0, parenright, braceright ] };
key <AE11> { [ minus, underscore, backslash ] };
key <AE12> { [ equal, plus, section ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD04> { [ r, R, registered ] };
key <AD11> { [ dead_acute, dead_grave, acute, grave ] };
key <AD12> { [ bracketleft, braceleft, ordfeminine ] };
key <AC10> { [ ccedilla, Ccedilla, exclamdown ] };
key <AC11> { [ dead_tilde, dead_circumflex, asciitilde, asciicircum ] };
key <AC12> { [ bracketright, braceright, masculine ] };
key <BKSL> { [ bracketright, braceright, masculine ] };
key <LSGT> { [ slash, bar, degree ] };
key <AB01> { [ z, Z, guillemotleft ] };
key <AB02> { [ x, X, guillemotright ] };
key <AB03> { [ c, C, copyright ] };
key <AB07> { [ m, M, mu ] };
key <AB08> { [ comma, less, question ] };
key <AB09> { [ period, greater, questiondown ] };
key <AB10> { [ semicolon, colon ] };
key <AB11> { [ slash, question, degree, questiondown ] };
key <KPPT> { [ KP_Decimal ] };
key <KPDL> { [ KP_Delete, comma ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/br(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "abnt2" {
include "br(abnt2)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "br(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "thinkpad" {
include "br(thinkpad)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "br(olpc)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "br(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "nativo" {
include "br(nativo)"
};
partial alphanumeric_keys
xkb_symbols "nativo-us" {
include "br(nativo-us)"
};
partial alphanumeric_keys
xkb_symbols "nativo-epo" {
include "br(nativo-epo)"
};

View File

@@ -0,0 +1,132 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Multilingual (Canada, Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ slash, bar, backslash ]};
key <AE01> { [ 1, exclam, plusminus ]};
key <AE02> { [ 2, at ]};
key <AE03> { [ 3, numbersign, sterling ]};
key <AE04> { [ 4, dollar, cent ]};
key <AE05> { [ 5, percent, currency ]};
key <AE06> { [ 6, question, notsign ]};
key <AE07> { [ 7, ampersand, braceleft ]};
key <AE08> { [ 8, asterisk, braceright ]};
key <AE09> { [ 9, parenleft, bracketleft ]};
key <AE10> { [ 0, parenright, bracketright ]};
key <AE11> { [ minus, underscore, onehalf ]};
key <AE12> { [ equal, plus, notsign ]};
key <AD03> { [ e, E, EuroSign ]};
key <AD09> { [ o, O, section ]};
key <AD10> { [ p, P, paragraph ]};
key <AD11> { [ dead_circumflex, dead_diaeresis, dead_grave ]};
key <AD12> { [ ccedilla, Ccedilla, asciitilde ]};
key <AC10> { [ semicolon, colon, degree ]};
key <AC11> { [ egrave, Egrave, braceleft ]};
key <AC12> { [ agrave, Agrave, braceright ]};
key <BKSL> { [ agrave, Agrave, braceright ]};
key <LSGT> { [ uacute, Uacute ]};
key <AB01> { [ z, Z, guillemotleft ]};
key <AB02> { [ x, X, guillemotright ]};
key <AB07> { [ m, M, mu ]};
key <AB08> { [ comma, apostrophe, less ]};
key <AB09> { [ period, quotedbl, greater ]};
key <AB10> { [ eacute, Eacute, grave ]};
include "level3(ralt_switch)"
};
alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ca(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "fr" {
include "ca(fr)"
};
partial alphanumeric_keys
xkb_symbols "fr-dvorak" {
include "ca(fr-dvorak)"
};
partial alphanumeric_keys
xkb_symbols "fr-legacy" {
include "ca(fr-legacy)"
};
partial alphanumeric_keys
xkb_symbols "multi" {
include "ca(multi)"
};
partial alphanumeric_keys
xkb_symbols "multi-2gr" {
include "ca(multi-2gr)"
};
partial alphanumeric_keys
xkb_symbols "ike" {
include "ca(ike)"
};
partial alphanumeric_keys
xkb_symbols "multix" {
include "ca(multix)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "ca(olpc)"
};
partial alphanumeric_keys
xkb_symbols "eng" {
include "ca(eng)"
};
partial alphanumeric_keys
xkb_symbols "kut" {
include "ca(kut)"
};
partial alphanumeric_keys
xkb_symbols "shs" {
include "ca(shs)"
};

View File

@@ -0,0 +1,168 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6_de" {
name[Group1]= "German (Switzerland, Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ section, degree ] };
key <AE01> { [ 1, plus, bar ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, asterisk, numbersign ] };
key <AE04> { [ 4, ccedilla, asciicircum ] };
key <AE05> { [ 5, percent, asciitilde ] };
key <AE06> { [ 6, ampersand, notsign ] };
key <AE07> { [ 7, slash, brokenbar ] };
key <AE08> { [ 8, parenleft, cent ] };
key <AE09> { [ 9, parenright ] };
key <AE10> { [ 0, equal, grave ] };
key <AE11> { [ apostrophe, question, dead_acute ] };
key <AE12> { [ dead_circumflex, dead_grave, dead_tilde ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD06> { [ z, Z ] };
key <AD11> { [ udiaeresis, egrave, bracketleft ] };
key <AD12> { [ dead_diaeresis, exclam, bracketright ] };
key <AC10> { [ odiaeresis, eacute ] };
key <AC11> { [ adiaeresis, agrave, braceleft ] };
key <BKSL> { [ dollar, sterling, braceright ] };
key <LSGT> { [ less, greater, backslash ] };
key <AB01> { [ y, Y ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "sun_type6_fr" {
name[Group1]= "French (Switzerland, Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ section, degree ] };
key <AE01> { [ 1, plus, bar ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, asterisk, numbersign ] };
key <AE04> { [ 4, ccedilla, asciicircum ] };
key <AE05> { [ 5, percent, asciitilde ] };
key <AE06> { [ 6, ampersand, notsign ] };
key <AE07> { [ 7, slash, brokenbar ] };
key <AE08> { [ 8, parenleft, cent ] };
key <AE09> { [ 9, parenright ] };
key <AE10> { [ 0, equal, grave ] };
key <AE11> { [ apostrophe, question, dead_acute ] };
key <AE12> { [ dead_circumflex, dead_grave, dead_tilde ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD06> { [ z, Z ] };
key <AD11> { [ egrave, udiaeresis, bracketleft ] };
key <AD12> { [ dead_diaeresis, exclam, bracketright ] };
key <AC10> { [ eacute, odiaeresis ] };
key <AC11> { [ agrave, adiaeresis, braceleft ] };
key <BKSL> { [ dollar, sterling, braceright ] };
key <LSGT> { [ less, greater, backslash ] };
key <AB01> { [ y, Y ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ch(sun_type6_de)"
};
partial alphanumeric_keys
xkb_symbols "legacy" {
include "ch(legacy)"
};
partial alphanumeric_keys
xkb_symbols "de" {
include "ch(de)"
};
partial alphanumeric_keys
xkb_symbols "de_Sundeadkeys" {
include "ch(de)"
};
partial alphanumeric_keys
xkb_symbols "de_sundeadkeys" {
include "ch(de)"
};
partial alphanumeric_keys
xkb_symbols "de_nodeadkeys" {
include "ch(de_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "fr" {
include "ch(fr)"
};
partial alphanumeric_keys
xkb_symbols "fr_Sundeadkeys" {
include "ch(fr)"
};
partial alphanumeric_keys
xkb_symbols "fr_sundeadkeys" {
include "ch(fr)"
};
partial alphanumeric_keys
xkb_symbols "fr_nodeadkeys" {
include "ch(fr_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "de_mac" {
include "ch(de_mac)"
};
partial alphanumeric_keys
xkb_symbols "fr_mac" {
include "ch(fr_mac)"
};

View File

@@ -0,0 +1,111 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Czech (Sun Type 6/7";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ semicolon, dead_abovering, grave, asciitilde ] };
key <AE01> { [ plus, 1, exclam, asciitilde ] };
key <AE02> { [ ecaron, 2, at, dead_caron ] };
key <AE03> { [ scaron, 3, numbersign, dead_circumflex ] };
key <AE04> { [ ccaron, 4, dollar, dead_breve ] };
key <AE05> { [ rcaron, 5, percent, dead_abovering ] };
key <AE06> { [ zcaron, 6, asciicircum, dead_ogonek ] };
key <AE07> { [ yacute, 7, ampersand, grave ] };
key <AE08> { [ aacute, 8, asterisk, dead_abovedot ] };
key <AE09> { [ iacute, 9, parenleft, dead_acute ] };
key <AE10> { [ eacute, 0, parenright, dead_doubleacute ] };
key <AE11> { [ equal, percent, dead_diaeresis, backslash ] };
key <AE12> { [ dead_acute, dead_caron, dead_cedilla, minus ] };
key <AD01> { [ q, Q, backslash ] };
key <AD02> { [ w, W, bar ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD06> { [ z, Z ] };
key <AD11> { [ uacute, slash, division ] };
key <AD12> { [parenright, parenleft, multiply ] };
key <AC02> { [ s, S, dstroke ] };
key <AC03> { [ d, D, Dstroke ] };
key <AC04> { [ f, F, bracketleft ] };
key <AC05> { [ g, G, bracketright ] };
key <AC08> { [ k, K, lstroke ] };
key <AC09> { [ l, L, Lstroke ] };
key <AC10> { [ uring, quotedbl, dollar ] };
key <AC11> { [ section, exclam, ssharp, currency ] };
key <BKSL> { [ dead_diaeresis, apostrophe, backslash, bar ] };
key <LSGT> { [ backslash, asterisk, slash, brokenbar ] };
key <AB01> { [ y, Y, less ] };
key <AB02> { [ x, X, greater, numbersign ] };
key <AB04> { [ v, V, at ] };
key <AB05> { [ b, B, braceleft ] };
key <AB06> { [ n, N, braceright ] };
key <AB08> { [ comma, question, less ] };
key <AB09> { [ period, colon, greater ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/cz(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "bksl" {
include "cz(bksl)"
};
partial alphanumeric_keys
xkb_symbols "qwerty" {
include "cz(qwerty)"
};
partial alphanumeric_keys
xkb_symbols "qwerty_bksl" {
include "cz(qwerty_bksl)"
};
partial alphanumeric_keys
xkb_symbols "ucw" {
include "cz(ucw)"
};
partial alphanumeric_keys
xkb_symbols "dvorak-ucw" {
include "cz(dvorak-ucw)"
};

View File

@@ -0,0 +1,176 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="German (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ asciicircum, degree ] };
key <AE02> { [ 2, quotedbl, twosuperior ] };
key <AE03> { [ 3, section, threesuperior ] };
key <AE04> { [ 4, dollar ] };
key <AE06> { [ 6, ampersand, section ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ ssharp, question, backslash ] };
key <AE12> { [ dead_acute, dead_grave ] };
key <AD01> { [ q, Q, at ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD06> { [ z, Z ] };
key <AD11> { [ udiaeresis, Udiaeresis ] };
key <AD12> { [ plus, asterisk, asciitilde ] };
key <AC10> { [ odiaeresis, Odiaeresis ] };
key <AC11> { [ adiaeresis, Adiaeresis ] };
key <AB01> { [ y, Y ] };
key <AB07> { [ m, M, mu ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
key <BKSL> { [ numbersign, apostrophe, grave ] };
key <LSGT> { [ less, greater, bar ] };
include "level3(ralt_switch)"
include "kpdl(comma)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/de(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "legacy" {
include "de(legacy)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "de(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "deadgraveacute" {
include "de(deadgraveacute)"
};
partial alphanumeric_keys
xkb_symbols "deadacute" {
include "de(deadacute)"
};
partial alphanumeric_keys
xkb_symbols "ro" {
include "de(ro)"
};
partial alphanumeric_keys
xkb_symbols "ro_nodeadkeys" {
include "de(ro_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "de(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "de(basic)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "de(basic)"
};
partial alphanumeric_keys
xkb_symbols "neo_base" {
include "de(neo_base)"
};
partial alphanumeric_keys
xkb_symbols "adnw" {
include "de(adnw)"
};
partial alphanumeric_keys
xkb_symbols "adnw_base" {
include "de(adnw_base)"
};
partial alphanumeric_keys
xkb_symbols "neo" {
include "de(neo)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "de(mac)"
};
partial alphanumeric_keys
xkb_symbols "mac_nodeadkeys" {
include "de(mac_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dsb" {
include "de(dsb)"
};
partial alphanumeric_keys
xkb_symbols "dsb_qwertz" {
include "de(dsb_qwertz)"
};
partial alphanumeric_keys
xkb_symbols "qwerty" {
include "de(qwerty)"
};
partial alphanumeric_keys
xkb_symbols "ru" {
include "de(ru)"
};
partial alphanumeric_keys
xkb_symbols "us" {
include "de(us)"
};
partial alphanumeric_keys
xkb_symbols "hu" {
include "de(hu)"
};

View File

@@ -0,0 +1,88 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Danish (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ onehalf, section ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, numbersign, sterling ] };
key <AE04> { [ 4, currency, dollar ] };
key <AE05> { [ 5, percent, asciitilde ] };
key <AE06> { [ 6, ampersand, asciicircum ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ plus, question ] };
key <AE12> { [ dead_acute, dead_grave, bar ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ aring, Aring ] };
key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde ] };
key <BKSL> { [ apostrophe, asterisk, grave ] };
key <AC10> { [ ae, AE ] };
key <AC11> { [ oslash, Ooblique ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
key <LSGT> { [ less, greater, backslash ] };
include "level3(ralt_switch)"
include "kpdl(comma)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/dk(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "dk(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "dk(mac)"
};
partial alphanumeric_keys
xkb_symbols "mac_nodeadkeys" {
include "dk(mac_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "dk(dvorak)"
};

View File

@@ -0,0 +1,111 @@
//
// Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Estonian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ dead_caron, dead_tilde, notsign, notsign ] };
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] };
key <AE02> { [ 2, quotedbl, at, oneeighth ] };
key <AE03> { [ 3, numbersign, sterling, sterling ] };
key <AE04> { [ 4, currency, dollar, dollar ] };
key <AE05> { [ 5, percent, onehalf, threeeighths ] };
key <AE06> { [ 6, ampersand, notsign, fiveeighths ] };
key <AE07> { [ 7, slash, braceleft, seveneighths ] };
key <AE08> { [ 8, parenleft, bracketleft, trademark ] };
key <AE09> { [ 9, parenright, bracketright, plusminus ] };
key <AE10> { [ 0, equal, braceright, degree ] };
key <AE11> { [ plus, question, backslash, questiondown ] };
key <AE12> { [ dead_acute, dead_grave, grave, apostrophe ] };
key <AD01> { [ q, Q, at, Greek_OMEGA ] };
key <AD02> { [ w, W, U017F, section ] };
key <AD03> { [ e, E, EuroSign, cent ] };
key <AD04> { [ r, R, paragraph, registered ] };
key <AD05> { [ t, T, tslash, Tslash ] };
key <AD06> { [ y, Y, leftarrow, yen ] };
key <AD07> { [ u, U, downarrow, uparrow ] };
key <AD08> { [ i, I, rightarrow, idotless ] };
key <AD09> { [ o, O, oslash, Ooblique ] };
key <AD10> { [ p, P, thorn, THORN ] };
key <AD11> { [ udiaeresis, Udiaeresis, dead_diaeresis,dead_abovering ] };
key <AD12> { [ otilde, Otilde, section, dead_macron ] };
key <AC01> { [ a, A, ae, AE ] };
key <AC02> { [ s, S, ssharp, U1E9E ] };
key <AC03> { [ d, D, eth, ETH ] };
key <AC04> { [ f, F, dstroke, ordfeminine ] };
key <AC05> { [ g, G, eng, ENG ] };
key <AC06> { [ h, H, hstroke, Hstroke ] };
key <AC07> { [ j, J, j, J ] };
key <AC08> { [ k, K, kra, ampersand ] };
key <AC09> { [ l, L, lstroke, Lstroke ] };
key <AC10> { [ odiaeresis, Odiaeresis, dead_acute, dead_doubleacute ] };
key <AC11> { [ adiaeresis, Adiaeresis, asciicircum, dead_caron ] };
key <LSGT> { [ backslash, bar, degree, brokenbar ] };
key <BKSL> { [ apostrophe, asterisk, onehalf, dead_breve ] };
key <AB01> { [ z, Z, zcaron, Zcaron ] };
key <AB02> { [ x, X, guillemotright, greater ] };
key <AB03> { [ c, C, cent, copyright ] };
key <AB04> { [ v, V, leftdoublequotemark, leftsinglequotemark ] };
key <AB05> { [ b, B, rightdoublequotemark, rightsinglequotemark ] };
key <AB06> { [ n, N, ncedilla, Ncedilla ] };
key <AB07> { [ m, M, mu, masculine ] };
key <AB08> { [ comma, semicolon, less, multiply ] };
key <AB09> { [ period, colon, greater, division ] };
key <AB10> { [ minus, underscore, dead_belowdot, dead_abovedot ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ee(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "ee(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "ee(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "us" {
include "ee(us)"
};

View File

@@ -0,0 +1,117 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Spanish (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ masculine, ordfeminine, backslash ] };
key <LSGT> { [ less, greater ] };
key <AE01> { [ 1, exclam, bar ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, periodcentered, numbersign ] };
key <AE04> { [ 4, dollar, asciicircum ] };
key <AE05> { [ 5, percent, asciitilde ] };
key <AE06> { [ 6, ampersand, notsign ] };
key <AE07> { [ 7, slash ] };
key <AE08> { [ 8, parenleft ] };
key <AE09> { [ 9, parenright ] };
key <AE10> { [ 0, equal ] };
key <AE11> { [ apostrophe, question, grave ] };
key <AE12> { [ exclamdown, questiondown ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ dead_grave, dead_circumflex, bracketleft ] };
key <AD12> { [ plus, asterisk, bracketright ] };
key <AC10> { [ ntilde, Ntilde ] };
key <AC11> { [ dead_acute, dead_diaeresis, braceleft ] };
key <BKSL> { [ ccedilla, Ccedilla, braceright ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/es(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "es(basic)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "es(basic)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "es(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "es(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "cat" {
include "es(cat)"
};
partial alphanumeric_keys
xkb_symbols "ast" {
include "es(ast)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "es(mac)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "es(olpc)"
};
partial alphanumeric_keys
xkb_symbols "deadtilde" {
include "es(deadtilde)"
};
partial alphanumeric_keys
xkb_symbols "olpc2" {
include "es(olpc2)"
};

View File

@@ -0,0 +1,108 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
include "sun_vndr/us(sun_type6)"
name[Group1]="Finnish (Sun Type 6/7)";
key <TLDE> { [ section, onehalf ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, numbersign, sterling ] };
key <AE04> { [ 4, currency, dollar ] };
key <AE05> { [ 5, percent ] };
key <AE06> { [ 6, ampersand ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ plus, question, backslash ] };
key <AE12> { [ dead_acute, dead_grave ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ aring, Aring ] };
key <AD12> { [ dead_diaeresis, asciicircum, asciitilde ] };
key <AC10> { [ odiaeresis, Odiaeresis ] };
key <AC11> { [ adiaeresis, Adiaeresis ] };
key <BKSL> { [ apostrophe, asterisk, grave ] };
key <LSGT> { [ less, greater, bar ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
include "kpdl(comma)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/fi(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "kotoistus" {
include "fi(kotoistus)"
};
partial alphanumeric_keys
xkb_symbols "winkeys" {
include "fi(winkeys)"
};
partial alphanumeric_keys
xkb_symbols "classic" {
include "fi(fi)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "fi(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "smi" {
include "fi(smi)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "fi(mac)"
};
partial alphanumeric_keys
xkb_symbols "das" {
include "fi(das)"
};
partial alphanumeric_keys
xkb_symbols "fidvorak" {
include "fi(fidvorak)"
};

View File

@@ -0,0 +1,175 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="French (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ twosuperior ] };
key <AE01> { [ ampersand, 1 ] };
key <AE02> { [ eacute, 2, asciitilde ] };
key <AE03> { [ quotedbl, 3, numbersign ] };
key <AE04> { [ apostrophe, 4, braceleft ] };
key <AE05> { [ parenleft, 5, bracketleft ] };
key <AE06> { [ minus, 6, bar ] };
key <AE07> { [ egrave, 7, grave ] };
key <AE08> { [ underscore, 8, backslash ] };
key <AE09> { [ ccedilla, 9, asciicircum ] };
key <AE10> { [ agrave, 0, at ] };
key <AE11> { [ parenright, degree, bracketright ] };
key <AE12> { [ equal, plus, braceright ] };
key <AD01> { [ a, A ] };
key <AD02> { [ z, Z ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ dead_circumflex, dead_diaeresis ] };
key <AD12> { [ dollar, sterling, currency ] };
key <AC01> { [ q, Q ] };
key <AC10> { [ m, M ] };
key <AC11> { [ ugrave, percent ] };
key <BKSL> { [ asterisk, mu ] };
key <LSGT> { [ less, greater ] };
key <AB01> { [ w, W ] };
key <AB07> { [ comma, question ] };
key <AB08> { [ semicolon, period ] };
key <AB09> { [ colon, slash ] };
key <AB10> { [ exclam, section ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/fr(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "fr(olpc)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "fr(basic)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "fr(basic)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "fr(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "oss" {
include "fr(oss)"
};
partial alphanumeric_keys
xkb_symbols "oss_latin9" {
include "fr(oss_latin9)"
};
partial alphanumeric_keys
xkb_symbols "oss_Sundeadkeys" {
include "fr(oss)"
};
partial alphanumeric_keys
xkb_symbols "oss_sundeadkeys" {
include "fr(oss)"
};
partial alphanumeric_keys
xkb_symbols "oss_nodeadkeys" {
include "fr(oss_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "latin9" {
include "fr(latin9)"
};
partial alphanumeric_keys
xkb_symbols "latin9_Sundeadkeys" {
include "fr(latin9)"
};
partial alphanumeric_keys
xkb_symbols "latin9_sundeadkeys" {
include "fr(latin9)"
};
partial alphanumeric_keys
xkb_symbols "latin9_nodeadkeys" {
include "fr(latin9_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "bepo" {
include "fr(bepo)"
};
partial alphanumeric_keys
xkb_symbols "bepo_latin9" {
include "fr(bepo_latin9)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "fr(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "bre" {
include "fr(bre)"
};
partial alphanumeric_keys
xkb_symbols "oci" {
include "fr(oci)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "fr(mac)"
};
partial alphanumeric_keys
xkb_symbols "geo" {
include "fr(geo)"
};

View File

@@ -0,0 +1,87 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="English (UK, Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ grave, notsign, brokenbar ] };
key <AE02> { [ 2, quotedbl ] };
key <AE03> { [ 3, sterling ] };
key <AE04> { [ 4, dollar, EuroSign ] };
key <BKSL> { [ numbersign, asciitilde ] };
key <AC11> { [ apostrophe, at ] };
key <LSGT> { [ backslash, bar ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/gb(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "intl" {
include "gb(intl)"
};
partial alphanumeric_keys
xkb_symbols "extd" {
include "gb(extd)"
};
partial alphanumeric_keys
xkb_symbols "colemak" {
include "gb(colemak)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "gb(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "dvorakukp" {
include "gb(dvorakukp)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "gb(mac)"
};
partial alphanumeric_keys
xkb_symbols "mac_intl" {
include "gb(mac_intl)"
};

View File

@@ -0,0 +1,120 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Greek (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ grave, asciitilde, onehalf ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, at ] };
key <AE03> { [ 3, numbersign, sterling ] };
key <AE04> { [ 4, dollar, EuroSign ] };
key <AE05> { [ 5, percent, EuroSign ] };
key <AE06> { [ 6, asciicircum, notsign ] };
key <AE07> { [ 7, ampersand ] };
key <AE08> { [ 8, asterisk ] };
key <AE09> { [ 9, parenleft ] };
key <AE10> { [ 0, parenright, degree ] };
key <AE11> { [ minus, underscore, plusminus ] };
key <AE12> { [ equal, plus ] };
key <AD01> { [ semicolon, colon, periodcentered ] };
key <AD02> { [ Greek_finalsmallsigma, periodcentered, Greek_SIGMA ] };
key <AD03> { [ Greek_epsilon, Greek_EPSILON, EuroSign ] };
key <AD04> { [ Greek_rho, Greek_RHO, registered ] };
key <AD05> { [ Greek_tau, Greek_TAU ] };
key <AD06> { [ Greek_upsilon, Greek_UPSILON ] };
key <AD07> { [ Greek_theta, Greek_THETA ] };
key <AD08> { [ Greek_iota, Greek_IOTA ] };
key <AD09> { [ Greek_omicron, Greek_OMICRON ] };
key <AD10> { [ Greek_pi, Greek_PI ] };
key <AD11> { [ bracketleft, braceleft, guillemotleft ] };
key <AD12> { [ bracketright, braceright, guillemotright ] };
key <AC01> { [ Greek_alpha, Greek_ALPHA ] };
key <AC02> { [ Greek_sigma, Greek_SIGMA ] };
key <AC03> { [ Greek_delta, Greek_DELTA ] };
key <AC04> { [ Greek_phi, Greek_PHI ] };
key <AC05> { [ Greek_gamma, Greek_GAMMA ] };
key <AC06> { [ Greek_eta, Greek_ETA ] };
key <AC07> { [ Greek_xi, Greek_XI ] };
key <AC08> { [ Greek_kappa, Greek_KAPPA ] };
key <AC09> { [ Greek_lamda, Greek_LAMDA ] };
key <AC10> { [ dead_acute, dead_diaeresis ] };
key <AC11> { [ apostrophe, quotedbl ] };
key <BKSL> { [ backslash, bar, brokenbar ] };
key <LSGT> { [ guillemotleft, guillemotright, brokenbar ] };
key <AB01> { [ Greek_zeta, Greek_ZETA ] };
key <AB02> { [ Greek_chi, Greek_CHI ] };
key <AB03> { [ Greek_psi, Greek_PSI, copyright ] };
key <AB04> { [ Greek_omega, Greek_OMEGA ] };
key <AB05> { [ Greek_beta, Greek_BETA ] };
key <AB06> { [ Greek_nu, Greek_NU ] };
key <AB07> { [ Greek_mu, Greek_MU ] };
key <AB08> { [ comma, less, guillemotleft ] };
key <AB09> { [ period, greater, guillemotright ] };
key <AB10> { [ slash, question ] };
include "level3(ralt_switch)"
};
alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/gr(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "simple" {
include "gr(simple)"
};
partial alphanumeric_keys
xkb_symbols "bare" {
include "gr(bare)"
};
partial alphanumeric_keys
xkb_symbols "extended" {
include "gr(extended)"
};
partial alphanumeric_keys
xkb_symbols "polytonic" {
include "gr(polytonic)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "gr(nodeadkeys)"
};

View File

@@ -0,0 +1,94 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Italian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <LSGT> { [ less, greater ] };
key <TLDE> { [ backslash, bar ] };
key <AE02> { [ 2, quotedbl ] };
key <AE03> { [ 3, sterling ] };
key <AE06> { [ 6, ampersand ] };
key <AE07> { [ 7, slash ] };
key <AE08> { [ 8, parenleft, braceleft ] };
key <AE09> { [ 9, parenright, braceright ] };
key <AE10> { [ 0, equal ] };
key <AE11> { [ apostrophe, question, grave ] };
key <AE12> { [ igrave, asciicircum ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ egrave, eacute, bracketleft, dead_abovering ] };
key <AD12> { [ plus, asterisk, bracketright ] };
key <BKSL> { [ ugrave, section, asciitilde ] };
key <AC10> { [ ograve, ccedilla, at ] };
key <AC11> { [ agrave, degree, numbersign ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/it(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "it(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "it(mac)"
};
partial alphanumeric_keys
xkb_symbols "geo" {
include "it(geo)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "it(olpc)"
};
partial alphanumeric_keys
xkb_symbols "us" {
include "it(us)"
};
partial alphanumeric_keys
xkb_symbols "ibm" {
include "it(ibm)"
};

View File

@@ -0,0 +1,179 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys modifier_keys
xkb_symbols "sun_type6_suncompat" {
include "inet(evdev)"
include "sun_vndr/us(sunbasic)"
key <AE13> { [ backslash, bar ], [ prolongedsound ] };
key <AE01> { [ 1, exclam ], [ kana_NU ] };
key <AE02> { [ 2, quotedbl ], [ kana_FU ] };
key <AE03> { [ 3, numbersign ], [ kana_A, kana_a ] };
key <AE04> { [ 4, dollar ], [ kana_U, kana_u ] };
key <AE05> { [ 5, percent ], [ kana_E, kana_e ] };
key <AE06> { [ 6, ampersand ], [ kana_O, kana_o ] };
key <AE07> { [ 7, apostrophe ], [ kana_YA, kana_ya ] };
key <AE08> { [ 8, parenleft ], [ kana_YU, kana_yu ] };
key <AE09> { [ 9, parenright ], [ kana_YO, kana_yo ] };
key <AE10> { [ 0 ], [ kana_WA, kana_WO ] };
key <AE11> { [ minus, equal ], [ kana_HO ] };
key <AE12> { [ asciicircum, asciitilde], [ kana_HE ] };
key <AD01> { [ q, Q ], [ kana_TA ] };
key <AD02> { [ w, W ], [ kana_TE ] };
key <AD03> { [ e, E ], [ kana_I, kana_i ] };
key <AD04> { [ r, R ], [ kana_SU ] };
key <AD05> { [ t, T ], [ kana_KA ] };
key <AD06> { [ y, Y ], [ kana_N ] };
key <AD07> { [ u, U ], [ kana_NA ] };
key <AD08> { [ i, I ], [ kana_NI ] };
key <AD09> { [ o, O ], [ kana_RA ] };
key <AD10> { [ p, P ], [ kana_SE ] };
key <AD11> { [ at, grave ], [ voicedsound ] };
key <AD12> { [ bracketleft, braceleft ], [ semivoicedsound, kana_openingbracket ] };
key <AC01> { [ a, A ], [ kana_CHI ] };
key <AC02> { [ s, S ], [ kana_TO ] };
key <AC03> { [ d, D ], [ kana_SHI ] };
key <AC04> { [ f, F ], [ kana_HA ] };
key <AC05> { [ g, G ], [ kana_KI ] };
key <AC06> { [ h, H ], [ kana_KU ] };
key <AC07> { [ j, J ], [ kana_MA ] };
key <AC08> { [ k, K ], [ kana_NO ] };
key <AC09> { [ l, L ], [ kana_RI ] };
key <AC10> { [ semicolon, plus ], [ kana_RE ] };
key <AC11> { [ colon, asterisk ], [ kana_KE ] };
key <BKSL> { [ bracketright, braceright ], [ kana_MU, kana_closingbracket ] };
key <AB01> { [ z, Z ], [ kana_TSU, kana_tsu ] };
key <AB02> { [ x, X ], [ kana_SA ] };
key <AB03> { [ c, C ], [ kana_SO ] };
key <AB04> { [ v, V ], [ kana_HI ] };
key <AB05> { [ b, B ], [ kana_KO ] };
key <AB06> { [ n, N ], [ kana_MI ] };
key <AB07> { [ m, M ], [ kana_MO ] };
key <AB08> { [ comma, less ], [ kana_NE, kana_comma ] };
key <AB09> { [ period, greater ], [ kana_RU, kana_fullstop ] };
key <AB10> { [ slash, question ], [ kana_ME, kana_conjunctive ]};
key <AB11> { [ backslash, underscore], [ kana_RO ] };
key <UNDR> { [ backslash, underscore], [ kana_RO ] };
key <EXEC> { [ Execute ] };
key <KANJ> { [ Kanji ] };
key <HENK> { [ Henkan_Mode ] };
key <ALGR> { [ Kana_Lock, Mode_switch ] };
key <COMP> { [ Multi_key ] };
key <SYRQ> { [ SunSys_Req ] };
modifier_map Mod3 { Kana_Lock };
};
partial alphanumeric_keys
xkb_symbols "sun_type6" {
// include "jp"
// type6 based on "jp" should be provided later
include "sun_vndr/jp(sun_type6_suncompat)"
};
partial alphanumeric_keys
xkb_symbols "sun_type7_suncompat" {
include "sun_vndr/jp(sun_type6_suncompat)"
key <AE10> { [ 0, asciitilde, kana_WA, kana_WO ] };
key <TLDE> { [ Henkan_Mode ] };
key <HENK> { [ Kana_Lock, Mode_switch ] };
key <ALGR> { [ Alt_R, Alt_R ] };
};
partial alphanumeric_keys
xkb_symbols "suncompat" {
include "sun_vndr/jp(sun_type7_suncompat)"
};
partial alphanumeric_keys
xkb_symbols "sun_type7" {
include "jp"
};
partial alphanumeric_keys
xkb_symbols "106" {
include "jp(106)"
};
partial alphanumeric_keys
xkb_symbols "common" {
include "jp(common)"
};
partial alphanumeric_keys
xkb_symbols "OADG109A" {
include "jp(OADG109A)"
};
partial alphanumeric_keys
xkb_symbols "kana86" {
include "jp(kana86)"
};
partial alphanumeric_keys
xkb_symbols "kana" {
include "jp(kana)"
};
partial alphanumeric_keys
xkb_symbols "nicola_f_bs" {
include "jp(nicola_f_bs)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "jp(mac)"
};
partial alphanumeric_keys
xkb_symbols "hztg_escape" {
include "jp(hztg_escape)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "jp(dvorak)"
};

View File

@@ -0,0 +1,85 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Korean (Sun Type 6/7)";
include "sun_vndr/us(sunbasic)"
// A few keys are different
key <ALGR> { [ Hangul ] };
key <COMP> { [ Hangul_Hanja ] };
key <KANA> { [ Hangul ] };
key <EISU> { [ Hangul_Hanja ] };
key <BKSL> { [ backslash, bar, brokenbar ] };
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/kr(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "kr106" {
include "kr(kr106)"
};
partial alphanumeric_keys
xkb_symbols "kr104" {
include "kr(kr104)"
};
partial function_keys
xkb_symbols "hw_keys" {
include "kr(hw_keys)"
};
partial function_keys
xkb_symbols "ralt_hangul" {
include "kr(ralt_hangul)"
};
partial function_keys
xkb_symbols "rctrl_hangul" {
include "kr(rctrl_hangul)"
};
partial function_keys
xkb_symbols "ralt_hanja" {
include "kr(ralt_hanja)"
};
partial function_keys
xkb_symbols "rctrl_hanja" {
include "kr(rctrl_hanja)"
};

View File

@@ -0,0 +1,125 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Lithuanian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ grave, asciitilde, notsign, brokenbar ] };
key <AE01> { [ aogonek, Aogonek, 1, exclam ] };
key <AE02> { [ ccaron, Ccaron, 2, at ] };
key <AE03> { [ eogonek, Eogonek, 3, numbersign ] };
key <AE04> { [ eabovedot, Eabovedot, 4, dollar ] };
key <AE05> { [ iogonek, Iogonek, 5, percent ] };
key <AE06> { [ scaron, Scaron, 6, asciicircum ] };
key <AE07> { [ uogonek, Uogonek, 7, ampersand ] };
key <AE08> { [ umacron, Umacron, 8, asterisk ] };
key <AE09> { [ doublelowquotemark, parenleft, 9, parenleft ] };
key <AE10> { [ leftdoublequotemark, parenright, 0, parenright ] };
key <AE11> { [ minus, underscore, backslash, questiondown ] };
key <AE12> { [ zcaron, Zcaron, equal, plus ] };
key <AD01> { [ q, Q, at, Greek_OMEGA ] };
key <AD02> { [ w, W, U017F, section ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD04> { [ r, R, paragraph, registered ] };
key <AD05> { [ t, T, tslash, Tslash ] };
key <AD06> { [ y, Y, leftarrow, yen ] };
key <AD07> { [ u, U, downarrow, uparrow ] };
key <AD08> { [ i, I, rightarrow, idotless ] };
key <AD09> { [ o, O, oslash, Ooblique ] };
key <AD10> { [ p, P, thorn, THORN ] };
key <AD11> { [ bracketleft, braceleft, dead_diaeresis, dead_abovering ] };
key <AD12> { [ bracketright, braceright, dead_tilde, dead_macron ] };
key <AC01> { [ a, A, ae, AE ] };
key <AC02> { [ s, S, ssharp, U1E9E ] };
key <AC03> { [ d, D, eth, ETH ] };
key <AC04> { [ f, F, dstroke, ordfeminine ] };
key <AC05> { [ g, G, eng, ENG ] };
key <AC06> { [ h, H, hstroke, Hstroke ] };
key <AC07> { [ j, J ] };
key <AC08> { [ k, K, kra, ampersand ] };
key <AC09> { [ l, L, lstroke, Lstroke ] };
key <AC10> { [ semicolon, colon, dead_acute, dead_doubleacute ] };
key <AC11> { [ apostrophe, quotedbl, dead_circumflex, dead_caron ] };
key <LSGT> { [ backslash, bar, dead_grave, dead_breve ] };
key <BKSL> { [ backslash, bar, dead_grave, dead_breve ] };
key <AB01> { [ z, Z, guillemotleft, less ] };
key <AB02> { [ x, X, guillemotright, greater ] };
key <AB03> { [ c, C, cent, copyright ] };
key <AB04> { [ v, V, doublelowquotemark, singlelowquotemark ] };
key <AB05> { [ b, B, leftdoublequotemark, leftsinglequotemark ] };
key <AB06> { [ n, N, rightdoublequotemark, rightsinglequotemark ] };
key <AB07> { [ m, M, mu, masculine ] };
key <AB08> { [ comma, less, ampersand, multiply ] };
key <AB09> { [ period, greater, periodcentered, division ] };
key <AB10> { [ slash, question, dead_belowdot, dead_abovedot ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/lt(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "us" {
include "lt(us)"
};
partial alphanumeric_keys
xkb_symbols "std" {
include "lt(std)"
};
partial alphanumeric_keys
xkb_symbols "ibm" {
include "lt(ibm)"
};
partial alphanumeric_keys
xkb_symbols "lekp" {
include "lt(lekp)"
};
partial alphanumeric_keys
xkb_symbols "lekpa" {
include "lt(lekpa)"
};
partial alphanumeric_keys
xkb_symbols "us_dvorak" {
include "lt(us_dvorak)"
};

View File

@@ -0,0 +1,165 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Latvian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ grave, asciitilde, acute, asciitilde ] };
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] };
key <AE02> { [ 2, at, twosuperior, oneeighth ] };
key <AE03> { [ 3, numbersign, threesuperior, sterling ] };
key <AE04> { [ 4, dollar, EuroSign, cent ] };
key <AE05> { [ 5, percent, onehalf, threeeighths ] };
key <AE06> { [ 6, asciicircum, threequarters, fiveeighths ] };
key <AE07> { [ 7, ampersand, braceleft, seveneighths ] };
key <AE08> { [ 8, asterisk, bracketleft, trademark ] };
key <AE09> { [ 9, parenleft, bracketright, plusminus ] };
key <AE10> { [ 0, parenright, braceright, degree ] };
key <AE11> { [ minus, underscore, backslash, questiondown ] };
key <AE12> { [ equal, plus, endash, emdash ] };
key <AD01> { [ q, Q, q, Q ] };
key <AD02> { [ w, W, w, W ] };
key <AD03> { [ e, E, emacron, Emacron ] };
key <AD04> { [ r, R, rcedilla, Rcedilla ] };
key <AD05> { [ t, T, t, T ] };
key <AD06> { [ y, Y, y, Y ] };
key <AD07> { [ u, U, umacron, Umacron ] };
key <AD08> { [ i, I, imacron, Imacron ] };
key <AD09> { [ o, O, omacron, Omacron ] };
key <AD10> { [ p, P, p, P ] };
key <AD11> { [ bracketleft, braceleft, guillemotleft, leftdoublequotemark ] };
key <AD12> { [ bracketright, braceright, guillemotright, rightdoublequotemark ] };
key <AC01> { [ a, A, amacron, Amacron ] };
key <AC02> { [ s, S, scaron, Scaron ] };
key <AC03> { [ d, D, d, D ] };
key <AC04> { [ f, F, f, F ] };
key <AC05> { [ g, G, gcedilla, Gcedilla ] };
key <AC06> { [ h, H, h, H ] };
key <AC07> { [ j, J, j, J ] };
key <AC08> { [ k, K, kcedilla, Kcedilla ] };
key <AC09> { [ l, L, lcedilla, Lcedilla ] };
key <AC10> { [ semicolon, colon, semicolon, colon ] };
key <AC11> { [ apostrophe, quotedbl, leftdoublequotemark, doublelowquotemark ] };
key <LSGT> { [ backslash, bar, degree, brokenbar ] };
key <BKSL> { [ backslash, bar, grave, breve ] };
key <AB01> { [ z, Z, zcaron, Zcaron ] };
key <AB02> { [ x, X, x, X ] };
key <AB03> { [ c, C, ccaron, Ccaron ] };
key <AB04> { [ v, V, v, V ] };
key <AB05> { [ b, B, b, B ] };
key <AB06> { [ n, N, ncedilla, Ncedilla ] };
key <AB07> { [ m, M, m, M ] };
key <AB08> { [ comma, less, U2022, multiply ] }; // bullet
key <AB09> { [ period, greater, periodcentered, division ] };
key <AB10> { [ slash, question, slash, abovedot ] };
include "level3(ralt_switch)"
};
alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/lv(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "apostrophe" {
include "lv(apostrophe)"
};
partial alphanumeric_keys
xkb_symbols "tilde" {
include "lv(tilde)"
};
partial alphanumeric_keys
xkb_symbols "fkey" {
include "lv(fkey)"
};
partial alphanumeric_keys
xkb_symbols "adapted" {
include "lv(adapted)"
};
partial alphanumeric_keys
xkb_symbols "ergonomic" {
include "lv(ergonomic)"
};
partial alphanumeric_keys
xkb_symbols "modern" {
include "lv(modern)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "lv(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "ykeydvorak" {
include "lv(ykeydvorak)"
};
partial alphanumeric_keys
xkb_symbols "minuskeydvorak" {
include "lv(minuskeydvorak)"
};
partial alphanumeric_keys
xkb_symbols "dvorakprogr" {
include "lv(dvorakprogr)"
};
partial alphanumeric_keys
xkb_symbols "ykeydvorakprogr" {
include "lv(ykeydvorakprogr)"
};
partial alphanumeric_keys
xkb_symbols "minuskeydvorakprogr" {
include "lv(minuskeydvorakprogr)"
};
partial alphanumeric_keys
xkb_symbols "colemak" {
include "lv(colemak)"
};
partial alphanumeric_keys
xkb_symbols "apostrophecolemak" {
include "lv(apostrophecolemak)"
};

View File

@@ -0,0 +1,104 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Dutch (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ at, section, notsign ] };
key <AE01> { [ 1, exclam, onesuperior ] };
key <AE02> { [ 2, quotedbl, twosuperior ] };
key <AE03> { [ 3, numbersign, threesuperior ] };
key <AE04> { [ 4, dollar, onequarter ] };
key <AE05> { [ 5, percent, onehalf ] };
key <AE06> { [ 6, ampersand, threequarters ] };
key <AE07> { [ 7, underscore, sterling ] };
key <AE08> { [ 8, parenleft, braceleft ] };
key <AE09> { [ 9, parenright, braceright ] };
key <AE10> { [ 0, apostrophe, grave ] };
key <AE11> { [ slash, question, backslash ] };
key <AE12> { [ degree, dead_tilde, dead_cedilla ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD05> { [ t, T ] };
key <AD06> { [ y, Y ] };
key <AD07> { [ u, U ] };
key <AD08> { [ i, I ] };
key <AD09> { [ o, O ] };
key <AD10> { [ p, P ] };
key <AD11> { [dead_diaeresis, dead_circumflex ] };
key <AD12> { [ asterisk, bar, asciitilde ] };
key <AC01> { [ a, A ] };
key <AC02> { [ s, S, ssharp, U1E9E ] };
key <AC04> { [ f, F ] };
key <AC10> { [ plus, plusminus ] };
key <AC11> { [dead_acute, dead_grave ] };
key <BKSL> { [ less, greater, asciicircum ] };
key <LSGT> { [bracketright, bracketleft, brokenbar ] };
key <AB01> { [ z, Z, guillemotleft ] };
key <AB02> { [ x, X, guillemotright ] };
key <AB03> { [ c, C, cent ] };
key <AB06> { [ n, N ] };
key <AB07> { [ m, M, mu ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, equal ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/nl(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "std" {
include "nl(std)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "nl(basic)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "nl(basic)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "nl(mac)"
};

View File

@@ -0,0 +1,102 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Norwegian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ bar, section ] };
key <LSGT> { [ less, greater ] };
key <BKSL> { [ apostrophe, asterisk, grave ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, numbersign, sterling ] };
key <AE04> { [ 4, currency, dollar ] };
key <AE05> { [ 5, percent, asciitilde ] };
key <AE06> { [ 6, ampersand, asciicircum ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ plus, question ] };
key <AE12> { [ backslash, dead_grave, dead_acute ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ aring, Aring ] };
key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde ] };
key <AC10> { [ oslash, Oslash ] };
key <AC11> { [ ae, AE ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
include "kpdl(comma)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/no(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "no(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "no(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "smi" {
include "no(smi)"
};
partial alphanumeric_keys
xkb_symbols "smi_nodeadkeys" {
include "no(smi_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "no(mac)"
};
partial alphanumeric_keys
xkb_symbols "mac_nodeadkeys" {
include "no(mac_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "colemak" {
include "no(colemak)"
};

View File

@@ -0,0 +1,129 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Polish (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ grave, asciitilde ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, at ] };
key <AE03> { [ 3, numbersign ] };
key <AE04> { [ 4, dollar ] };
key <AE05> { [ 5, percent ] };
key <AE06> { [ 6, asciicircum ] };
key <AE07> { [ 7, ampersand ] };
key <AE08> { [ 8, asterisk ] };
key <AE09> { [ 9, parenleft ] };
key <AE10> { [ 0, parenright ] };
key <AE11> { [ minus, underscore ] };
key <AE12> { [ equal, plus ] };
key <AD03> { [ e, E, eogonek, Eogonek ] };
key <AD07> { [ u, U, EuroSign ] };
key <AD09> { [ o, O, oacute, Oacute ] };
key <AD11> { [ bracketleft, braceleft ] };
key <AD12> { [ bracketright, braceright ] };
key <AC01> { [ a, A, aogonek, Aogonek ] };
key <AC02> { [ s, S, sacute, Sacute ] };
key <AC09> { [ l, L, lstroke, Lstroke ] };
key <AC10> { [ semicolon, colon ] };
key <AC11> { [ apostrophe, quotedbl ] };
key <BKSL> { [ backslash, bar, brokenbar ] };
key <LSGT> { [ less, greater, bar, brokenbar ] };
key <AB01> { [ z, Z, zabovedot, Zabovedot ] };
key <AB02> { [ x, X, zacute, Zacute ] };
key <AB03> { [ c, C, cacute, Cacute ] };
key <AB06> { [ n, N, nacute, Nacute ] };
key <AB08> { [ comma, less ] };
key <AB09> { [ period, greater ] };
key <AB10> { [ slash, question ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/pl(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "legacy" {
include "pl(legacy)"
};
partial alphanumeric_keys
xkb_symbols "qwertz" {
include "pl(qwertz)"
};
partial alphanumeric_keys
xkb_symbols "intl" {
include "pl(intl)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "pl(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "dvorak_quotes" {
include "pl(dvorak_quotes)"
};
partial alphanumeric_keys
xkb_symbols "dvorak_altquotes" {
include "pl(dvorak_altquotes)"
};
partial alphanumeric_keys
xkb_symbols "dvp" {
include "pl(dvp)"
};
partial alphanumeric_keys
xkb_symbols "szl" {
include "pl(szl)"
};
partial alphanumeric_keys
xkb_symbols "csb" {
include "pl(csb)"
};
partial alphanumeric_keys
xkb_symbols "ru_phonetic_dvorak" {
include "pl(ru_phonetic_dvorak)"
};

View File

@@ -0,0 +1,111 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Portuguese (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <LSGT> { [ less, greater ] };
key <TLDE> { [ backslash, bar ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, numbersign, sterling ] };
key <AE04> { [ 4, dollar, section ] };
key <AE05> { [ 5, percent, asciitilde ] };
key <AE06> { [ 6, ampersand, asciicircum ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ apostrophe, question, grave ] };
key <AE12> { [ guillemotleft, guillemotright ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ plus, asterisk, dead_diaeresis ] };
key <AD12> { [ dead_acute, dead_grave ] };
key <BKSL> { [ dead_tilde, dead_circumflex ] };
key <AC10> { [ ccedilla, Ccedilla ] };
key <AC11> { [ masculine, ordfeminine ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/pt(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "pt(basic)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "pt(basic)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "pt(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "pt(mac)"
};
partial alphanumeric_keys
xkb_symbols "mac_sundeadkeys" {
include "pt(mac)"
};
partial alphanumeric_keys
xkb_symbols "mac_nodeadkeys" {
include "pt(mac_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "nativo" {
include "pt(nativo)"
};
partial alphanumeric_keys
xkb_symbols "nativo-us" {
include "pt(nativo-us)"
};
partial alphanumeric_keys
xkb_symbols "nativo-epo" {
include "pt(nativo-epo)"
};

View File

@@ -0,0 +1,94 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Romanian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <AE01> { [ 1, exclam, dead_tilde ] };
key <AE02> { [ 2, at, dead_caron ] };
key <AE03> { [ 3, numbersign, dead_circumflex ] };
key <AE04> { [ 4, dollar, dead_breve ] };
key <AE05> { [ 5, percent, dead_abovering ] };
key <AE06> { [ 6, asciicircum, dead_ogonek ] };
key <AE07> { [ 7, ampersand, dead_grave ] };
key <AE08> { [ 8, asterisk, dead_abovedot ] };
key <AE09> { [ 9, parenleft, dead_acute ] };
key <AE10> { [ 0, parenright, dead_doubleacute ] };
key <AE11> { [ minus, underscore, dead_diaeresis, endash ] };
key <AE12> { [ equal, plus, dead_cedilla, plusminus ] };
key <AD01> { [ q, Q, acircumflex, Acircumflex ] };
key <AD02> { [ w, W, ssharp, U1e9e ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD05> { [ t, T, U021b, U021a ] };
key <AD08> { [ i, I, icircumflex, Icircumflex ] };
key <AD10> { [ p, P, section ] };
key <AD11> { [ bracketleft, braceleft, doublelowquotemark ] };
key <AD12> { [ bracketright, braceright, rightdoublequotemark ] };
key <AC01> { [ a, A, abreve, Abreve ] };
key <AC02> { [ s, S, U0219, U0218 ] };
key <AC03> { [ d, D, dstroke, Dstroke ] };
key <AC09> { [ l, L, lstroke, Lstroke ] };
key <LSGT> { [ backslash, bar ] };
key <AB03> { [ c, C, copyright ] };
key <AB08> { [ comma, less, guillemotleft ] };
key <AB09> { [ period, greater, guillemotright ] };
key <KPDL> { [ KP_Delete, KP_Decimal, KP_Separator, KP_Separator ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ro(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "std" {
include "ro(std)"
};
partial alphanumeric_keys
xkb_symbols "winkeys" {
include "ro(winkeys)"
};
partial alphanumeric_keys
xkb_symbols "crh_dobruja" {
include "ro(crh_dobruja)"
};
partial alphanumeric_keys
xkb_symbols "ergonomic" {
include "ro(ergonomic)"
};

View File

@@ -0,0 +1,205 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Russian (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key.type[group1]="FOUR_LEVEL";
key <AE01> { [ 1, exclam, 1, exclam ] };
key <AE02> { [ 2, quotedbl, 2, at ] };
key <AE03> { [ 3, numerosign, 3, numbersign ] };
key <AE04> { [ 4, percent, 4, dollar ] };
key <AE05> { [ 5, colon, 5, percent ] };
key <AE06> { [ 6, comma, 6, asciicircum ] };
key <AE07> { [ 7, period, 7, ampersand ] };
key <AE08> { [ 8, semicolon, 8, asterisk ] };
key <BKSL> { [ slash, question, backslash, bar ] };
key <AB10> { [ ediaeresis, Ediaeresis, slash, question ] };
key <LSGT> { [ backslash, bar, backslash, bar ] };
key <AD01> { [ Cyrillic_shorti, Cyrillic_SHORTI, q, Q ] };
key <AD02> { [ Cyrillic_tse, Cyrillic_TSE, w, W ] };
key <AD03> { [ Cyrillic_u, Cyrillic_U, e, E ] };
key <AD04> { [ Cyrillic_ka, Cyrillic_KA, r, R ] };
key <AD05> { [ Cyrillic_ie, Cyrillic_IE, t, T ] };
key <AD06> { [ Cyrillic_en, Cyrillic_EN, y, Y ] };
key <AD07> { [ Cyrillic_ghe, Cyrillic_GHE, u, U ] };
key <AD08> { [ Cyrillic_sha, Cyrillic_SHA, i, I ] };
key <AD09> { [ Cyrillic_shcha, Cyrillic_SHCHA, o, O ] };
key <AD10> { [ Cyrillic_ze, Cyrillic_ZE, p, P ] };
key <AD11> { [ Cyrillic_ha, Cyrillic_HA, bracketleft, braceleft ] };
key <AD12> { [Cyrillic_hardsign,Cyrillic_HARDSIGN, bracketright, braceright ] };
key <AC01> { [ Cyrillic_ef, Cyrillic_EF, a, A ] };
key <AC02> { [ Cyrillic_yeru, Cyrillic_YERU, s, S ] };
key <AC03> { [ Cyrillic_ve, Cyrillic_VE, d, D ] };
key <AC04> { [ Cyrillic_a, Cyrillic_A, f, F ] };
key <AC05> { [ Cyrillic_pe, Cyrillic_PE, g, G ] };
key <AC06> { [ Cyrillic_er, Cyrillic_ER, h, H ] };
key <AC07> { [ Cyrillic_o, Cyrillic_O, j, J ] };
key <AC08> { [ Cyrillic_el, Cyrillic_EL, k, K ] };
key <AC09> { [ Cyrillic_de, Cyrillic_DE, l, L ] };
key <AC10> { [ Cyrillic_zhe, Cyrillic_ZHE, semicolon, colon ] };
key <AC11> { [ Cyrillic_e, Cyrillic_E, apostrophe, quotedbl ] };
key <AB01> { [ Cyrillic_ya, Cyrillic_YA, z, Z ] };
key <AB02> { [ Cyrillic_che, Cyrillic_CHE, x, X ] };
key <AB03> { [ Cyrillic_es, Cyrillic_ES, c, C ] };
key <AB04> { [ Cyrillic_em, Cyrillic_EM, v, V ] };
key <AB05> { [ Cyrillic_i, Cyrillic_I, b, B ] };
key <AB06> { [ Cyrillic_te, Cyrillic_TE, n, N ] };
key <AB07> { [Cyrillic_softsign,Cyrillic_SOFTSIGN, m, M ] };
key <AB08> { [ Cyrillic_be, Cyrillic_BE, comma, less ] };
key <AB09> { [ Cyrillic_yu, Cyrillic_YU, period, greater ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ru(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "winkeys" {
include "ru(winkeys)"
};
partial alphanumeric_keys
xkb_symbols "common" {
include "ru(common)"
};
partial alphanumeric_keys
xkb_symbols "legacy" {
include "ru(legacy)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "ru(olpc)"
};
partial alphanumeric_keys
xkb_symbols "typewriter" {
include "ru(typewriter)"
};
partial alphanumeric_keys
xkb_symbols "typewriter-legacy" {
include "ru(typewriter-legacy)"
};
partial alphanumeric_keys
xkb_symbols "phonetic" {
include "ru(phonetic)"
};
partial alphanumeric_keys
xkb_symbols "phonetic_winkeys" {
include "ru(phonetic_winkeys)"
};
partial alphanumeric_keys
xkb_symbols "tt" {
include "ru(tt)"
};
partial alphanumeric_keys
xkb_symbols "os_legacy" {
include "ru(os_legacy)"
};
partial alphanumeric_keys
xkb_symbols "os_winkeys" {
include "ru(os_winkeys)"
};
partial alphanumeric_keys
xkb_symbols "cv" {
include "ru(cv)"
};
partial alphanumeric_keys
xkb_symbols "udm" {
include "ru(udm)"
};
partial alphanumeric_keys
xkb_symbols "cv_latin" {
include "ru(cv_latin)"
};
partial alphanumeric_keys
xkb_symbols "kom" {
include "ru(kom)"
};
partial alphanumeric_keys
xkb_symbols "sah" {
include "ru(sah)"
};
partial alphanumeric_keys
xkb_symbols "xal" {
include "ru(xal)"
};
partial alphanumeric_keys
xkb_symbols "dos" {
include "ru(dos)"
};
partial alphanumeric_keys
xkb_symbols "bak" {
include "ru(bak)"
};
partial alphanumeric_keys
xkb_symbols "srp" {
include "ru(srp)"
};
partial alphanumeric_keys
xkb_symbols "chm" {
include "ru(chm)"
};
partial alphanumeric_keys
xkb_symbols "chu" {
include "ru(chu)"
};
partial alphanumeric_keys
xkb_symbols "ruu" {
include "ru(ruu)"
};

View File

@@ -0,0 +1,111 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Swedish (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ section, onehalf ] };
key <LSGT> { [ less, greater, bar ] };
key <AE02> { [ 2, quotedbl, at ] };
key <AE03> { [ 3, numbersign, sterling ] };
key <AE04> { [ 4, currency, dollar ] };
key <AE06> { [ 6, ampersand ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ plus, question, backslash ] };
key <AE12> { [ dead_acute, dead_grave ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD11> { [ aring, Aring ] };
key <AD12> { [ dead_diaeresis, asciicircum, asciitilde ] };
key <AC10> { [ odiaeresis, Odiaeresis ] };
key <AC11> { [ adiaeresis, Adiaeresis ] };
key <BKSL> { [ apostrophe, asterisk, grave ] };
key <AB08> { [ comma, semicolon ] };
key <AB09> { [ period, colon ] };
key <AB10> { [ minus, underscore ] };
include "level3(ralt_switch)"
include "kpdl(comma)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/se(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "se" {
include "se(se)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
include "se(nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "se(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "rus" {
include "se(rus)"
};
partial alphanumeric_keys
xkb_symbols "rus_nodeadkeys" {
include "se(rus_nodeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "smi" {
include "se(smi)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "se(mac)"
};
partial alphanumeric_keys
xkb_symbols "svdvorak" {
include "se(svdvorak)"
};
partial alphanumeric_keys
xkb_symbols "swl" {
include "se(swl)"
};

View File

@@ -0,0 +1,103 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Slovak (Sun Type 6/7)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ semicolon, dead_abovering, grave, asciitilde ] };
key <AE01> { [ plus, 1, exclam, asciitilde ] };
key <AE02> { [ lcaron, 2, at, dead_caron ] };
key <AE03> { [ scaron, 3, numbersign, dead_circumflex ] };
key <AE04> { [ ccaron, 4, dollar, dead_breve ] };
key <AE05> { [ tcaron, 5, percent, dead_abovering ] };
key <AE06> { [ zcaron, 6, asciicircum, dead_ogonek ] };
key <AE07> { [ yacute, 7, ampersand, grave ] };
key <AE08> { [ aacute, 8, asterisk, dead_abovedot ] };
key <AE09> { [ iacute, 9, parenleft, apostrophe ] };
key <AE10> { [ eacute, 0, parenright, dead_doubleacute ] };
key <AE11> { [ equal, percent, dead_diaeresis, backslash ] };
key <AE12> { [ dead_acute, dead_caron, dead_cedilla, minus ] };
key <AD01> { [ q, Q, backslash ] };
key <AD02> { [ w, W, bar ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD06> { [ z, Z ] };
key <AD10> { [ p, P, apostrophe ] };
key <AD11> { [ uacute, slash, division ] };
key <AD12> { [ adiaeresis, parenleft, multiply ] };
key <AC02> { [ s, S, dstroke ] };
key <AC03> { [ d, D, Dstroke ] };
key <AC04> { [ f, F, bracketleft ] };
key <AC05> { [ g, G, bracketright ] };
key <AC08> { [ k, K, lstroke ] };
key <AC09> { [ l, L, Lstroke ] };
key <AC10> { [ ocircumflex, quotedbl, dollar ] };
key <AC11> { [ section, exclam, ssharp, U1E9E ] };
key <AC12> { [ ncaron, parenright, currency, currency ] };
key <BKSL> { [ ncaron, parenright, backslash, bar ] };
key <LSGT> { [ backslash, bar, slash, brokenbar ] };
key <AB01> { [ y, Y, less ] };
key <AB02> { [ x, X, greater, numbersign ] };
key <AB03> { [ c, C, ampersand ] };
key <AB04> { [ v, V, at ] };
key <AB05> { [ b, B, braceleft ] };
key <AB06> { [ n, N, braceright ] };
key <AB08> { [ comma, question, less ] };
key <AB09> { [ period, colon, greater ] };
key <AB10> { [ minus, underscore, asterisk ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/sk(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "bksl" {
include "sk(bksl)"
};
partial alphanumeric_keys
xkb_symbols "qwerty" {
include "sk(qwerty)"
};
partial alphanumeric_keys
xkb_symbols "qwerty_bksl" {
include "sk(qwerty_bksl)"
};

View File

@@ -0,0 +1,112 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
partial
xkb_symbols "defaults_common" {
key <MUTE> { [ XF86AudioMute ] };
key <VOL-> { [ XF86AudioLowerVolume ] };
key <VOL+> { [ XF86AudioRaiseVolume ] };
key <POWR> { [ XF86PowerOff ] };
key <STOP> { [ Cancel ] };
key <AGAI> { [ Redo ] };
key <PROP> { [ SunProps ] };
key <UNDO> { [ Undo ] };
key <FRNT> { [ SunFront ] };
key <COPY> { [ XF86Copy ] };
key <OPEN> { [ SunOpen ] };
key <PAST> { [ XF86Paste ] };
key <FIND> { [ Find ] };
key <CUT> { [ XF86Cut ] };
key <HELP> { [ Help ] };
key <LNFD> { [ Linefeed ] };
key <LALT> { [ Alt_L, Alt_L ] };
key <LWIN> { [ Meta_L ] };
key <RWIN> { [ Meta_R ] };
// The following is needed for virtual hotkeys
key <I150> { [ XF86Sleep ] };
key <I160> { [ XF86ScreenSaver ] };
key <I235> { [ XF86Display ] };
// Common Sun Modifiers
modifier_map Shift { Shift_R, Shift_L };
modifier_map Mod2 { Num_Lock };
modifier_map Mod4 { Meta_L, Meta_R };
};
default partial
xkb_symbols "defaults" {
include "sun_vndr/solaris(defaults_common)"
modifier_map Mod1 { Alt_L };
};
partial
xkb_symbols "defaults_type7jp" {
include "sun_vndr/solaris(defaults_common)"
modifier_map Mod1 { Alt_L, Alt_R };
};
partial
xkb_symbols "sun_compat" {
key <STOP> { [ L1, L1, SunStop ] };
key <AGAI> { [ L2, L2, SunAgain ] };
key <PROP> { [ L3, L3, SunProps ] };
key <UNDO> { [ L4, L4, SunUndo ] };
key <FRNT> { [ L5, L5, SunFront ] };
key <COPY> { [ L6, L6, SunCopy ] };
key <OPEN> { [ L7, L7, SunOpen ] };
key <PAST> { [ L8, L8, SunPaste ] };
key <FIND> { [ L9, L9, SunFind ] };
key <CUT> { [ L10, L10, SunCut ] };
// F11 & F12 are mapped to SunF36 and SunF37 since they were added
// after F11-F35 were already assigned on Sun keyboards
key <FK11> { [ SunF36 ], [ F11 ] };
key <FK12> { [ SunF37 ], [ F12 ] };
// These were added to the keyboard much later and simply got mapped
// to their logical names
key <HELP> { [ Help ] };
key <MUTE> { [ SunAudioMute, SunVideoDegauss ] };
key <VOL-> { [ SunAudioLowerVolume, SunVideoLowerBrightness ] };
key <VOL+> { [ SunAudioRaiseVolume, SunVideoRaiseBrightness ] };
key <POWR> { [ XF86Sleep, XF86Hibernate ] };
};

View File

@@ -0,0 +1,131 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Turkish (Sun Type 6)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ quotedbl, eacute ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, apostrophe ] };
key <AE03> { [ 3, asciicircum, numbersign ] };
key <AE04> { [ 4, plus, dollar ] };
key <AE06> { [ 6, ampersand ] };
key <AE07> { [ 7, slash, braceleft ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ asterisk, question, backslash ] };
key <AE12> { [ minus, underscore ] };
key <AD01> { [ q, Q, at ] };
key <AD03> { [ e, E, EuroSign ] };
key <AD08> { [ idotless, I ] };
key <AD11> { [ gbreve, Gbreve ] };
key <AD12> { [udiaeresis, Udiaeresis, asciitilde ] };
key <AC10> { [ scedilla, Scedilla, acute ] };
key <AC11> { [ i, Iabovedot ] };
key <BKSL> { [ comma, semicolon, grave ] };
key <LSGT> { [ less, greater, bar ] };
key <AB08> { [odiaeresis, Odiaeresis ] };
key <AB09> { [ ccedilla, Ccedilla ] };
key <AB10> { [ period, colon ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/tr(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "f" {
include "tr(f)"
};
partial alphanumeric_keys
xkb_symbols "alt" {
include "tr(alt)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "tr(basic)"
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "tr(basic)"
};
partial alphanumeric_keys
xkb_symbols "ku" {
include "tr(ku)"
};
partial alphanumeric_keys
xkb_symbols "ku_f" {
include "tr(ku_f)"
};
partial alphanumeric_keys
xkb_symbols "ku_alt" {
include "tr(ku_alt)"
};
partial alphanumeric_keys
xkb_symbols "intl" {
include "tr(intl)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "tr(olpc)"
};
partial alphanumeric_keys
xkb_symbols "crh" {
include "tr(crh)"
};
partial alphanumeric_keys
xkb_symbols "crh_f" {
include "tr(crh_f)"
};
partial alphanumeric_keys
xkb_symbols "crh_alt" {
include "tr(crh_alt)"
};

View File

@@ -0,0 +1,60 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "Taiwanese (Sun Type 6/7)";
include "sun_vndr/us(sunbasic)"
key <ALGR> { [ Henkan_Mode ] };
key <BKSL> { [ backslash, bar, brokenbar ] };
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/tw(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "tw" {
include "tw(tw)"
};
partial alphanumeric_keys
xkb_symbols "indigenous" {
include "tw(indigenous)"
};
partial alphanumeric_keys
xkb_symbols "saisiyat" {
include "tw(saisiyat)"
};

View File

@@ -0,0 +1,135 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]="Ukrainian (Sun Type 6)";
include "sun_vndr/us(sun_type6)"
key <TLDE> { [ grave, asciitilde, apostrophe, asciitilde ] };
key <AE01> { [ 1, exclam, 1, exclam ] };
key <AE02> { [ 2, at, 2, quotedbl ] };
key <AE03> { [ 3, numbersign, 3, numbersign ] };
key <AE04> { [ 4, dollar, 4, asterisk ] };
key <AE05> { [ 5, percent, 5, colon ] };
key <AE06> { [ 6, asciicircum, 6, comma ] };
key <AE07> { [ 7, ampersand, 7, period ] };
key <AE08> { [ 8, asterisk, 8, semicolon ] };
key <AE09> { [ 9, parenleft, 9, parenleft ] };
key <AE10> { [ 0, parenright, 0, parenright ] };
key <AE11> { [ minus, underscore, minus, underscore ] };
key <AE12> { [ equal, plus, equal, plus ] };
key <AD01> { [ q, Q, Cyrillic_shorti, Cyrillic_SHORTI ] };
key <AD02> { [ w, W, Cyrillic_tse, Cyrillic_TSE ] };
key <AD03> { [ e, E, Cyrillic_u, Cyrillic_U ] };
key <AD04> { [ r, R, Cyrillic_ka, Cyrillic_KA ] };
key <AD05> { [ t, T, Cyrillic_ie, Cyrillic_IE ] };
key <AD06> { [ y, Y, Cyrillic_en, Cyrillic_EN ] };
key <AD07> { [ u, U, Cyrillic_ghe, Cyrillic_GHE ] };
key <AD08> { [ i, I, Cyrillic_sha, Cyrillic_SHA ] };
key <AD09> { [ o, O, Cyrillic_shcha, Cyrillic_SHCHA ] };
key <AD10> { [ p, P, Cyrillic_ze, Cyrillic_ZE ] };
key <AD11> { [ bracketleft, braceleft, Cyrillic_ha, Cyrillic_HA ] };
key <AD12> { [ bracketright, braceright, Ukrainian_yi, Ukrainian_YI ] };
key <AC01> { [ a, A, Cyrillic_ef, Cyrillic_EF ] };
key <AC02> { [ s, S, Ukrainian_i, Ukrainian_I ] };
key <AC03> { [ d, D, Cyrillic_ve, Cyrillic_VE ] };
key <AC04> { [ f, F, Cyrillic_a, Cyrillic_A ] };
key <AC05> { [ g, G, Cyrillic_pe, Cyrillic_PE ] };
key <AC06> { [ h, H, Cyrillic_er, Cyrillic_ER ] };
key <AC07> { [ j, J, Cyrillic_o, Cyrillic_O ] };
key <AC08> { [ k, K, Cyrillic_el, Cyrillic_EL ] };
key <AC09> { [ l, L, Cyrillic_de, Cyrillic_DE ] };
key <AC10> { [ semicolon, colon, Cyrillic_zhe, Cyrillic_ZHE ] };
key <AC11> { [ apostrophe, quotedbl, Ukrainian_ie, Ukrainian_IE ] };
key <BKSL> { [ backslash, bar, Ukrainian_ghe_with_upturn, Ukrainian_GHE_WITH_UPTURN ] };
key <LSGT> { [ less, greater, slash, bar ] };
key <AB01> { [ z, Z, Cyrillic_ya, Cyrillic_YA ] };
key <AB02> { [ x, X, Cyrillic_che, Cyrillic_CHE ] };
key <AB03> { [ c, C, Cyrillic_es, Cyrillic_ES ] };
key <AB04> { [ v, V, Cyrillic_em, Cyrillic_EM ] };
key <AB06> { [ n, N, Cyrillic_te, Cyrillic_TE ] };
key <AB05> { [ b, B, Cyrillic_i, Cyrillic_I ] };
key <AB07> { [ m, M, Cyrillic_softsign,Cyrillic_SOFTSIGN ] };
key <AB08> { [ comma, less, Cyrillic_be, Cyrillic_BE ] };
key <AB09> { [ period, greater, Cyrillic_yu, Cyrillic_YU ] };
key <AB10> { [ slash, question, slash, question ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/ua(sun_type6)"
};
partial alphanumeric_keys
xkb_symbols "unicode" {
include "ua(unicode)"
};
partial alphanumeric_keys
xkb_symbols "legacy" {
include "ua(legacy)"
};
partial alphanumeric_keys
xkb_symbols "winkeys" {
include "ua(winkeys)"
};
partial alphanumeric_keys
xkb_symbols "typewriter" {
include "ua(typewriter)"
};
partial alphanumeric_keys
xkb_symbols "phonetic" {
include "ua(phonetic)"
};
partial alphanumeric_keys
xkb_symbols "rstu" {
include "ua(rstu)"
};
partial alphanumeric_keys
xkb_symbols "rstu_ru" {
include "ua(rstu_ru)"
};
partial alphanumeric_keys
xkb_symbols "homophonic" {
include "ua(homophonic)"
};

View File

@@ -0,0 +1,275 @@
//
// Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, and/or sell copies of the Software, and to permit persons
// to whom the Software is furnished to do so, provided that the above
// copyright notice(s) and this permission notice appear in all copies of
// the Software and that both the above copyright notice(s) and this
// permission notice appear in supporting documentation.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
// Except as contained in this notice, the name of a copyright holder
// shall not be used in advertising or otherwise to promote the sale, use
// or other dealings in this Software without prior written authorization
// of the copyright holder.
//
default partial alphanumeric_keys
xkb_symbols "sunbasic" {
include "us(basic)"
include "capslock(capslock)"
include "srvr_ctrl(xfree86)"
};
partial alphanumeric_keys
xkb_symbols "sun_type6" {
name[Group1]= "English (US, Sun Type 6/7)";
include "sun_vndr/us(sunbasic)"
include "eurosign(4)"
include "level3(ralt_switch)"
key <COMP> { [ Multi_key ] };
key <SYRQ> { [ SunSys_Req ] };
};
partial alphanumeric_keys
xkb_symbols "basic" {
include "sun_vndr/us(sunbasic)"
};
partial alphanumeric_keys
xkb_symbols "euro" {
include "us(euro)"
};
partial alphanumeric_keys
xkb_symbols "ibm238l" {
include "us(ibm238l)"
};
partial alphanumeric_keys
xkb_symbols "intl" {
include "us(intl)"
};
partial alphanumeric_keys
xkb_symbols "alt-intl" {
include "us(alt-intl)"
};
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "us(dvorak)"
};
partial alphanumeric_keys
xkb_symbols "dvorak-intl" {
include "us(dvorak-intl)"
};
partial alphanumeric_keys
xkb_symbols "dvorak-alt-intl" {
include "us(dvorak-alt-intl)"
};
partial alphanumeric_keys
xkb_symbols "dvorak-l" {
include "us(dvorak-l)"
};
partial alphanumeric_keys
xkb_symbols "dvorak-r" {
include "us(dvorak-r)"
};
partial alphanumeric_keys
xkb_symbols "dvorak-classic" {
include "us(dvorak-classic)"
};
partial alphanumeric_keys
xkb_symbols "dvp" {
include "us(dvp)"
};
partial alphanumeric_keys
xkb_symbols "rus" {
include "us(rus)"
};
partial alphanumeric_keys
xkb_symbols "mac" {
include "us(mac)"
};
partial alphanumeric_keys
xkb_symbols "colemak" {
include "us(colemak)"
};
partial alphanumeric_keys
xkb_symbols "altgr-intl" {
include "us(altgr-intl)"
};
partial alphanumeric_keys
xkb_symbols "classmate" {
include "us(classmate)"
};
partial alphanumeric_keys
xkb_symbols "classmate-intl" {
include "us(classmate-intl)"
};
partial alphanumeric_keys
xkb_symbols "classmate-alt-intl" {
include "us(classmate-alt-intl)"
};
partial alphanumeric_keys
xkb_symbols "classmate-altgr-intl" {
include "us(classmate-altgr-intl)"
};
partial alphanumeric_keys
xkb_symbols "olpc" {
include "us(olpc)"
};
partial alphanumeric_keys
xkb_symbols "olpc2" {
include "us(olpc2)"
};
partial alphanumeric_keys
xkb_symbols "olpcm" {
include "us(olpcm)"
};
partial alphanumeric_keys
xkb_symbols "chr" {
include "us(chr)"
};
partial alphanumeric_keys
xkb_symbols "hbs" {
include "us(hbs)"
};
partial alphanumeric_keys
xkb_symbols "workman" {
include "us(workman)"
};
partial alphanumeric_keys
xkb_symbols "workman-intl" {
include "us(workman-intl)"
};
partial alphanumeric_keys
xkb_symbols "norman" {
include "us(norman)"
};
partial alphanumeric_keys
xkb_symbols "carpalx" {
include "us(carpalx)"
};
partial alphanumeric_keys
xkb_symbols "carpalx-intl" {
include "us(carpalx-intl)"
};
partial alphanumeric_keys
xkb_symbols "carpalx-altgr-intl" {
include "us(carpalx-altgr-intl)"
};
partial alphanumeric_keys
xkb_symbols "carpalx-full" {
include "us(carpalx-full)"
};
partial alphanumeric_keys
xkb_symbols "carpalx-full-intl" {
include "us(carpalx-full-intl)"
};
partial alphanumeric_keys
xkb_symbols "carpalx-full-altgr-intl" {
include "us(carpalx-full-altgr-intl)"
};
partial alphanumeric_keys
xkb_symbols "cz_sk_de" {
include "us(cz_sk_de)"
};
partial alphanumeric_keys
xkb_symbols "scn" {
include "us(scn)"
};
partial alphanumeric_keys
xkb_symbols "intl-unicode" {
include "us(intl-unicode)"
};
partial alphanumeric_keys
xkb_symbols "alt-intl-unicode" {
include "us(alt-intl-unicode)"
};
partial alphanumeric_keys
xkb_symbols "ats" {
include "us(ats)"
};
partial alphanumeric_keys
xkb_symbols "crd" {
include "us(crd)"
};
partial alphanumeric_keys
xkb_symbols "3l" {
include "us(3l)"
};
partial alphanumeric_keys
xkb_symbols "3l-cros" {
include "us(3l-cros)"
};
partial alphanumeric_keys
xkb_symbols "3l-emacs" {
include "us(3l-emacs)"
};
partial alphanumeric_keys
xkb_symbols "drix" {
include "us(drix)"
};
partial alphanumeric_keys
xkb_symbols "de_se_fi" {
include "us(de_se_fi)"
};