diff options
author | marha <marha@users.sourceforge.net> | 2010-07-13 07:35:01 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-07-13 07:35:01 +0000 |
commit | 81124070f120ab658e094b64f6944d701b003a99 (patch) | |
tree | 735e49473d8c4545e39cf98981e3dcdfd70760f9 /xorg-server/xkeyboard-config/symbols/vn | |
parent | f2388fcb82e72ee921139e9a4c8f9223e4ae04cd (diff) | |
download | vcxsrv-81124070f120ab658e094b64f6944d701b003a99.tar.gz vcxsrv-81124070f120ab658e094b64f6944d701b003a99.tar.bz2 vcxsrv-81124070f120ab658e094b64f6944d701b003a99.zip |
Renamed xkbdata.src to xkeyboard-config (to reflect the name in the git repository)
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/vn')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/vn | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/vn b/xorg-server/xkeyboard-config/symbols/vn new file mode 100644 index 000000000..acebae572 --- /dev/null +++ b/xorg-server/xkeyboard-config/symbols/vn @@ -0,0 +1,41 @@ +// $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 +// Fix accents into combining marks by Samuel Thibault <samuel.thibault@ens-lyon.org> +// July 2009 + + +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> { [ 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 ] }; + 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)" +}; |