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/sn | |
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/sn')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/sn | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/sn b/xorg-server/xkeyboard-config/symbols/sn new file mode 100644 index 000000000..90ffe6111 --- /dev/null +++ b/xorg-server/xkeyboard-config/symbols/sn @@ -0,0 +1,42 @@ +partial default alphanumeric_keys +xkb_symbols "basic" { + + include "latin" + + name[Group1]="Senegal"; + + key <AE01> { [ ampersand, 1, bar, NoSymbol ] }; + key <AE02> { [ eacute, 2, asciitilde, Eacute ] }; + key <AE03> { [ quotedbl, 3, numbersign, cedilla ] }; + key <AE04> { [apostrophe, 4, braceleft, acute ] }; + key <AE05> { [ parenleft, 5, bracketleft, diaeresis ] }; + key <AE06> { [ minus, 6, bar, brokenbar ] }; + key <AE07> { [ egrave, 7, dead_grave, Egrave ] }; + key <AE08> { [underscore, 8, backslash, macron ] }; + key <AE09> { [ ccedilla, 9, asciicircum, Ccedilla ] }; + key <AE10> { [ agrave, 0, at, Agrave ] }; + key <AE11> { [parenright, degree, bracketright, ydiaeresis ] }; + key <AE12> { [ equal, plus, braceright,threequarters ] }; + + key <AD01> { [ a, A, ae, AE ] }; + key <AD02> { [ z, Z, guillemotleft, less ] }; + key <AD03> { [ e, E, EuroSign, cent ] }; + key <AD11> { [ eng, ENG, bracketleft, bracketright ] }; + key <AD12> { [ dollar, sterling, currency, ecircumflex ] }; + + key <AC01> { [ q, Q, at, Greek_OMEGA ] }; + key <AC10> { [ m, M, mu, masculine ] }; + key <AC11> { [ ntilde, Ntilde, acute, dead_acute ] }; + key <TLDE> { [twosuperior, percent, notsign, notsign ] }; + + key <BKSL> { [ mu, sterling, grave, dead_grave ] }; + key <AB01> { [ w, W, lstroke, Lstroke ] }; + key <AB07> { [ comma, question, questiondown, NoSymbol ] }; + key <AB08> { [ semicolon, period, horizconnector, multiply ] }; + key <AB09> { [ colon, slash, periodcentered, division ] }; + key <AB10> { [ exclam, section, exclamdown, NoSymbol ] }; + + key <LSGT> { [ less, greater, bar, NoSymbol ] }; + + include "level3(ralt_switch)" +}; |