DVORAK.COM - a generic keyboard remapper, usually for DSK.

Dvorak.com is a DOS keyboard driver that works inside the
DOS emulation box. It has no effect on Windows programs.
For Dvorak software for Windows, see
http://mindprod.com/bgloss/dsk.html

Dvorak.Com 2.0 remaps your AT keyboard to the Dvorak layout.
It is a TSR that takes 288 bytes of RAM. MASM/OPTASM source
is included for you to create variants or so you can roll
your own TSRs to swap or rearrange selected keys in ways
completely unrelated to the Dvorak layout.

The code is well commented and serves as a teaching example
on keyboard TSRs. Limitations: AT only, no XT. Requires
AT-style INT 15 multiplex BIOS interrupt support. No hot key
enable/disable. No safety code to prevent loading twice.

Works under DOS, and DOS emulation in Windows 3.1/95/98/Me
and OS/2 but not NT/W2K/XP/Vista.

Copyrighted, but may be freely copied for non-military use
only. by Roedy Green of Canadian Mind Products.

Version 2.0 corrects a tiny error.