diff options
author | marha <marha@users.sourceforge.net> | 2009-07-24 17:45:11 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-24 17:45:11 +0000 |
commit | ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a (patch) | |
tree | c1156ac1a1074e2f5c34e8798f28a1c0372f1356 /xorg-server/xkbdata.src/symbols/epo | |
parent | 61339f6bcfca02be629416f549a634dd34aed98f (diff) | |
download | vcxsrv-ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a.tar.gz vcxsrv-ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a.tar.bz2 vcxsrv-ea63f0fae5c393ccf198aad0ae4dbda6d2a4391a.zip |
Added xkeyboard-config-1.6.tar.gz
Diffstat (limited to 'xorg-server/xkbdata.src/symbols/epo')
-rw-r--r-- | xorg-server/xkbdata.src/symbols/epo | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/xorg-server/xkbdata.src/symbols/epo b/xorg-server/xkbdata.src/symbols/epo index a1c9c6098..c9b2d57b2 100644 --- a/xorg-server/xkbdata.src/symbols/epo +++ b/xorg-server/xkbdata.src/symbols/epo @@ -113,3 +113,29 @@ xkb_symbols "legacy" { include "level3(ralt_switch)" }; + +// Add Esperanto supersignos to the corresponding key in a Qwerty keyboard. +// This is a generic "component" that is not used to the other layouts in this +// file but it is meant to be applied to any layout. If you have any questions +// ask J. Pablo Fernández <pupeno@pupeno.com>. +partial +xkb_symbols "qwerty" { + key <AB03> { [ NoSymbol, NoSymbol, ccircumflex, Ccircumflex ] }; + key <AC05> { [ NoSymbol, NoSymbol, gcircumflex, Gcircumflex ] }; + key <AC06> { [ NoSymbol, NoSymbol, hcircumflex, Hcircumflex ] }; + key <AC07> { [ NoSymbol, NoSymbol, jcircumflex, Jcircumflex ] }; + key <AC02> { [ NoSymbol, NoSymbol, scircumflex, Scircumflex ] }; + key <AD07> { [ NoSymbol, NoSymbol, ubreve, Ubreve ] }; +}; + +// Add Esperanto supersignos to the corresponding key in a Dvorak keyboard. +// Same comment as the Qwerty one above applies. +partial +xkb_symbols "dvorak" { + key <AD08> { [ NoSymbol, NoSymbol, ccircumflex, Ccircumflex ] }; + key <AD07> { [ NoSymbol, NoSymbol, gcircumflex, Gcircumflex ] }; + key <AC07> { [ NoSymbol, NoSymbol, hcircumflex, Hcircumflex ] }; + key <AB03> { [ NoSymbol, NoSymbol, jcircumflex, Jcircumflex ] }; + key <AC10> { [ NoSymbol, NoSymbol, scircumflex, Scircumflex ] }; + key <AC04> { [ NoSymbol, NoSymbol, ubreve, Ubreve ] }; +}; |