home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / usr / X11R6 / lib / X11 / xkb / symbols / pt < prev    next >
Text File  |  2000-03-24  |  3KB  |  71 lines

  1. // $XConsortium: pt /main/3 1996/08/31 12:20:08 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/symbols/pt,v 3.3.2.1 1999/11/18 15:37:37 hohndel Exp $
  3. partial default alphanumeric_keys 
  4. xkb_symbols "basic" {
  5.  
  6.     // Describes the differences between a very simple en_US
  7.     // keyboard and a very simple Portuguese keybaord
  8.  
  9.     name[Group1]= "Portuguese";
  10.  
  11.     key <TLDE> {    [       backslash,           bar         ]    };
  12.     key <LSGT> {    [         less,       greater    ],
  13.             [          bar,       brokenbar    ]    };
  14.     key <AE02> {    [               2,      quotedbl        ],    
  15.             [           at,       oneeighth    ]    };
  16.     key <AE04> {    [               4,        dollar         ],
  17.             [         section,          dollar    ]    };
  18.     key <AE03> {    [               3,    numbersign         ],
  19.             [        sterling,        sterling         ]    };
  20.     key <AE06> {    [               6,       ampersand         ]    };
  21.     key <AE07> {    [               7,           slash         ]    };
  22.     key <AE08> {    [               8,       parenleft         ]    };
  23.     key <AB08> {    [           comma,       semicolon         ]    };
  24.     key <AE10> {    [               0,           equal      ]    };
  25.     key <AE09> {    [               9,      parenright      ]    };
  26.     key <AB09> {    [          period,           colon      ]    };
  27.     key <AB10> {    [           minus,      underscore      ]    };
  28.     key <AC10> {    [        ccedilla,        Ccedilla      ]    };
  29.     key <AE11> {    [      apostrophe,        question      ]    };
  30.     key <AC11> {    [       masculine,     ordfeminine      ]    };
  31.     key <AD11> {    [         plus,        asterisk     ],
  32.                 [            dead_diaeresis             ]    };
  33.     key <AE12> {    [   guillemotleft,  guillemotright         ]    };
  34.     key <AD12> {    [      dead_acute,      dead_grave     ]    };
  35.     key <BKSL> {    [      dead_tilde, dead_circumflex    ]    };
  36.     // End alphanumeric section
  37.  
  38.     // begin modifier mappings
  39.     include "ralt(mode_switch)"
  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. partial alphanumeric_keys 
  48. xkb_symbols "Sundeadkeys" {
  49.     include "pt(basic)" // for consistent naming
  50.     
  51.     key <AD11> {    [         plus,        asterisk     ],
  52.             [ SunFA_Diaeresis, SunFA_Diaeresis      ]    };
  53.     key <BKSL> {    [     SunFA_Tilde,    SunFA_Circum    ]    };
  54.     key <AD12> {    [     SunFA_Acute,     SunFA_Grave     ]    };
  55. };
  56.  
  57. partial alphanumeric_keys 
  58. xkb_symbols "sundeadkeys" {
  59.     include "pt(Sundeadkeys)" // for consistent naming
  60. };
  61.  
  62. partial alphanumeric_keys 
  63. xkb_symbols "nodeadkeys" {
  64.     include "pt(basic)" // for consistent naming
  65.  
  66.     key <AD11> {    [         plus,        asterisk     ],
  67.             [     quotedbl,        quotedbl      ]    };
  68.     key <BKSL> {    [      asciitilde,     asciicircum    ]    };
  69.     key <AD12> {    [        acute,           grave     ]    };
  70. };
  71.