diff options
author | marha <marha@users.sourceforge.net> | 2010-07-13 07:48:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-07-13 07:48:55 +0000 |
commit | d8f81c980a46279ac619312a914b563144894512 (patch) | |
tree | 3d2dce1c24fa37edf81c47af2311dbaf56a763f6 /xorg-server/xkeyboard-config/symbols/cd | |
parent | 1812c17dc8e8f071d8731716849957e97bb2b974 (diff) | |
download | vcxsrv-d8f81c980a46279ac619312a914b563144894512.tar.gz vcxsrv-d8f81c980a46279ac619312a914b563144894512.tar.bz2 vcxsrv-d8f81c980a46279ac619312a914b563144894512.zip |
Renamed xkbdata.src also on trunk since the current merging of subversion will loose all the changes in xkbdata.src when the directory is renamed on the source branch.
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/cd')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/cd | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/cd b/xorg-server/xkeyboard-config/symbols/cd new file mode 100644 index 000000000..1ba036551 --- /dev/null +++ b/xorg-server/xkeyboard-config/symbols/cd @@ -0,0 +1,71 @@ +// $XKeyboardConfig$ + +// based on us_intl keyboard map file and a Sinhala keyboard map +// version 0.3 + +partial default alphanumeric_keys +xkb_symbols "basic" { + + name[Group1]= "Congo, Democratic Republic of the"; + + key.type[Group1] = "FOUR_LEVEL"; + + // Alphanumeric section + // TILDE, COMBINING TILDE + key <TLDE> { [ grave, asciitilde, 0x01000303] }; + key <AE01> { [ ampersand, 1, numbersign ] }; + key <AE02> { [0x01000301, 2, at ] }; + key <AE03> { [0x01000300, 3, guillemotleft ] }; + key <AE04> { [ parenleft, 4, bracketleft ] }; + key <AE05> { [ braceleft, 5, less ] }; + key <AE06> { [ braceright, 6, greater ] }; + key <AE07> { [parenright, 7, bracketright ] }; + key <AE08> { [0x01000302, 8, guillemotright ] }; + key <AE09> { [0x0100030c, 9 ] }; + key <AE10> { [0x01000308, 0, at ] }; + key <AE11> { [ minus, underscore, percent ] }; + key <AE12> { [ equal, plus, multiply, division ] }; + + key <AD01> { [ a, A ] }; + key <AD02> { [ z, Z ] }; + key <AD03> { [ e, E ] }; + key <AD04> { [ r, R ] }; + key <AD05> { [ t, T ] }; + key <AD06> { [ y, Y ] }; + key <AD07> { [ u, U, 0x01000289, 0x01001d7e ] }; + key <AD08> { [ i, I, 0x01000268, 0x01000197 ] }; + key <AD09> { [ o, O, oslash, Ooblique ] }; + key <AD10> { [ p, P ] }; + key <AD11> { [0x0100025B, 0x01000190, asciicircum ] }; + key <AD12> { [ asterisk, asciicircum, dollar ] }; + + key <AC01> { [ q, Q ] }; + key <AC02> { [ s, S ] }; + key <AC03> { [ d, D ] }; + key <AC04> { [ f, F ] }; + key <AC05> { [ g, G ] }; + key <AC06> { [ h, H ] }; + key <AC07> { [ j, J ] }; + key <AC08> { [ k, K ] }; + key <AC09> { [ l, L ] }; + key <AC10> { [ m, M ] }; + key <AC11> { [0x01000254, 0x01000186 ] }; + key <LSGT> { [ backslash, bar ] }; + + key <AB01> { [ w, W ] }; + key <AB02> { [ x, X ] }; + key <AB03> { [ c, C, ccedilla, Ccedilla ] }; + key <AB04> { [ v, V ] }; + key <AB05> { [ b, B ] }; + key <AB06> { [ n, N ] }; + key <AB07> { [ comma, question, 0x01000327 ] }; + key <AB08> { [ semicolon, period ] }; + key <AB09> { [ colon, slash ] }; + key <AB10> { [ exclam, apostrophe, 0x01002019 ] }; + key <BKSL> { [ quotedbl, backslash, bar ] }; + + // SPACE, SPACE, SPACE, NO-BREAK SPACE, SPACE + key <SPCE> { [ space, space, nobreakspace, nobreakspace ] }; + + include "level3(ralt_switch)" +}; |