fr revision 154daed1
1// $XdotOrg: $ 2// 3// Copyright 2004 Sun Microsystems, Inc. All rights reserved. 4// 5// Permission is hereby granted, free of charge, to any person obtaining a 6// copy of this software and associated documentation files (the 7// "Software"), to deal in the Software without restriction, including 8// without limitation the rights to use, copy, modify, merge, publish, 9// distribute, and/or sell copies of the Software, and to permit persons 10// to whom the Software is furnished to do so, provided that the above 11// copyright notice(s) and this permission notice appear in all copies of 12// the Software and that both the above copyright notice(s) and this 13// permission notice appear in supporting documentation. 14// 15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 16// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 18// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 19// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 20// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 21// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 22// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 23// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24// 25// Except as contained in this notice, the name of a copyright holder 26// shall not be used in advertising or otherwise to promote the sale, use 27// or other dealings in this Software without prior written authorization 28// of the copyright holder. 29// 30// NOTE: 31// These are the French keyboard symbols 32// French Swiss symbols are in sw 33 34xkb_symbols "type4" { 35 include "sun_vndr/us(type4basic)" 36 37 key <BKSL> { [ bracketleft, braceleft ] }; 38 key <BRCR> { [ bracketright, braceright ] }; 39 key <DELE> { [ Delete ] }; 40 41 key <AE01> { [ ampersand, 1 ], [ ] }; 42 key <AE02> { [ eacute, 2 ], [ twosuperior ] }; 43 key <AE03> { [ quotedbl, 3 ], [ threesuperior ] }; 44 key <AE04> { [ quoteright, 4 ] }; 45 key <AE05> { [ parenleft, 5 ] }; 46 key <AE06> { [ section, 6 ], [ asciicircum ] }; 47 key <AE07> { [ egrave, 7 ] }; 48 key <AE08> { [ exclam, 8 ], [ sterling ] }; 49 key <AE09> { [ ccedilla, 9 ], [ backslash ] }; 50 key <AE10> { [ agrave, 0 ] }; 51 Key <AE11> { [ parenright, degree ], [ asciitilde ] }; 52 key <AE12> { [ minus, underscore ], [ numbersign ] }; 53 54 key <AD01> { [ a, A ] }; 55 key <AD02> { [ z, Z ] }; 56 key <AD03> { [ e, E ], [EuroSign ] }; 57 key <AD11> { [ SunFA_Circum, SunFA_Diaeresis ] }; 58 key <AD12> { [ quoteleft, dollar ], [ at ] }; 59 60 key <AC01> { [ q, Q ] }; 61 key <AC10> { [ m, M ], [ mu ] }; 62 key <AC11> { [ ugrave, percent ] }; 63 key <TLDE> { [ asterisk, bar ], [ currency ] }; 64 65 key <LSGT> { [ less, greater ] }; 66 key <AB01> { [ w, W ] }; 67 68 key <AB07> { [ comma, question ] }; 69 key <AB08> { [ semicolon, period ] }; 70 key <AB09> { [ colon, slash ] }; 71 key <AB10> { [ equal, plus ] }; 72 73 key <CAPS> { [ SunAltGraph ] }; 74 key <ALGR> { [ Caps_Lock ] }; 75 76 77 78}; 79 80xkb_symbols "type5" { 81 include "fr" 82 83 key <LSGT> { [ less, greater ] }; 84}; 85 86xkb_symbols "type6" { 87 include "sun_vndr/us(type6)" 88 include "fr" 89 90 key <LSGT> { [ less, greater ] }; 91}; 92 93