summaryrefslogtreecommitdiff
path: root/symbols/vn
blob: 37d81408a48a7c8536e9b82ef25a4097795b9524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// $XKeyboardConfig$

// based on:
// vn,  TCVN 5712:1993
// Le Hong Boi <le.hong.boi@bigfoot.com>
// August 1999
// Further modified by Ashley Clark <aclark@debian.org>
// July 2000 for X 4.0


partial default alphanumeric_keys  
xkb_symbols "basic" {

    include "us"

    name[Group1]= "Vietnam";

    // Alphanumeric section
    key <TLDE> { [ quoteleft, asciitilde  ]	};
    key <AE01> { [	   abreve,	Abreve		] };
    key <AE02> { [	   acircumflex,  Acircumflex	] };
    key <AE03> { [	   ecircumflex,	Ecircumflex	] };
    key <AE04> { [	   ocircumflex,	Ocircumflex	] };
    key <AE05> { [	   dead_grave,	percent		] };
    key <AE06> { [	   dead_hook,	asciicircum	] };
    key <AE07> { [	   dead_tilde,	ampersand	] };
    key <AE08> { [	   dead_acute,	asterisk	] };
    key <AE09> { [	   dead_belowdot,parenleft	] };
    key <AE10> { [	   dstroke,	Dstroke		] };
    key <AE11> { [     minus, underscore  ]	};
    key <AE12> { [     DongSign, plus ]	};

    key <AD11> { [ uhorn,	Uhorn	] };
    key <AD12> { [ ohorn,	Ohorn	] };

    // End alphanumeric section

    include "level3(ralt_switch)"
};