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

« back to all changes in this revision

Viewing changes to unix/xc/programs/xkbcomp/symbols/sgi/jp

  • 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
// $Xorg: jp,v 1.3 2000/08/17 19:54:45 cpqbld Exp $
 
2
xkb_symbols "jp106" {
 
3
 
 
4
    name[group1]="Japan/ASCII";
 
5
 
 
6
    key <HZTG> {         [ Zenkaku_Hankaku                  ] };
 
7
    key <AE01> {         [               1,          exclam ] };
 
8
    key <AE02> {         [               2,        quotedbl ] };
 
9
    key <AE03> {         [               3,      numbersign ] };
 
10
    key <AE04> {         [               4,          dollar ] };
 
11
    key <AE05> {         [               5,         percent ] };
 
12
    key <AE06> {         [               6,       ampersand ] };
 
13
    key <AE07> {         [               7,      apostrophe ] };
 
14
    key <AE08> {         [               8,       parenleft ] };
 
15
    key <AE09> {         [               9,      parenright ] };
 
16
    key <AE10> {         [               0,      asciitilde ] };
 
17
    key <AE11> {         [           minus,           equal ] };
 
18
    key <AE12> {         [     asciicircum,         overbar ] };
 
19
    key <AE13> {         [             yen,             bar ] };
 
20
 
 
21
    // keys <TAB> and <AD01> - <AD10> are identical to US/ASCII keyboard
 
22
    key <AD11> {         [              at,           grave ] };
 
23
    key <AD12> {         [     bracketleft,       braceleft ] };
 
24
 
 
25
    key <CAPS> {         [      Eisu_Shift,       Caps_Lock ] };
 
26
    // keys <AC01> - <AC09> are identical to US/ASCII keyboard
 
27
    key <AC10> {         [       semicolon,            plus ] };
 
28
    key <AC11> {         [           colon,        asterisk ] };
 
29
    key <AC12> {         [    bracketright,      braceright ] };
 
30
 
 
31
    // keys <LFSH> and <AB01> - <AB10> are identical to US/ASCII keyboard
 
32
    key <AB11> {         [       backslash,      underscore ] };
 
33
 
 
34
    key <NFER> {         [        Muhenkan ] };
 
35
    key <XFER> {         [           Kanji ] };
 
36
    key <HKTG> {         [ Hiragana_Katakana ] };
 
37
};
 
38
 
 
39
xkb_symbols "alternate106" {
 
40
    key <AE10> {         [               0,      overbar ] };
 
41
    key <AE12> {         [     asciicircum,      asciitilde] };
 
42
    key <AE13> {         [       backslash,             bar ] };
 
43
    key <AB11> {         [        underbar,      underscore ] };
 
44
    augment "sgi/jp(jp106)"
 
45
};
 
46