On 15 August 2015 at 12:50, Luis Rivera <jlr...@gmail.com> wrote:
>
> I am new to this list. I was trying to compile a keyboard layout for
> the isolatin 819 codepage with the following code in the tx.key file:
>
> ---
> [keys:k]
>  40 !C1 !C2
>
> [diacritics:c]
> ' aá eé ií oó uú AÁ EÉ IÍ OÓ UÚ nñ NÑ CÇ cç #32'
> " aä eë iï oö uü AÄ EË IÏ OÖ UÜ ?¿ !¡ <« >» #32"
>
> [SUBMAPPINGS]
> 0 -
> 437 k c
> 819 k c
>
> [General]
> Name=,TX
> DecimalChar=.
>

I've just figured out that I have to define all the required keys
involved in the diacritics process to make the diacritics work, so I
had to restate my [keys] section as follows:

[keys:k]
 2 #49 !
 18C    e    E
 22C    u    U
 23C    i    I
 24C    o    O
 30C    a    A
 40 !C1 !C2
 46C c C
 49C    n    N
 51 , <
 52 . >
 53 / ?
 57   #32

I did that and kc/keyb work like a charm.

Cheers,

------------------------------------------------------------------------------
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to