summaryrefslogtreecommitdiff
path: root/symbols/hr
diff options
context:
space:
mode:
authorsvu <svu>2005-08-22 23:28:59 +0000
committersvu <svu>2005-08-22 23:28:59 +0000
commitbad7b04130f9eadd473bb0b1533c02536a759b77 (patch)
tree43fd44d32b4c4c610ad0f11bb3df5236bdb9e042 /symbols/hr
parent7a9ea1644e5ec47550bbda5dd08882b1eabd9fe4 (diff)
Balkanian revolution
Diffstat (limited to 'symbols/hr')
-rw-r--r--symbols/hr108
1 files changed, 28 insertions, 80 deletions
diff --git a/symbols/hr b/symbols/hr
index 52e7627e..18c90bff 100644
--- a/symbols/hr
+++ b/symbols/hr
@@ -1,93 +1,41 @@
-// based on
-// Croatian keyboards
-// by Vlatko Kosturjak (kost at linux.hr)
-// Taken from Slovenian keyboards
-// by Marko Samastur (markos@elite.org) and
-// Primoz Peterlin (primoz.peterlin@biofiz.mf.uni-lj.si)
-//
-// Changelog
-// =========
-// 2003-04-03 Added <KPDL> (Delete/Separator)
-// 2000-02-06 Initial version
-//
-// $XKeyboardConfig$
-// $XFree86: xc/programs/xkbcomp/symbols/hr,v 1.3 2003/04/13 18:22:21 dawes Exp $
-
default partial alphanumeric_keys
xkb_symbols "basic" {
- include "latin(type3)"
-
name[Group1]="Croatia";
- key <AE01> { [ 1, exclam, asciitilde, dead_tilde ] };
- key <AE02> { [ 2, quotedbl, dead_caron, caron ] };
- key <AE03> { [ 3, numbersign, asciicircum, dead_circumflex ] };
- key <AE04> { [ 4, dollar, dead_breve, breve ] };
- key <AE05> { [ 5, percent, degree, dead_abovering ] };
- key <AE06> { [ 6, ampersand, dead_ogonek, ogonek ] };
- key <AE07> { [ 7, slash, grave, dead_grave ] };
- key <AE08> { [ 8, parenleft, dead_abovedot, abovedot ] };
- key <AE09> { [ 9, parenright, dead_acute, apostrophe ] };
- key <AE10> { [ 0, equal, dead_doubleacute, doubleacute ] };
- key <AE11> { [apostrophe, question, dead_diaeresis, diaeresis ] };
- key <AE12> { [ plus, asterisk, dead_cedilla, cedilla ] };
-
- key <AD03> { [ e, E, EuroSign, EuroSign ] };
- key <AD11> { [ scaron, Scaron, division, dead_abovering ] };
- key <AD12> { [ dstroke, Dstroke, multiply, dead_macron ] };
-
- key <AC10> { [ ccaron, Ccaron, dead_acute, dead_doubleacute ] };
- key <AC11> { [ cacute, Cacute, ssharp, dead_caron ] };
- key <AB10> { [ minus, underscore, dead_belowdot, dead_abovedot ] };
- key <TLDE> { [dead_cedilla, dead_diaeresis, notsign, notsign ] };
-
- key <BKSL> { [ zcaron, Zcaron, currency, dead_breve ] };
-
- include "keypad(comma)"
-
- include "level3(ralt_switch)"
+ include "cs(latin)"
};
partial alphanumeric_keys
xkb_symbols "us" {
- // Describes the differences between US/ASCII
- // keyboard and a Croatian-US keyboard
- // by Vlatko Kosturjak (kost at linux.hr)
-
- // Alphanumeric section
name[Group1]= "Croatia - US keyboard with Croatian letters";
- key <AD01> { [ backslash ] };
- key <AD02> { [ bar ] };
- key <AD03> { [ EuroSign ] };
- key <AD11> { [ scaron, Scaron ] };
- key <AD12> { [ dstroke, Dstroke ] };
- key <AC04> { [ bracketleft ] };
- key <AC05> { [ bracketright ] };
- key <AC08> { [ lstroke ] };
- key <AC09> { [ Lstroke ] };
- key <AC10> { [ ccaron, Ccaron ] };
- key <AC11> { [ cacute, Cacute ] };
-
-
- key <LSGT> { [ bar ] };
- key <AB01> { [ y, Y ] };
- key <AB04> { [ at ] };
- key <AB05> { [ braceleft ] };
- key <AB06> { [ braceright ] };
- key <AB07> { [ section ] };
- key <AB08> { [ semicolon ] };
- key <AB09> { [ colon ] };
- key <AB10> { [ minus, underscore ] };
- key <BKSL> { [ zcaron, Zcaron ] };
-
- // End alphanumeric section
-
- // begin modifier mappings
- modifier_map Shift { Shift_L };
- modifier_map Lock { Caps_Lock };
- modifier_map Control{ Control_L };
- modifier_map Mod3 { Mode_switch };
+
+ include "cs(latinyz)"
+};
+
+
+partial alphanumeric_keys
+xkb_symbols "alternatequotes" {
+
+ name[Group1]= "Croatia - Use guillemots for quotes";
+
+ include "cs(latinalternatequotes)"
+};
+
+partial alphanumeric_keys
+xkb_symbols "unicode" {
+
+ name[Group1]= "Croatia - Use Croatian digraphs";
+
+ include "cs(latinunicode)"
+};
+
+partial alphanumeric_keys
+xkb_symbols "unicodeus" {
+
+ name[Group1]= "Croatia - US keyboard with Croatian digraphs";
+
+ include "cs(latinunicodeyz)"
};