
A portable version is available too.Ĭlick Add, select Function: F13 (00_64) from the list, and map it to Special: PrtSc (E0_37), then click OK.Ĭlick Write to Registry, then log off or restart Windows to apply the changes. You can get an older version if you need it to run with. Included in the application is a list of common keyboard keys and a Type Key feature to automatically recognize most keyboard keys. SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key. Log off or restart Windows to apply the changes. It is remapped to 0xe037, which is the Print Screen key.

In this case there's only one mapping: the F13 key (scancode 0x0064). Type or paste the following command, and press Enter: reg add "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /t REG_BINARY /d 00000000000000000200000037e0640000000000 /f Source: Keyboard and mouse class drivers Manual registry editing Each WORD field stores the scan code for a key to be mapped. Each mapping is one DWORD in length and is divided into two WORD length fields. The individual mappings follow the header.


The minimum count would therefore be 1 (no mappings specified). The third DWORD entry holds a count of the total number of mappings that follow, including the null terminating mapping. The first and second DWORDS store header information and should be set to all zeroes for the current version of the Scan Code Mapper. Last 4 bytes | 4 | Null Terminator (0x00000000) Start offset (in bytes) | Size (bytes) | Data

This value is of type REG_BINARY (little Endian format) and has the data format specified in the following table. In the Keyboard Layout key, the Scancode Map value must be added. The scan code mappings are stored in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout Since Windows 2000, the Scancode Map registry value can be used to remap a key to another or disable it entirely. Or sequence of numbers, is assigned to each key on the keyboard. Send to a computer to report which keys have been pressed. A scancode (or scan code) is the data that most computer keyboards
