I am not able to make sense of the code.

However, with keyb it works correctly, it's enough to execute "keyb po"
instead of "mkeyb po".

For me this solution is good enough.

MS

On Mon, Mar 18, 2024 at 11:58 PM Tomas By via Freedos-user <
freedos-user@lists.sourceforge.net> wrote:

> On Mon, 18 Mar 2024 22:49:15 +0100, Joao Silva via Freedos-user wrote:
> > [...] don't think that there is a solution.
> >
> > On Mon, Mar 18, 2024 at 9:38 PM Manuel Sobral via Freedos-user wrote:
> >  I think there's an error with the Portuguese keyboard layout. When
> >  I press "shift + *", is it supposed to insert the character "*".
> > However, [...]
>
>
> Seems to be these lines?
>
>  /* [ */ PUNCT_ALTGR (0x1A, '+', '*', COMBI4) /* 26  + *  .  . ù */
>  /* [ */ PUNCT_ALTGR (0x1A, '+', '*',   0xF9) /* 26  + *  .  . ù */
>
> Change to
>
>  /* [ */ PUNCT (0x1A, '+', '*', COMBI4) /* 26  + *  .  . ù */
>  /* [ */ PUNCT (0x1A, '+', '*', 0xF9) /* 26  + *  .  . ù */
>
> perhaps?
>
> What is COMBI for? Those are just single characters.
>
> /Tomas
>
>
> _______________________________________________
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to