Como usar o layout de teclado do Colemak em Freedos?

2

Instalei o Freedos em um pen drive (usando o Rufus )

Fora da caixa, ele usa o layout de teclado qwerty. Como posso usar o layout de teclado do Colemak?

    
por Colonel Panic 04.10.2015 / 20:03

1 resposta

2

Como posso usar o layout de teclado do Colemak?

Execute o comando:

keyb co

KPDOS v3.0 - Pacote de Layout de Teclado para páginas de códigos do DOS

KPDOS contains library files to be used with KEYB. The official FreeDOS tool to make one of the files below to work with one of its possible codepages is MODE.

To use MODE, DISPLAY must already be running.

All the CPI files in this list are the ones available at the CPIDOS
package. The source files can be compiled by KC, which in turn can be included into customized library files by KLIB.

More details available on the KC package, which also includes KLIB.

FreeDOS official keyboard layouts, v3.0

This is the list of all the names of the keyboard layouts available for FreeDOS. When the name is in the format zz999, it means that there is a name AND an identifier which MUST be specified otherwise KEYB will load the layout of another keyboard for that country.

...

  Layouts available on the KEYBOARD.SYS library file
  ==================================================

  Country/Region                   Name    Codepages                CPX
  --------------                   ----    ---------                ---

...

   (Colemak)                       co      858, 850, 437            EGA

Fonte link

    
por 04.10.2015 / 20:49