2009-06-06 11:52:23 -06:00
|
|
|
// 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
|
2011-01-10 07:25:56 -07:00
|
|
|
// Fix accents into combining marks by Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
|
|
// July 2009
|
2009-06-06 11:52:23 -06:00
|
|
|
|
|
|
|
|
2013-10-26 11:49:57 -06:00
|
|
|
default partial alphanumeric_keys
|
2009-06-06 11:52:23 -06:00
|
|
|
xkb_symbols "basic" {
|
|
|
|
|
|
|
|
include "us"
|
|
|
|
|
2011-07-01 08:25:24 -06:00
|
|
|
name[Group1]= "Vietnamese";
|
2009-06-06 11:52:23 -06:00
|
|
|
|
2013-10-26 11:49:57 -06:00
|
|
|
key <TLDE> { [ grave, asciitilde ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AE01> { [ abreve, Abreve ] };
|
|
|
|
key <AE02> { [ acircumflex, Acircumflex ] };
|
|
|
|
key <AE03> { [ ecircumflex, Ecircumflex ] };
|
|
|
|
key <AE04> { [ ocircumflex, Ocircumflex ] };
|
2011-01-10 07:25:56 -07:00
|
|
|
key <AE05> { [ 0x1000300, percent, dead_grave, percent ] };
|
|
|
|
key <AE06> { [ 0x1000309, asciicircum, dead_hook, asciicircum ] };
|
|
|
|
key <AE07> { [ 0x1000303, ampersand, dead_tilde, ampersand ] };
|
|
|
|
key <AE08> { [ 0x1000301, asterisk, dead_acute, asterisk ] };
|
|
|
|
key <AE09> { [ 0x1000323, parenleft, dead_belowdot, parenleft ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AE10> { [ dstroke, Dstroke ] };
|
|
|
|
key <AE11> { [ minus, underscore ] };
|
|
|
|
key <AE12> { [ DongSign, plus ] };
|
|
|
|
|
|
|
|
key <AD11> { [ uhorn, Uhorn ] };
|
|
|
|
key <AD12> { [ ohorn, Ohorn ] };
|
|
|
|
|
|
|
|
include "level3(ralt_switch)"
|
|
|
|
};
|