[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#379292: xkb-data hr layout broke the normal AltGr+numbers behaviour



On Sat, Aug 26, 2006 at 08:42:18PM +0200, Josip Rodin wrote:
[...]
> You missed the 7 key. AE07? That one had the backtick (`) with AltGr.

Oh, right.

> I can't test AB10 because I have a pc101 :)
> 
> I have mixed feelings about the key TLDE (the one left of "1").
> 
> The key is very rarely used because both in MS Windows and in X it has the
> meaning of cedilla/diaeresis, and the Croatian alphabet does not include
> these diacritics. Granted, if someone wants to type e.g. German or Turkish
> words, it's useful. Otherwise, it's useless.

Ok, I will then forward this new patch to upstream.  Please file another
bug report later if you believe that the TLDE key has to be modified.

Denis
Index: symbols/hr
===================================================================
--- symbols/hr.orig
+++ symbols/hr
@@ -5,6 +5,12 @@
     name[Group1]="Croatia";
 
     include "cs(latin)"
+    // Redefine these keys to match XFree86 Croatian layout
+    key <AE01> { [         1,     exclam,   asciitilde,   dead_tilde ] };
+    key <AE03> { [         3, numbersign,  asciicircum, dead_circumflex ] };
+    key <AE05> { [         5,    percent,       degree, dead_abovering ] };
+    key <AE07> { [         7,      slash,        grave,   dead_grave ] };
+    key <AB10> { [     minus, underscore, dead_belowdot, dead_abovedot ] };
 };
 
 partial alphanumeric_keys 

Reply to: