diff options
author | marha <marha@users.sourceforge.net> | 2010-05-06 07:51:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-06 07:51:35 +0000 |
commit | 118898c84d3dfea814d7f58a08cd4ee4d8123731 (patch) | |
tree | d6c528aa9ee55beca5a8787e6041742f0930246c /xorg-server/xkbdata.src/symbols/rs | |
parent | 0874ae23a16946781dd517cfdb011c691ad0b581 (diff) | |
download | vcxsrv-118898c84d3dfea814d7f58a08cd4ee4d8123731.tar.gz vcxsrv-118898c84d3dfea814d7f58a08cd4ee4d8123731.tar.bz2 vcxsrv-118898c84d3dfea814d7f58a08cd4ee4d8123731.zip |
svn merge -r575:HEAD "^/branches/released" .
Diffstat (limited to 'xorg-server/xkbdata.src/symbols/rs')
-rw-r--r-- | xorg-server/xkbdata.src/symbols/rs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/xorg-server/xkbdata.src/symbols/rs b/xorg-server/xkbdata.src/symbols/rs index b34e0dd06..9aab69119 100644 --- a/xorg-server/xkbdata.src/symbols/rs +++ b/xorg-server/xkbdata.src/symbols/rs @@ -299,3 +299,30 @@ xkb_symbols "latinalternatequotes" { key <AC02> { [ any,any, guillemotright, NoSymbol ] }; // s key <AC03> { [ any,any, guillemotleft, NoSymbol ] }; // d }; + +xkb_symbols "rue" { + // Homophonic layout for Pannonian Rusyn (spoken mainly in Serbia and + // Croatia by the Rusyn people), based on Ukrainian homophonic. + // Author: Ljubomir J. Papuga (Любомир Я. Папуґа) <papuga.rs@gmail.com> + + name[Group1]= "Serbia - Pannonian Rusyn Homophonic"; + + include "ua(homophonic)" + + key <TLDE> { [ grave, asciitilde ] }; + key <AE03> { [ 3, doublelowquotemark ] }; + key <AE04> { [ 4, rightdoublequotemark ] }; + key <AE07> { [ 7, EuroSign ] }; + key <AE11> { [ 0x002D, emdash ] }; + key <AE12> { [ equal, plus ] }; + + key <AD02> { [ Ukrainian_ie, Ukrainian_IE ] }; + key <AD06> { [ Cyrillic_yu, Cyrillic_YU ] }; + key <AD08> { [ Cyrillic_i, Cyrillic_I ] }; + key <AD11> { [ Cyrillic_sha, Cyrillic_SHA ] }; + key <AD12> { [ Cyrillic_shcha, Cyrillic_SHCHA ] }; + + key <LSGT> { [ Ukrainian_yi, Ukrainian_YI ] }; + key <AB08> { [ comma, semicolon ] }; + key <AB09> { [ period, colon ] }; +}; |