Bug 6335

Summary: Missing include "us" for hr
Product: xkeyboard-config Reporter: Tollef Fog Heen <tfheen>
Component: GeneralAssignee: xkb
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Tollef Fog Heen 2006-03-21 22:08:21 UTC
It appears that the "us" entry from the hr symbols file is missing an include 
"us" which makes the keyboard unusable.

Attached patch fixes it.

--- hr-old      2006-03-20 22:26:35.000000000 +0100
+++ hr  2006-03-20 22:25:50.000000000 +0100
@@ -10,6 +10,8 @@
 partial alphanumeric_keys
 xkb_symbols "us" {

+    include "us"
+
     name[Group1]= "Croatia - US keyboard with Croatian letters";

     key <AD01> { [    any,    any,     backslash               ] };
Comment 1 Tollef Fog Heen 2006-03-25 00:10:36 UTC

*** This bug has been marked as a duplicate of 3807 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.