// based on: // vn, TCVN 5712:1993 // Le Hong Boi // August 1999 // Further modified by Ashley Clark // July 2000 for X 4.0 // Fix accents into combining marks by Samuel Thibault // July 2009 partial default alphanumeric_keys xkb_symbols "basic" { include "us" name[Group1]= "Vietnamese"; // Alphanumeric section key { [ quoteleft, asciitilde ] }; key { [ abreve, Abreve ] }; key { [ acircumflex, Acircumflex ] }; key { [ ecircumflex, Ecircumflex ] }; key { [ ocircumflex, Ocircumflex ] }; key { [ 0x1000300, percent, dead_grave, percent ] }; key { [ 0x1000309, asciicircum, dead_hook, asciicircum ] }; key { [ 0x1000303, ampersand, dead_tilde, ampersand ] }; key { [ 0x1000301, asterisk, dead_acute, asterisk ] }; key { [ 0x1000323, parenleft, dead_belowdot, parenleft ] }; key { [ dstroke, Dstroke ] }; key { [ minus, underscore ] }; key { [ DongSign, plus ] }; key { [ uhorn, Uhorn ] }; key { [ ohorn, Ohorn ] }; // End alphanumeric section include "level3(ralt_switch)" };