~ubuntu-branches/ubuntu/raring/xkeyboard-config/raring

« back to all changes in this revision

Viewing changes to symbols/ca

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-06-04 00:35:16 UTC
  • mto: (12.3.3 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: james.westby@ubuntu.com-20110604003516-8nt6pbyc5eq8ze03
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
default partial
2
2
xkb_symbols "fr" {
3
 
    name[Group1] = "Canada";
 
3
    name[Group1] = "French (Canada)";
4
4
 
5
5
    key <TLDE>  { [ numbersign,       bar,     backslash ]      };
6
6
    key <AE01>  { [         1,     exclam,     plusminus ]      };
60
60
};
61
61
 
62
62
xkb_symbols "fr-dvorak" {
63
 
    name[Group1] = "Canada - French Dvorak";
 
63
    name[Group1] = "French (Canada, Dvorak)";
64
64
 
65
65
    key <TLDE>  { [ numbersign,       bar,     backslash ]  };
66
66
    key <AE01>  { [         1,     exclam,     plusminus ]  };
122
122
partial
123
123
xkb_symbols "fr-legacy" {
124
124
 
125
 
    name[Group1] = "Canada - French (legacy)";
 
125
    name[Group1] = "French (Canada, legacy)";
126
126
 
127
127
    include "ca(fr)"
128
128
 
168
168
partial
169
169
xkb_symbols "multi" {
170
170
 
171
 
    name[Group1] = "Canada - Multilingual, first part";
 
171
    name[Group1] = "Canadian Multilingual (first part)";
172
172
 
173
173
    include "ca(fr)"
174
174
 
206
206
partial
207
207
xkb_symbols "multi-2gr" {
208
208
 
209
 
    name[Group1] = "Canada - Multilingual, second part";
 
209
    name[Group1] = "Canadian Multilingual (second part)";
210
210
 
211
211
    key <TLDE>  { [    NoSymbol,      hyphen ]  };
212
212
    key <AE01>  { [   onesuperior,  exclamdown ]        };
269
269
alphanumeric_keys 
270
270
xkb_symbols "ike" {
271
271
 
272
 
    name[Group1]= "Canada - Inuktitut";
 
272
    name[Group1]= "Inuktitut";
273
273
 
274
274
    key <AE01> { [ 0x01001595, 1                ]       };
275
275
    key <AE02> { [ 0x01001449, 2                ]       };
330
330
partial
331
331
xkb_symbols "multix" {
332
332
 
333
 
    name[Group1] = "Canada - Multilingual";
 
333
    name[Group1] = "Canadian Multilingual";
334
334
 
335
335
    key.type[group1]="EIGHT_LEVEL_SEMIALPHABETIC";
336
336
    key <TLDE>  { [     slash,  backslash,            bar, NoSymbol,
451
451
    include "level5(rctrl_switch)"
452
452
};
453
453
 
454
 
// Secwepemctsin keyboard for X11
455
 
// written by Neskie Manuel <neskiem@gmail.com>
456
 
 
457
 
partial alphanumeric_keys  
458
 
xkb_symbols "shs" {
459
 
 
460
 
    include "us"
461
 
 
462
 
    name[Group1]= "Canada - Secwepemctsin";
463
 
 
464
 
    //Using Dead key to get COMBINING COMMA ABOVE for ejectives on
465
 
    //q, l, t, s, m, g, k, p, w, y, r
466
 
    //XCompose key is used for the other accute and grave.
467
 
 
468
 
    key <AB08>  { [ comma, less, U0313    ]     };
469
 
    key <AC01>  { [ a, A, aacute, Aacute  ]     };
470
 
    key <AD03>  { [ e, E, eacute, Eacute  ]     };
471
 
    key <AD07>  { [ u, U, uacute, Uacute  ]     };
472
 
    key <AD08>  { [ i, I, iacute, Iacute  ]     };
473
 
    key <AD09>  { [ o, O, oacute, Oacute  ]     };
474
 
 
475
 
    include "level3(ralt_switch)"
476
 
    include "compose(rctrl)"
477
 
};
478
 
 
479
454
// OLPC Section
480
455
xkb_symbols "olpc" {
481
456
 
492
467
};
493
468
 
494
469
partial alphanumeric_keys 
 
470
xkb_symbols "eng" {
 
471
    name[Group1] = "English (Canada)";
 
472
    include "us(basic)"
 
473
};
 
474
 
 
475
// EXTRAS:
 
476
 
 
477
partial alphanumeric_keys 
495
478
xkb_symbols "kut" {
496
479
 
497
480
    //Ejective U0313  and compose accents are from shs layout
498
481
    include "ca(shs)"
499
482
 
500
 
    name[Group1]= "Canada - Ktunaxa";
 
483
    name[Group1]= "Kutenai";
501
484
 
502
485
    // Alphanumeric section
503
486
 
520
503
    key <AC10> {        [ semicolon,    colon,U02BE,U02BE       ]       };
521
504
};
522
505
 
523
 
partial alphanumeric_keys 
524
 
xkb_symbols "eng" {
525
 
    name[Group1] = "Canada - English";
526
 
    include "us(basic)"
 
506
// Secwepemctsin keyboard for X11
 
507
// written by Neskie Manuel <neskiem@gmail.com>
 
508
 
 
509
partial alphanumeric_keys  
 
510
xkb_symbols "shs" {
 
511
 
 
512
    include "us"
 
513
 
 
514
    name[Group1]= "Secwepemctsin";
 
515
 
 
516
    //Using Dead key to get COMBINING COMMA ABOVE for ejectives on
 
517
    //q, l, t, s, m, g, k, p, w, y, r
 
518
    //XCompose key is used for the other accute and grave.
 
519
 
 
520
    key <AB08>  { [ comma, less, U0313    ]     };
 
521
    key <AC01>  { [ a, A, aacute, Aacute  ]     };
 
522
    key <AD03>  { [ e, E, eacute, Eacute  ]     };
 
523
    key <AD07>  { [ u, U, uacute, Uacute  ]     };
 
524
    key <AD08>  { [ i, I, iacute, Iacute  ]     };
 
525
    key <AD09>  { [ o, O, oacute, Oacute  ]     };
 
526
 
 
527
    include "level3(ralt_switch)"
 
528
    include "compose(rctrl)"
527
529
};
 
530