home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / xkb / symbols / fr < prev    next >
Text File  |  1999-09-03  |  4KB  |  94 lines

  1. // $XConsortium: fr /main/3 1996/08/31 12:19:45 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/symbols/fr,v 3.3 1996/12/23 07:13:23 dawes Exp $
  3. partial default alphanumeric_keys 
  4. xkb_symbols "basic" {
  5.  
  6.     // Describes the differences between a very simple US/ASCII
  7.     // keyboard and a very simple French keybaord
  8.  
  9.     name[Group1]= "French";
  10.     key <TLDE> {    [     twosuperior             ]    };
  11.     key <AE01> {    [       ampersand,               1    ],
  12.             [     onesuperior,      exclamdown    ]    };
  13.     key <AE02> {    [          eacute,               2    ],
  14.             [      asciitilde,       oneeighth    ]    };
  15.     key <AE03> {     [        quotedbl,               3    ], 
  16.             [      numbersign,        sterling    ]    };
  17.     key <AE04> {    [      apostrophe,               4    ],
  18.             [       braceleft,          dollar    ]    };
  19.     key <AE05> {    [       parenleft,               5    ],
  20.             [     bracketleft,    threeeighths    ]    };
  21.     key <AE06> {    [           minus,               6    ],
  22.             [             bar,     fiveeighths    ]    };
  23.     key <AE07> {     [          egrave,               7    ],
  24.             [           grave,    seveneighths    ]    };
  25.     key <AE08> {    [      underscore,               8    ],
  26.             [       backslash,       trademark    ]    };
  27.     key <AE09> {    [        ccedilla,               9    ],
  28.             [     asciicircum,       plusminus    ]    };
  29.     key <AE10> {    [          agrave,               0    ],
  30.             [              at,          degree    ]    };
  31.     key <AE11> {    [      parenright,          degree    ],
  32.             [    bracketright,    questiondown    ]    };
  33.     key <AE12> {    [           equal,            plus    ],
  34.             [      braceright,     dead_ogonek    ]    };
  35.     key <AD01> {    [               a,               A    ],
  36.             [              ae,              AE    ]    };
  37.     key <AD02> {    [               z,               Z    ],
  38.             [   guillemotleft,            less    ]    };
  39.     key <AD11> {    [ dead_circumflex,  dead_diaeresis    ]    };
  40.     key <AD12> {    [          dollar,        sterling    ],
  41.             [        currency,     dead_macron    ]    };
  42.     key <AC01> {    [               q,               Q    ],
  43.             [              at,     Greek_OMEGA    ]    };
  44.     key <AC10> {    [               m,               M    ],
  45.             [              mu,       masculine    ]    };
  46.     key <AC11> {    [          ugrave,         percent    ]    };
  47.     key <AB01> {    [               w,               W    ],
  48.             [         lstroke,         Lstroke    ]    };
  49.     key <AB07> {    [           comma,        question    ],
  50.             [      dead_acute, dead_doubleacute    ]    };
  51.     key <AB08> {    [       semicolon,          period    ]    };
  52.     key <AB09> {    [           colon,           slash    ]    };
  53.     key <AB10> {    [          exclam,         section    ]    };
  54.     key <BKSL> {    [        asterisk,              mu    ]    };
  55.     // End alphanumeric section
  56.  
  57.     // begin modifier mappings
  58.     modifier_map Shift  { Shift_L };
  59.     modifier_map Lock   { Caps_Lock };
  60.     modifier_map Control{ Control_L };
  61.     modifier_map Mod3    { Mode_switch };
  62. };
  63.  
  64. partial alphanumeric_keys 
  65. xkb_symbols "Sundeadkeys" {
  66.  
  67.     // Modifies the basic French layout to use the Sun dead keys
  68.  
  69.     include "fr(basic)"
  70.     key <AD11> {    [    SunFA_Circum, SunFA_Diaeresis    ]    };
  71.     key <AB07> {    [           comma,        question    ],
  72.             [     SunFA_Acute,dead_doubleacute    ]    };
  73. };
  74.  
  75. partial alphanumeric_keys 
  76. xkb_symbols "sundeadkeys" {
  77.     include "fr(Sundeadkeys)"
  78. };
  79.  
  80. partial alphanumeric_keys 
  81. xkb_symbols "nodeadkeys" {
  82.  
  83.     // Modifies the basic French layout to eliminate all dead keys
  84.  
  85.     include "fr(basic)"
  86.     key <AE12> {    [           equal,            plus    ],
  87.             [      braceright,          ogonek    ]    };
  88.     key <AD11> {    [     asciicircum,       diaeresis    ]    };
  89.     key <AD12> {    [          dollar,        sterling    ],
  90.             [        currency,          macron    ]    };
  91.     key <AB07> {    [           comma,        question    ],
  92.             [           acute,     doubleacute    ]    };
  93. };
  94.