Skip to content

Keypad keys and normal keys should always behave the same in Compose

Mike Fabian requested to merge improve-keypad-compose-sequences into master

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>
Edited by Mike Fabian

Merge request reports