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

  1. // $XConsortium: se /main/3 1996/08/31 12:20:15 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/symbols/se,v 3.3.2.1 1998/10/04 13:37:29 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 Swedish(Sweden) keybaord
  8.  
  9.     name[Group1]= "Swedish";
  10.  
  11.     key <TLDE> {    [         section,         onehalf      ]    };
  12.     key <AE02> {    [               2,        quotedbl         ],    
  13.             [           at,     oneeighth    ]    };
  14.     key <AE04> {    [               4,        currency         ],    
  15.             [       dollar,        dollar    ]    };
  16.     key <AE03> {    [               3,      numbersign      ],    
  17.             [        sterling,        sterling    ]    };
  18.     key <AE06> {    [               6,       ampersand         ]    };
  19.     key <AE07> {    [               7,           slash         ]    };
  20.     key <AE08> {    [               8,       parenleft         ]    };
  21.     key <AB08> {    [           comma,       semicolon         ]    };
  22.     key <AE10> {    [               0,           equal         ]    };
  23.     key <AE09> {    [               9,      parenright         ]    };
  24.     key <AB09> {    [          period,           colon         ]    };
  25.     key <AB10> {    [           minus,      underscore         ]    };
  26.     key    <AC10> {    [      odiaeresis,      Odiaeresis         ]    };
  27.     key <AE11> {    [            plus,        question      ]    };
  28.     key <AC11> {    [      adiaeresis,      Adiaeresis     ]    };
  29.     key <AD11> {    [        aring,           Aring         ]    };
  30.     key <AE12> {    [           acute,           grave    ]    };
  31.     key <AD12> {    [       diaeresis,     asciicircum         ]    };
  32.     key <BKSL> {    [      apostrophe,        asterisk    ]    };
  33.     key <LSGT> {        [            less,         greater      ],
  34.                         [             bar,       brokenbar      ]       };
  35.     key <KPDL> {    [    KP_Delete,    KP_Separator    ]    };
  36.  
  37.     // End alphanumeric section
  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. partial alphanumeric_keys 
  48. xkb_symbols "Sundeadkeys" {
  49.     include "se(basic)" // for consistent naming
  50. };
  51.  
  52. partial alphanumeric_keys 
  53. xkb_symbols "sundeadkeys" {
  54.     include "se(Sundeadkeys)" // for consistent naming
  55. };
  56.  
  57. partial alphanumeric_keys 
  58. xkb_symbols "nodeadkeys" {
  59.     include "se(basic)" // for consistent naming
  60. };
  61.  
  62. partial alphanumeric_keys
  63. xkb_symbols "fixdollar" {
  64. //    key <AE04> {    [               4,        currency         ],    
  65. //            [       dollar,        dollar    ]    };
  66.   override key <AE04> {    [        4,        dollar    ],
  67.               [       dollar,      currency    ]     };
  68. };
  69.