Ctrl2cap 2.0

Ctrl2cap 2.0 Screenshot With Ctrl2cap, a kernel-mode device driver, you can filter the system's keyboard class driver in order to convert caps-lock characters into control characters.

Developer:   Mark Russinovich
      software by Mark Russinovich →
Price:  0.00
License:   Freeware
File size:   0K
Language:   
OS:   Windows Vista (?)
Rating:   0 /5 (0 votes)

With Ctrl2cap, a kernel-mode device driver, you can filter the system's keyboard class driver in order to convert caps-lock characters into control characters. People like myself that migrated to NT from UNIX are used to having the control key located where the caps-lock key is on the standard PC keyboard, so a utility like this is essential for our editing well-being.

Install Ctrl2cap running the command "ctrl2cap /install" from the directory into which you've unzipped the Ctrl2cap files. To uninstall type "ctrl2cap /uninstall". If you are running on 64-bit Windows run ctrl2cap64.exe instead.

Ctrl2cap requires ntddkbd.h from the ddksrcinputinc directory, so you must first copy that file to the ctrl2cap directory. To build a standard NT 4 driver type "buildnt4" and to build a Win2K WDM driver type "buildnt5". Output files are placed in the release subdirectory.

On NT 4 Ctrlcap is actually quite trivial. It simply attaches itself to the keyboard class driver so that it will catch keyboard read requests. For each request, it posts an I/O completion callback, at which point it takes a peek at the scancode that is being returned. If it happens to be a caps-lock, ctrl2cap changes it into a left-control.

On Win2K Ctrl2cap is a WDM filter driver that layers in the keyboard class device's stack above the keyboard class device. This is in contrast to the Win2K DDK's kbfiltr example that layers itself between the i8042 port device and the keyboard class device. I chose to layer on top of the keyboard class device for several reasons:

It means that the Ctrl2cap IRP_MJ_READ interception and manipulation code is shared between the NT 4 and Win2K versions.
I don't need to supply an INF file and have the user go through the Device Manager to install Ctrl2cap - I simply modify the appropriate Registry value (the keyboard class devices's HKLMSystemCurrentControlSetControlClass UpperFilters value). See the source code to Ctrl2cap.exe for more information.
The disadvantage of my approach is (and this an advantage or disadvantage depending on your point of view):

Because I don't install with an INF file via the Device Manager, the user is not warned that the Ctrl2cap driver file is not digitally signed by Microsoft.
In this particular case I felt that the advantages outweigh the disadvantages. However, before you model a Win2K keyboard filter on Ctrl2cap I strongly suggest that you study the kbfiltr example from the Win2K DDK. Kbfiltr's interception point in the key input sequence makes it very easy for kbfiltr to inject keystrokes into the input stream, something that would be more difficult using the Ctrl2cap source base

tags keyboard class  the keyboard  the ctrl2cap  class device  from the  that the  caps lock  device manager  the device  inf file  the user  between the  win2k ddk  

Ctrl2cap 2.0 screenshot


Download Ctrl2cap 2.0

 Download Ctrl2cap 2.0


Similar software

Ctrl2cap 2.0 Ctrl2cap 2.0
Mark Russinovich

With Ctrl2cap, a kernel-mode device driver, you can filter the system's keyboard class driver in order to convert caps-lock characters into control characters.

Filter Driver Load Order 1.0.005 Filter Driver Load Order 1.0.005
busTRACE Technologies

busTRACE Technologies has developed a simple utility that allows you to view which filter drivers are specified for the Disk and CD/DVD devices on your computer.

DriverExtractor 3.1 DriverExtractor 3.1
GrandUtils

For proper operation of any computer device (like modem, printer, video or sound card) the device driver must be installed.

On-Screen Keyboard Magic 1.0 On-Screen Keyboard Magic 1.0
Alexey Morozov

On-Screen Keyboard Magic is a utility that controls the behaviour of Microsoft On-Screen Keyboard on the screen and adds many elegant features.

Keyboard LED Control 1.09 Keyboard LED Control 1.09
Fad Software

Keyboard LED Control is a tool to control LED of the Numlock, Caps Lock, and Scroll Lock indicator lights on the keyboard, which can be controlled in the Numlock, Capslock, and Scroll Lock key state of being always on, always off or flash.

Diskmon 2.01 Diskmon 2.01
Mark Russinovich

DiskMon is an utility which logs and displays all hard disk activity on a Windows system.

Voiced Keyboard 3.2 Voiced Keyboard 3.2
MPC soft

Voiced Keyboard can speak out the text you are typing at the completion of each character or word.

QPointer Keyboard 3.0 QPointer Keyboard 3.0
Commodio

For people looking for an alternative pointing device, QPointer Keyboard provides unique capabilities of keyboard-only operation of the whole computer.

CapsLock 1.0 CapsLock 1.0
Pierre-Marie DEVIGNE

CapsLock will manage the DOS caps lock status.

TVicPci 5.2 TVicPci 5.2
EntechTaiwan

TVicPci was designed as a generic device driver for use with practically any programming language.