~develop7/xkeyboard-config/rube-layout

« back to all changes in this revision

Viewing changes to symbols/no

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-08-11 22:01:46 UTC
  • mfrom: (12.2.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110811220146-8y9xgnbyxmro7d08
Tags: 2.3-1ubuntu1
* Merge from Debian experimental.  Remaining Ubuntu changes:
    + xkb-data-i18n.install, xkb-data.install, rules: Split out
      xkb-data-i18n to be used by console-setup.
    + 105_intelligent_keyboard.patch: Add support for the Intelligent
      Keyboard K04
    + 108_fix_intltool_make_check.diff: Fix make check in the presence
      of the quilt patch system.
    + xkb-data.postinst.in: Migrate console-setup/keyboard-configuration
      settings from dvorak-intl to dvorak-alt-intl to match rename in
      xkeyboard-config 1.9. (LP: 742683)
* No need to build the pot file anymore, upstream version is used.
* Fix dh_autoreconf override in rules (FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
    include "latin(type2)"
11
11
 
12
 
    name[Group1]="Norway";
 
12
    name[Group1]="Norwegian";
13
13
 
14
14
    key <AB09>  { [    period,      colon, ellipsis,   periodcentered ] };
15
15
    key <AB10>  { [     minus, underscore,       endash,       emdash ] };
42
42
 
43
43
    include "no(basic)"
44
44
 
45
 
    name[Group1]="Norway - Eliminate dead keys";
 
45
    name[Group1]="Norwegian (eliminate dead keys)";
46
46
 
47
47
    key <AE12>  { [ backslash,      grave,        acute,       ogonek ] };
48
48
    key <AD12>  { [ diaeresis, asciicircum,   asciitilde,      macron ] };
57
57
xkb_symbols "dvorak" {
58
58
    include "us(dvorak)"
59
59
 
60
 
    name[Group1]="Norway - Dvorak";
 
60
    name[Group1]="Norwegian (Dvorak)";
61
61
 
62
62
    key <TLDE> { [        bar,  section, brokenbar, paragraph   ] };
63
63
 
118
118
xkb_symbols "smi" {
119
119
    include "latin"
120
120
 
121
 
    name[Group1]= "Norway - Northern Saami";
 
121
    name[Group1]= "Northern Saami (Norway)";
122
122
 
123
123
    key <AE01>  { [         1,     exclam,    copyright,   exclamdown ] };
124
124
    key <AE02>  { [         2,   quotedbl,           at,   registered ] };
181
181
 
182
182
    include "no(smi)"
183
183
 
184
 
    name[Group1]= "Norway - Northern Saami, eliminate dead keys";
 
184
    name[Group1]= "Northern Saami (Norway, eliminate dead keys)";
185
185
 
186
186
    key <AE12>  { [ backslash,      grave,        acute,       ogonek ] };
187
187
};
194
194
    // keyboard and a very simple Norwegian keybaord
195
195
 
196
196
    include "latin(type4)"
197
 
    name[Group1]= "Norway - Macintosh";
 
197
    name[Group1]= "Norwegian (Macintosh)";
198
198
 
199
199
    key <TLDE>  { [       bar,    section     ] };
200
200
    key <AE03>  { [         3, numbersign,     sterling,     sterling ] };
218
218
 
219
219
    // Modifies the basic Norwegian layout to eliminate dead keys
220
220
    include "no(mac)"
221
 
    name[Group1]= "Norway - Macintosh, eliminate dead keys";
 
221
    name[Group1]= "Norwegian (Macintosh, eliminate dead keys)";
222
222
 
223
223
    key <AE12>  { [      grave,     acute,        acute,       ogonek ] };
224
224
    key <AD12>  { [  diaeresis, asciicircum, asciitilde,       macron ] };