Jump to content

KEYBOARD.DCP: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Keyboard layouts are stored in KEYBOARD.DCP. These layouts are used when converting a raw scancode (that is, the value sent by the keyboard controller) to its corresponding value (that is, a symbol, like "A", or a virtual key code, like F1 or CapsLock).


==Version==
==Version==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
!Date
!Version
!Size
!Comments
|-
|10-03-2001  6:45A     
|N/A
|315,109 bytes.
|
|-
|-
|2001-03-10|| ||315,109 bytes||
|}
|}


==Related Articles==
==Related Articles==
* [[KEYBOARD.DCP File Format]]
* [[KEYBOARD.DCP File Format]]
* KEYBOARD.DCP Layout readme [ftp://ps-2.kev009.com/incoming/timc/Operating%20System/OS2/DDK/keyboard.txt]
==Related Tools==
* [http://www.os2world.com/wiki/index.php/SWAPDCP SWAPDCP] - Modifies KEYBOARD.DCP - Public Domain.
* Wim Brul released a free and experimental [https://github.com/OS2World/SYSTEM-DRV-Wims_Experimental_Files/tree/master/wmb-keyboard-dcp replacement for KEYBOARD.DCP].


[[Category:Files]]
[[Category:Files]]

Latest revision as of 16:11, 12 November 2022

Keyboard layouts are stored in KEYBOARD.DCP. These layouts are used when converting a raw scancode (that is, the value sent by the keyboard controller) to its corresponding value (that is, a symbol, like "A", or a virtual key code, like F1 or CapsLock).

Version

Date Version Size Comments
2001-03-10 315,109 bytes

Related Articles

Related Tools