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

« back to all changes in this revision

Viewing changes to unix/xc/programs/xkbcomp/symbols/yu

  • 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
// Converted keytable file to xkb/symbols/ file
 
2
// with mk_xkb by root@linux.chanae.stben.be Tue Sep 30 00:34:26 MET DST 1997
 
3
 
 
4
// Yugoslavian keyboard.
 
5
// Source: the keyboard pictures on MS-DOS 6.22 manual
 
6
// Pablo Saratxaga <srtxg@f2219.n293.z2.fidonet.org>
 
7
 
 
8
default partial alphanumeric_keys
 
9
xkb_symbols "basic" {
 
10
 
 
11
    // Describes the differences between a very simple US/ASCII
 
12
    // keyboard and a very simple Yugoslav keybaord
 
13
 
 
14
    // Alphanumeric section
 
15
    name[Group1]= "Yugoslav";
 
16
 
 
17
    key <AE01> {        [         1,    exclam          ],
 
18
                        [ asciitilde                    ]       };
 
19
    key <AE02> {        [         2,    quotedbl        ],
 
20
                        [ dead_caron                    ]       };
 
21
    key <AE03> {        [         3,    numbersign      ],
 
22
                        [ dead_circumflex                       ]       };
 
23
    key <AE04> {        [         4,    dollar          ],
 
24
                        [ dead_breve                    ]       };
 
25
    key <AE05> {        [         5,    percent         ],
 
26
                        [    degree                     ]       };
 
27
    key <AE06> {        [         6,    ampersand       ],
 
28
                        [ dead_ogonek                   ]       };
 
29
    key <AE07> {        [         7,    slash           ],
 
30
                        [ dead_grave                    ]       };
 
31
    key <AE08> {        [         8,    parenleft       ],
 
32
                        [  abovedot                     ]       };
 
33
    key <AE09> {        [         9,    parenright      ],
 
34
                        [ dead_acute                    ]       };
 
35
    key <AE10> {        [         0,    equal           ],
 
36
                        [ dead_doubleacute                      ]       };
 
37
    key <AE11> {        [ apostrophe,   question        ],
 
38
                        [ dead_diaeresis                        ]       };
 
39
    key <AE12> {        [      plus,    asterisk        ],
 
40
                        [ dead_cedilla                  ]       };
 
41
    key <AD01> {        [         q,    Q               ],
 
42
                        [ backslash                     ]       };
 
43
    key <AD02> {        [         w,    W               ],
 
44
                        [       bar                     ]       };
 
45
    key <AD11> {        [    scaron,    Scaron          ],
 
46
                        [  division                     ]       };
 
47
    key <AD12> {        [   dstroke,    Dstroke         ],
 
48
                        [  multiply                     ]       };
 
49
    key <AC04> {        [         f,    F               ],
 
50
                        [ bracketleft                   ]       };
 
51
    key <AC05> {        [         g,    G               ],
 
52
                        [ bracketright                  ]       };
 
53
    key <AC08> {        [         k,    K               ],
 
54
                        [   lstroke                     ]       };
 
55
    key <AC09> {        [         l,    l               ],
 
56
                        [   Lstroke                     ]       };
 
57
    key <AC10> {        [    ccaron,    Ccaron          ]       };
 
58
    key <AC11> {        [    cacute,    Cacute          ],
 
59
                        [    ssharp                     ]       };
 
60
    key <TLDE> {        [ dead_diaeresis,       dead_cedilla    ]       };
 
61
    key <BKSL> {        [    zcaron,    Zcaron          ]       };
 
62
    key <AB04> {        [         v,    V               ],
 
63
                        [        at                     ]       };
 
64
    key <AB05> {        [         b,    B               ],
 
65
                        [ braceleft                     ]       };
 
66
    key <AB06> {        [         n,    N               ],
 
67
                        [ braceright                    ]       };
 
68
    key <AB07> {        [         m,    M               ],
 
69
                        [   section                     ]       };
 
70
    key <AB08> {        [     comma,    semicolon       ]       };
 
71
    key <AB09> {        [    period,    colon           ]       };
 
72
    key <AB10> {        [     minus,    underscore      ]       };
 
73
    key <LSGT> {        [      less,    greater         ],
 
74
                        [       bar                     ]       };
 
75
 
 
76
    // End alphanumeric section
 
77
 
 
78
    // begin modifier mappings
 
79
    modifier_map Shift  { Shift_L };
 
80
    modifier_map Lock   { Caps_Lock };
 
81
    modifier_map Control{ Control_L };
 
82
    modifier_map Mod3   { Mode_switch };
 
83
};