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