removing digits from Vietnamese, b.fd.o#7807
[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]= "Vietnam";
17
18     // Alphanumeric section
19     key <TLDE> { [ quoteleft, asciitilde  ]     };
20     key <AE01> { [         abreve,      Abreve          ] };
21     key <AE02> { [         acircumflex,  Acircumflex    ] };
22     key <AE03> { [         ecircumflex, Ecircumflex     ] };
23     key <AE04> { [         ocircumflex, Ocircumflex     ] };
24     key <AE05> { [         dead_grave,  percent         ] };
25     key <AE06> { [         dead_hook,   asciicircum     ] };
26     key <AE07> { [         dead_tilde,  ampersand       ] };
27     key <AE08> { [         dead_acute,  asterisk        ] };
28     key <AE09> { [         dead_belowdot,parenleft      ] };
29     key <AE10> { [         dstroke,     Dstroke         ] };
30     key <AE11> { [     minus, underscore  ]     };
31     key <AE12> { [     DongSign, plus ] };
32
33     key <AD11> { [ uhorn,       Uhorn   ] };
34     key <AD12> { [ ohorn,       Ohorn   ] };
35
36     // End alphanumeric section
37
38     include "level3(ralt_switch)"
39 };