home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / X11 / xkb / symbols / ee < prev    next >
Text File  |  2006-11-29  |  3KB  |  80 lines

  1. // $XKeyboardConfig: xkbdesc/symbols/ee,v 1.9 2006/03/16 22:58:05 svu Exp $
  2.  
  3. // based on
  4. // Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
  5. //
  6. // $XFree86: xc/programs/xkbcomp/symbols/ee,v 1.2 2002/11/22 04:03:28 dawes Exp $
  7.  
  8. partial default alphanumeric_keys
  9. xkb_symbols "basic" {
  10.  
  11.     // Describes the differences between a very simple en_US
  12.     // keyboard and a very simple Estonian keyboard
  13.     // This layout conforms to both EVS8:1993 and EVS8:2000 standards
  14.  
  15.     include "latin(type4)"
  16.  
  17.     name[Group1]="Estonia";
  18.  
  19.     key <AE03>    { [         3, numbersign,     sterling,     sterling ]    };
  20.     key <AE04>    { [         4,   currency,       dollar,       dollar ]    };
  21.     key <AE11>    { [      plus,   question,    backslash, questiondown ]    };
  22.     key <AE12>    { [dead_acute, dead_grave,        grave,   apostrophe ]    };
  23.  
  24.     key <AD03>    { [         e,          E,     EuroSign,     EuroSign ]    };
  25.     key <AD11>    { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
  26.     key <AD12>    { [    otilde,     Otilde,      section,  dead_macron ]    };
  27.  
  28.     key <AC02>    { [         s,          S,       scaron,       Scaron ]    };
  29.     key <AC10>    { [odiaeresis, Odiaeresis,   dead_acute, dead_doubleacute ] };
  30.     key <AC11>    { [adiaeresis, Adiaeresis,  asciicircum,   dead_caron ]    };
  31.     key <TLDE>    { [dead_caron, dead_tilde,      notsign,      notsign ]    };
  32.  
  33.     key <BKSL>    { [apostrophe,   asterisk,      onehalf,   dead_breve ]    };
  34.     key <AB01>    { [         z,          Z,       zcaron,       Zcaron ]    };
  35.     key <AB08>    { [     comma,  semicolon,         less,     multiply ]    };
  36.     key <AB09>    { [    period,      colon,      greater,     division ]    };
  37.  
  38.     include "level3(ralt_switch)"
  39. };
  40.  
  41. partial alphanumeric_keys
  42. xkb_symbols "nodeadkeys" {
  43.  
  44.     // Modifies the basic Estonian layout to eliminate all dead keys
  45.  
  46.     include "ee(basic)"
  47.     name[Group1]="Estonia - Eliminate dead keys";
  48.  
  49.     key <TLDE>    { [asciicircum,asciitilde ]    };
  50.     key <AE12>    { [apostrophe,      grave ]    };
  51.     key <AD11>    { [udiaeresis, Udiaeresis,    diaeresis,       degree ]    };
  52.     key <AD12>    { [    otilde,     Otilde,      section,       macron ]    };
  53.     key <AC10>    { [odiaeresis, Odiaeresis,        acute,  doubleacute ]    };
  54.     key <AC11>    { [adiaeresis, Adiaeresis,  asciicircum,        caron ]    };
  55.     key <BKSL>    { [apostrophe,   asterisk,      onehalf,        breve ]    };
  56.     key <AB10>    { [     minus, underscore, dead_belowdot,    abovedot ]    };
  57. };
  58.  
  59. // Dvorak with Estonian characters
  60. partial alphanumeric_keys
  61. xkb_symbols "dvorak" {
  62.    include "us(dvorak)"
  63.    name[Group1]= "Estonia - Dvorak";
  64.    
  65.     key <AE03>    { [         3, numbersign,   sterling ]    };
  66.     key <AE04>    { [         4,     dollar,    section,   currency ]    };
  67.     key <AE05>    { [         5,    percent,   EuroSign ]    };
  68.     key <AE08>    { [         8,   asterisk,    onehalf ]    };
  69.  
  70.     key <AC01>    { [         a,          A, adiaeresis, Adiaeresis ]    };
  71.     key <AC02>    { [         o,          O,     otilde,     Otilde ]    };
  72.     key <AC03>    { [         e,          E, odiaeresis, Odiaeresis ]    };
  73.     key <AC04>    { [         u,          U, udiaeresis, Udiaeresis ]    };
  74.     key <AC10>    { [         s,          S,     scaron,     Scaron ]    };   
  75.     key <AB10>    { [         z,          Z,     zcaron,     Zcaron ]    };
  76.  
  77.     include "level3(ralt_switch)"
  78.     include "keypad(comma)"
  79. };
  80.