[PATCH] Keypad keys and normal keys should always behave the same in Compose

Jonathan A. Kollasch jakllsch at kollasch.net
Wed Aug 18 14:50:31 UTC 2021


On Tue, Aug 17, 2021 at 12:01:44PM +0200, Mike FABIAN wrote:
> https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/82
> 
>     Keypad keys and normal keys should always behave the same in Compose
> 
>     I.e. the keysyms below in the right column should always do the same
>     as thouse in the left column when using Compose:
> 
>         <0>        <KP_0>
>         <1>        <KP_1>
>         <2>        <KP_2>
>         <3>        <KP_3>
>         <4>        <KP_4>
>         <5>        <KP_5>
>         <6>        <KP_6>
>         <7>        <KP_7>
>         <8>        <KP_8>
>         <9>        <KP_9>
>         <minus>    <KP_Subtract>
>         <plus>     <KP_Add>
>         <slash>    <KP_Divide>
>         <asterisk> <KP_Multiply>
> 
>     Signed-off-by: Mike FABIAN <mfabian at redhat.com>
> 
> -- 
> Mike FABIAN <mfabian at redhat.com>
> 睡眠不足はいい仕事の敵だ。
> 

Special casing this seems wrong.  I'm also of the opinion that this
behavior is not actually desired.

	Jonathan


More information about the xorg-devel mailing list