vn revision 797b363d
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// Fix accents into combining marks by Samuel Thibault <samuel.thibault@ens-lyon.org>
8// July 2009
9
10
11default  partial alphanumeric_keys
12xkb_symbols "basic" {
13
14    include "us"
15
16    name[Group1]= "Vietnamese";
17
18    key <TLDE> { [	   grave, 	asciitilde	] };
19    key <AE01> { [	   abreve,	Abreve		] };
20    key <AE02> { [	   acircumflex,  Acircumflex	] };
21    key <AE03> { [	   ecircumflex,	Ecircumflex	] };
22    key <AE04> { [	   ocircumflex,	Ocircumflex	] };
23    key <AE05> { [	   0x1000300,	percent,	dead_grave,	percent		] };
24    key <AE06> { [	   0x1000309,	asciicircum,	dead_hook,	asciicircum	] };
25    key <AE07> { [	   0x1000303,	ampersand,	dead_tilde,	ampersand	] };
26    key <AE08> { [	   0x1000301,	asterisk,	dead_acute,	asterisk	] };
27    key <AE09> { [	   0x1000323,	parenleft,	dead_belowdot,	parenleft	] };
28    key <AE10> { [	   dstroke,	Dstroke		] };
29    key <AE11> { [     minus, underscore  ]	};
30    key <AE12> { [     DongSign, plus ]	};
31
32    key <AD11> { [ uhorn,	Uhorn	] };
33    key <AD12> { [ ohorn,	Ohorn	] };
34
35    include "level3(ralt_switch)"
36};
37