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

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



tags 379292 pending
thanks

On Sat, Jul 22, 2006 at 06:35:36PM +0200, Josip Rodin wrote:
> Package: xkb-data
> Version: 0.8-5
> 
> Hi,
> 
> On a standard Croatian keyboard, the AltGr (right Alt) key is not used as
> a "compose" key in combination with the second row of the qwertz keyboard.
> 
> This change annoys me to no end, because right now in order for me to get
> the characters tilde (~) or caret (^) I have to make three keypresses
> instead of two like everywhere else.
> 
> The change needs to be reverted and the compose thing relegated to an
> option. I'll try to find a way to patch this and submit it.

Hi,

The attached patch has been applied, please tell me if I missed something.
Thanks for your report.

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 <TLDE> { [dead_cedilla, dead_diaeresis, notsign,     notsign ] };
+    key <AB10> { [     minus, underscore, dead_belowdot, dead_abovedot ] };
 };
 
 partial alphanumeric_keys 

Reply to: