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

  1. // $XConsortium: no /main/3 1996/08/31 12:20:02 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/symbols/no,v 3.3.2.1 1997/07/26 06:31:01 dawes 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 Norwegian keybaord
  8.  
  9.     name[Group1]= "Norwegian";
  10.  
  11.     key <TLDE> {    [             bar,         section      ]    };
  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> {    [       oslash,        Ooblique      ]    };
  27.     key <AE11> {    [            plus,        question      ]    };
  28.     key <AC11> {    [              ae,              AE     ]    };
  29.     key <AD11> {    [        aring,           Aring         ]    };
  30.     key <AE12> {    [       backslash,           grave    ],
  31.             [        acute,     dead_ogonek     ]    };
  32.     key <AD12> {    [       diaeresis,     asciicircum         ],    
  33.             [      asciitilde,     dead_macron         ]          };
  34.     key <BKSL> {    [      apostrophe,        asterisk    ]    };
  35.     key <LSGT> {    [            less,         greater    ]    };
  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.  
  50.     // For naming consistency
  51.  
  52.     include "no(basic)"
  53.  
  54. };
  55.  
  56. partial alphanumeric_keys 
  57. xkb_symbols "sundeadkeys" {
  58.  
  59.     // For naming consistency
  60.  
  61.     include "no(Sundeadkeys)"
  62.  
  63. };
  64.  
  65. partial alphanumeric_keys 
  66. xkb_symbols "nodeadkeys" {
  67.  
  68.     // Modifies the basic Norwegian layout to eliminate dead keys
  69.  
  70.     include "no(basic)"
  71.     key <AE12> {    [       backslash,           grave    ],
  72.             [        acute,          ogonek     ]    };
  73.     key <AD12> {    [       diaeresis,     asciicircum         ],    
  74.             [      asciitilde,          macron         ]          };
  75.  
  76. };
  77.