Unwanted Dead key in own character set

Bernd Schoeller bernd.schoeller at inf.ethz.ch
Thu Aug 24 05:25:10 PDT 2006


On Thu, 24 Aug 2006 10:02:53 +0200, Daniel Stone <daniel at fooishbar.org>  
wrote:

> On Wed, Aug 23, 2006 at 03:27:47PM +0200, Bernd Schoeller wrote:
>> [...]
>>     key <RALT>  { type[Group1]="TWO_LEVEL", [ ISO_Level3_Shift,  
>> Multi_key
>> ]  };
>
> Behold, the problem.  Shift-RALT generates Multi_key (i.e. Compose),
> instead of ISO_Level3_Shift.  Does RALT-Shift-U (instead of
> Shift-RALT-U) work better?

You were perfectly right: RALT-Shift-U worked, while Shift-RALT-U did not.  
I have now replaced the line with

  key <RALT>  { type[Group1]="TWO_LEVEL", [ ISO_Level3_Shift,  
ISO_Level3_Shift ]  };

and all seems to work fine. That is probably always the problem when you  
cut-and-paste together a syntax that you do not understand.

Thanks for all the answers,
Bernd



More information about the xorg mailing list