~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xkbcomp/symbols/pc/tml

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// based on a keyboard map from an 'xkb/symbols/tml' file
 
3
//
 
4
// $XFree86: xc/programs/xkbcomp/symbols/pc/tml,v 1.2 2002/11/22 04:03:28 dawes Exp $
 
5
 
 
6
partial default alphanumeric_keys 
 
7
xkb_symbols "basic" {
 
8
      name[Group1]= "Tamil";
 
9
 
 
10
      key <TLDE> { [      0x1000BCA, 0x1000B92  ]       };
 
11
 
 
12
// Mainly numbers.
 
13
      key <AE01> { [      0x1000BE7             ]       };
 
14
      key <AE02> { [      0x1000BE8             ]       };
 
15
      key <AE03> { [      0x1000BE9             ]       };
 
16
      key <AE04> { [      0x1000BEA             ]       };
 
17
      key <AE05> { [      0x1000BEB             ]       };
 
18
      key <AE06> { [      0x1000BEC             ]       };
 
19
      key <AE07> { [      0x1000BED             ]       };
 
20
      key <AE08> { [      0x1000BEE             ]       };
 
21
      key <AE09> { [      0x1000BEF, parenleft  ]       };
 
22
      key <AE10> { [      0x1000BF0, parenright ]       };
 
23
      key <AE11> { [      0x1000BF1, 0x1000B83  ]       };
 
24
      key <AE12> { [      0x1000BF2, plus       ]       };
 
25
 
 
26
// Mainly long vowels
 
27
 
 
28
      key <AD01> { [      0x1000BCC,  0x1000B94 ]       };
 
29
      key <AD02> { [      0x1000BC8,  0x1000B90 ]       };
 
30
      key <AD03> { [      0x1000BBE,  0x1000B86 ]       };
 
31
      key <AD04> { [      0x1000BC0,  0x1000B88 ]       };
 
32
      key <AD05> { [      0x1000BC2,  0x1000B8A ]       };
 
33
 
 
34
// Mainly voiced consonants
 
35
 
 
36
      key <AD07> { [      0x1000BB9, 0x1000B99  ]       };
 
37
      key <AD12> { [      0x1000BBC, 0x1000B9E  ]       };
 
38
 
 
39
// Mainly short vowels
 
40
      key <AC01> { [      0x1000BCB,  0x1000B93 ]       };
 
41
      key <AC02> { [      0x1000BC7,  0x1000B8F ]       };
 
42
      key <AC03> { [      0x1000BCD,  0x1000B85 ]       };
 
43
      key <AC04> { [      0x1000BBF,  0x1000B87 ]       };
 
44
      key <AC05> { [      0x1000BC1,  0x1000B89 ]       };
 
45
 
 
46
// Mainly unvoiced consonants
 
47
 
 
48
      key <AC06> { [      0x1000BAA             ]       };
 
49
      key <AC07> { [      0x1000BB0,  0x1000BB1 ]       };
 
50
      key <AC08> { [      0x1000B95             ]       };
 
51
      key <AC09> { [      0x1000BA4             ]       };
 
52
      key <AC10> { [      0x1000B9A             ]       };
 
53
      key <AC11> { [      0x1000B9F             ]       };
 
54
      key <BKSL> { [      backslash, bar        ]       };
 
55
 
 
56
      key <AB01> { [      0x1000BC6,  0x1000B8E ]       };
 
57
      key <AB02> { [      0x1000B82             ]       };
 
58
      key <AB03> { [      0x1000BAE,  0x1000BA3 ]       };
 
59
      key <AB04> { [      0x1000BA8,  0x1000BA9 ]       };
 
60
      key <AB05> { [      0x1000BB5,  0x1000BB4 ]       };
 
61
      key <AB06> { [      0x1000BB2,  0x1000BB3 ]       };
 
62
      key <AB07> { [      0x1000BB8             ]       };
 
63
      key <AB08> { [      comma,      0x1000BB7 ]       };
 
64
      key <AB09> { [      period,     0x1000964 ]       };
 
65
      key <AB10> { [      0x1000BAF,  question  ]       };
 
66
};