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

« back to all changes in this revision

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

  • 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/it' file
 
3
//
 
4
// $XFree86: xc/programs/xkbcomp/symbols/pc/it,v 1.2 2002/11/22 04:03:28 dawes Exp $
 
5
 
 
6
partial default alphanumeric_keys
 
7
xkb_symbols "basic" {
 
8
 
 
9
    include "pc/latin(type4)"
 
10
 
 
11
    name[Group1]="Italian";
 
12
 
 
13
    key <AE02>  { [         2,   quotedbl,  twosuperior,    oneeighth ] };
 
14
    key <AE03>  { [         3,   sterling, threesuperior,    sterling ] };
 
15
    key <AE11>  { [apostrophe,   question,        grave, questiondown ] };
 
16
    key <AE12>  { [    igrave, asciicircum,   asciitilde, dead_ogonek ] };
 
17
 
 
18
    key <AD11>  { [    egrave,     eacute,  bracketleft, dead_abovering ] };
 
19
    key <AD12>  { [      plus,   asterisk, bracketright,  dead_macron ] };
 
20
 
 
21
    key <AC10>  { [    ograve,   ccedilla,       at, dead_doubleacute ] };
 
22
    key <AC11>  { [    agrave,     degree,   numbersign,   numbersign ] };
 
23
    key <TLDE>  { [ backslash,        bar,      notsign,      notsign ] };
 
24
 
 
25
    key <BKSL>  { [    ugrave,    section,   dead_grave,   dead_breve ] };
 
26
 
 
27
    key <RALT>  { type[Group1]="TWO_LEVEL",
 
28
                  [ ISO_Level3_Shift, Multi_key ]   };
 
29
    modifier_map Mod5   { <RALT> };
 
30
};
 
31
 
 
32
partial alphanumeric_keys
 
33
xkb_symbols "nodeadkeys" {
 
34
 
 
35
    // Modifies the basic italian layout to eliminate all dead keys
 
36
 
 
37
    include "pc/it(basic)"
 
38
 
 
39
    key <AE12>  { [    igrave, asciicircum,   asciitilde,      ogonek ] };
 
40
    key <AD11>  { [    egrave,     eacute,  bracketleft,       degree ] };
 
41
    key <AD12>  { [      plus,   asterisk, bracketright,       macron ] };
 
42
    key <AC10>  { [    ograve,   ccedilla,           at,  doubleacute ] };
 
43
    key <BKSL>  { [    ugrave,    section,        grave,        breve ] };
 
44
    key <AB10>  { [     minus, underscore, dead_belowdot,    abovedot ] };
 
45
};