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

  1. //
  2. // $XFree86: xc/programs/xkbcomp/symbols/br,v 1.1.2.2 1999/06/25 10:40:38 hohndel Exp $
  3. //
  4. partial default alphanumeric_keys 
  5. xkb_symbols "abnt2" {
  6.  
  7.     // Describes the differences between a very simple us
  8.     // keyboard and a very simple Brasilian ABNT2 keybaord
  9.     // by Ricardo Y. Igarashi (iga@that.com.br)
  10.     // Adds suport for dead-keys in I18N applications
  11.     // by Conectiva  (http://www.conectiva.com.br)
  12.  
  13.     name[Group1]= "Brazilian";
  14.  
  15.     key <TLDE> {        [      apostrophe,        quotedbl      ]       };
  16.     key <AE04> {        [               4,          dollar      ],
  17.                         [        sterling                       ]       };
  18.     key <AE05> {        [               5,         percent      ],
  19.                         [            cent                       ]       };
  20.     key <AE06> {        [               6,  dead_diaeresis      ],
  21.                         [         notsign                       ]       };
  22.     key <AE12> {        [           equal,            plus      ],
  23.                         [         section                       ]       };
  24.     key <AD11> {        [      dead_acute,      dead_grave      ]       };
  25.     key <AD12> {        [     bracketleft,       braceleft      ],
  26.                         [     ordfeminine                       ]       };
  27.     key <AC10> {        [        ccedilla,        Ccedilla      ]       };
  28.     key <AC11> {        [      dead_tilde, dead_circumflex      ]       };
  29.     key <AC12> {        [    bracketright,      braceright      ],
  30.                         [       masculine                       ]       };
  31.     key <BKSL> {        [       backslash,             bar      ]       };
  32.     key <AB10> {        [       semicolon,           colon      ]       };
  33.     key <AB11> {        [           slash,        question      ],
  34.                         [          degree                       ]       };
  35.  
  36.     key <KPPT> {    [  KP_Decimal                ]    };
  37.     key <KPDL> {    [  KP_Delete,    comma            ]    };
  38.  
  39.     // begin modifier mappings
  40.     
  41.     modifier_map Shift  { Shift_L };
  42.     modifier_map Lock   { Caps_Lock };
  43.     modifier_map Control{ Control_L };
  44.     modifier_map Mod3   { Mode_switch };
  45.  
  46. };
  47.  
  48. partial alphanumeric_keys 
  49. xkb_symbols "Sundeadkeys" {
  50.     include "br(basic)" // for consistent naming
  51. };
  52.  
  53. partial alphanumeric_keys 
  54. xkb_symbols "sundeadkeys" {
  55.     include "br(Sundeadkeys)" // for consistent naming
  56. };
  57.  
  58. partial alphanumeric_keys 
  59. xkb_symbols "nodeadkeys" {
  60.     include "br(abnt2)" // for consistent naming
  61.     key <AE06> {    [               6,       diaeresis         ],
  62.                         [         notsign                       ]       };
  63.     key <AD11> {    [      apostrophe,         grave     ]    };
  64.     key <AC11> {    [      asciitilde,     asciicircum      ]    };
  65. };
  66.  
  67.