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