Re: [Freedos-user] compiling custom kl

2015-08-18 Thread Luis Rivera
On 15 August 2015 at 12:50, Luis Rivera  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 !
 18CeE
 22CuU
 23CiI
 24CoO
 30CaA
 40 !C1 !C2
 46C c C
 49CnN
 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


Re: [Freedos-user] opengem

2015-08-18 Thread Mateusz Viste
Hi,

You can install additional software in FreeDOS using "packages". Either 
by downloading a package first, and then installing it on your PC, or 
(if your FreeDOS setup is connected to the internet), installing it online.

For both steps, please make sure you have the FDNPKG tool. I'm not sure 
it's installed by default with FreeDOS v1.1. If not, you can get it 
here: http://fdnpkg.sourceforge.net

-- Case 1 (if you have internet connectivity) --
simply type this:
  FDNPKG INSTALL OPEMGEM

-- Case 2 (if you do not have network connectivity) --

first get the opengem package from there:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/util/opengem.zip

...and copy it on your disk, for example to C:\. Then, type this:
FDNPKG INSTALL C:\OPENGEM.ZIP

cheers,
Mateusz



On 17/08/2015 10:32, jubalh wrote:
> Hello,
>
> Yesterday I installed FreeDOS for the first time.
> I used the latest version and did a "full" install because i want to
> have all software.
>
> I would like to run http://www.freedos.org/software/?prog=opengem which
> I suppose should be installed on a full install. But I cannot open it
> via "gem" and don't find it anywhere.
>
> Also I don't see vim anywhere.
>
> What am I missing? How to install software on FreeDOS?
>
> Hope you can help me soon.
> jubalh



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