summaryrefslogtreecommitdiff
path: root/symbols/hr
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2014-02-02 15:12:52 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-02-02 20:40:29 +0000
commitf0cf10e982b134fd6cdaab005f3708f74dbbac3b (patch)
tree7cb3e8a8c0bce78f446942e91cd8c43804abfd4a /symbols/hr
parent200373080d95643b7c433762a49167ef0a417765 (diff)
symbols/??: Putting the name of the layout *after* the main include.
To avoid this name getting overridden by the name in the include, so that 'xkbcomp -xkb' can report the actual name of the layout used. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'symbols/hr')
-rw-r--r--symbols/hr17
1 files changed, 5 insertions, 12 deletions
diff --git a/symbols/hr b/symbols/hr
index a1a832d2..61fc3922 100644
--- a/symbols/hr
+++ b/symbols/hr
@@ -1,9 +1,8 @@
default partial alphanumeric_keys
xkb_symbols "basic" {
- name[Group1]="Croatian";
-
include "rs(latin)"
+ name[Group1]="Croatian";
// Redefine these keys to match XFree86 Croatian layout
key <AE01> { [ 1, exclam, asciitilde, dead_tilde ] };
@@ -16,9 +15,8 @@ xkb_symbols "basic" {
partial alphanumeric_keys
xkb_symbols "us" {
- name[Group1]= "Croatian (US keyboard with Croatian letters)";
-
include "us"
+ name[Group1]= "Croatian (US keyboard with Croatian letters)";
key <AD01> { [ any, any, backslash ] };
key <AD02> { [ any, any, bar ] };
@@ -44,30 +42,25 @@ xkb_symbols "us" {
key <BKSL> { [ any, any, zcaron, Zcaron ] };
include "level3(ralt_switch)"
-
};
-
partial alphanumeric_keys
xkb_symbols "alternatequotes" {
- name[Group1]= "Croatian (with guillemets for quotes)";
-
include "rs(latinalternatequotes)"
+ name[Group1]= "Croatian (with guillemets for quotes)";
};
partial alphanumeric_keys
xkb_symbols "unicode" {
- name[Group1]= "Croatian (with Croatian digraphs)";
-
include "rs(latinunicode)"
+ name[Group1]= "Croatian (with Croatian digraphs)";
};
partial alphanumeric_keys
xkb_symbols "unicodeus" {
- name[Group1]= "Croatian (US keyboard with Croatian digraphs)";
-
include "rs(latinunicodeyz)"
+ name[Group1]= "Croatian (US keyboard with Croatian digraphs)";
};