⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
X11
/
xkb
/
symbols
/
macintosh_vndr
/
View File Name :
fr
// Marc.Shapiro@inria.fr 19-sep-1998 // modifications : Etienne Herlent
june 2000 // adapted to the new input layer : // Martin Costabel
3-jan-2001 ////////////////////////////////////////////////////////////////// // Petites Modification le juillet 2005 par Bin Zhang
: // 1) La ligne 83 : remplacer les deux "VoidSymbol" par oe et OE // 2) La ligne 89 : remplacer "VoidSymbol" par "EuroSign" // ( 1) et 2) fonctionnent sous UTF-8, mais pas sous iso-8859-1. ) // 3) Remplacer la ligne 148 par la ligne 149 pour que la touche Alt_L // (la touche Apple-Pomme) fonctionne correctement sous Xorg, une idée // motivée par http://www.linux-france.org/macintosh/clavier_gentoo.html ////////////////////////////////////////////////////////////////// // This map is an almost-complete mapping of the standard French // MacIntosh keyboard under Xwindows. I tried to remain as faithful // as possible to the Mac meaning of each key. I did this entirely by // hand and by intuition, relying on the Clavier (Keyboard?) Desktop // Accessory for the Mac meaning of keys, and on reading keysymdef.h // to intuit the corresponding X names. Lacking proper documentation, // I may have made some mistakes. // Entries marked CHECK are particularly uncertain // Entries marked MISSING mark Mac characters for which I was unable // to find a corresponding keysym. (Some for sure don't: e.g. the // Apple mark and the oe/OE character; others I may have simply not // found.) default xkb_symbols "extended" { name[Group1]= "France - Mac"; key
{ [ at, numbersign, periodcentered, ydiaeresis ] }; key
{ [ ampersand, 1, VoidSymbol, dead_acute ] }; // MISSING: Apple key
{ [ eacute, 2, ediaeresis, Eacute ] }; key
{ [ quotedbl, 3, leftdoublequotemark, rightdoublequotemark ] }; key
{ [ apostrophe, 4, leftsinglequotemark, rightsinglequotemark ] }; key
{ [ parenleft, 5, braceleft, bracketleft ] }; key
{ [ section, 6, paragraph, aring ] }; key
{ [ egrave, 7, guillemotleft, guillemotright] }; key
{ [ exclam, 8, exclamdown, Ucircumflex ] }; key
{ [ ccedilla, 9, Ccedilla, Aacute ] }; key
{ [ agrave, 0, oslash, Oslash ] }; key
{ [ parenright, degree, braceright, bracketright ] }; key
{ [ minus, underscore, emdash, endash ] }; key
{ [ a, A, ae, AE ] }; key
{ [ z, Z, Acircumflex, Aring ] }; key
{ [ e, E, ecircumflex, Ecircumflex ] }; key
{ [ r, R, registered, currency ] }; key
{ [ t, T, dagger, trademark ] }; key
{ [ y, Y, Uacute, Ydiaeresis ] }; key
{ [ u, U, masculine, ordfeminine ] }; key
{ [ i, I, icircumflex, idiaeresis ] }; key
{ [ o, O, oe, OE ] }; key
{ [ p, P, Greek_pi, Greek_PI ] }; key
{ [dead_circumflex,dead_diaeresis,ocircumflex, Ocircumflex ] }; key
{ [ dollar, asterisk, EuroSign, yen ] }; key
{ [ q, Q, doubledagger, Greek_OMEGA ] }; key
{ [ s, S, Ograve, Greek_SIGMA ] }; key
{ [ d, D, Greek_delta, Greek_DELTA ] }; key
{ [ f, F, U0192, periodcentered ] }; // ƒ · key
{ [ g, G, UFB01, UFB02 ] }; // fi fl key
{ [ h, H, Igrave, Icircumflex ] }; key
{ [ j, J, Idiaeresis, Iacute ] }; key
{ [ k, K, Egrave, Ediaeresis ] }; key
{ [ l, L, notsign, bar ] }; key
{ [ m, M, mu, Oacute ] }; key
{ [ ugrave, percent, Ugrave, permille ] }; key
{ [ dead_grave, sterling, at, numbersign ] }; key
{ [ less, greater, lessthanequal, greaterthanequal] }; key
{ [ w, W, U2039, U203A ] }; // ‹ › key
{ [ x, X, similarequal, U2044 ] }; // ≃ ⁄ key
{ [ c, C, copyright, cent ] }; key
{ [ v, V, diamond, radical ] }; // CHECK diamond key
{ [ b, B, ssharp, integral ] }; key
{ [ n, N, dead_tilde, asciitilde ] }; key
{ [ comma, question, infinity, questiondown ] }; key
{ [ semicolon, period, ellipsis, periodcentered ] }; key
{ [ colon, slash, division, backslash ] }; key
{ [ equal, plus, notequal, plusminus ] }; key
{ [ space, space, nobreakspace, nobreakspace ] }; include "level3(ralt_switch)" }; xkb_symbols "nodeadkeys" { include "macintosh_vndr/fr(extended)" name[Group1]= "France - Mac, no dead keys"; key
{ [ ampersand, 1, VoidSymbol, acute ] }; // MISSING: Apple key
{ [asciicircum,diaeresis,ocircumflex, Ocircumflex ] }; key
{ [ grave, sterling, at, numbersign ] }; key
{ [ n, N, asciitilde, dead_tilde ] }; };