adding the keyword
[xorg/xkeyboard-config] / symbols / vn
1 // $XKeyboardConfig$
2
3 // based on:
4 // vn,  TCVN 5712:1993
5 // Le Hong Boi <le.hong.boi@bigfoot.com>
6 // August 1999
7 // Further modified by Ashley Clark <aclark@debian.org>
8 // July 2000 for X 4.0
9
10
11 partial default alphanumeric_keys  
12 xkb_symbols "basic" {
13
14     include "us"
15
16     name[Group1]= "Vietnamese";
17
18     // Alphanumeric section
19     key <TLDE> { [ quoteleft, asciitilde  ]     };
20     key <AE01> { [         1, exclam,     abreve,       Abreve          ] };
21     key <AE02> { [         2, at,         acircumflex,  Acircumflex     ] };
22     key <AE03> { [         3, numbersign, ecircumflex,  Ecircumflex     ] };
23     key <AE04> { [         4, dollar,     ocircumflex,  Ocircumflex     ] };
24     key <AE05> { [         5, percent,    dead_grave,   percent         ] };
25     key <AE06> { [         6, asciicircum,dead_hook,    asciicircum     ] };
26     key <AE07> { [         7, ampersand,  dead_tilde,   ampersand       ] };
27     key <AE08> { [         8, asterisk,   dead_acute,   asterisk        ] };
28     key <AE09> { [         9, parenlef,   dead_belowdot,parenleft       ] };
29     key <AE10> { [         0, parenright, dstroke,      Dstroke         ] };
30     key <AE11> { [     minus, underscore  ]     };
31     key <AE12> { [     equal, plus,       DongSign ]    };
32
33     key <AD11> { [ bracketleft,  braceleft,  uhorn,     Uhorn   ] };
34     key <AD12> { [ bracketright, braceright, ohorn,     Ohorn   ] };
35
36     // End alphanumeric section
37
38     include "level3(ralt_switch)"
39 };