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