Nice,
Only a question how it works?, where can I get new scan code maps?
Main Topics
Browse All TopicsWe want to change the point key in the numeric pad for a colon. We are Spanish, and when we are typing an import in EUROS, we have to include a colon for decimals.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Short explanation? Okay:
"Scancode Map"=hex: ...
00,00,00,00 <- Scancode Map Header
00,00,00,00 <- Scancode Map Version Info
02,00,00,00 <- Number of DWords to follow
33,00,53,00 <- NumPad Delete [0053]<-> ,[0033]
00,00,00,00 <- NULL Termination
Hint: You can change 33,00 above to 34,00 and use a dot [.] instead a colon [,]
or you can change 33,00 above to 32,00 and use the letter M [M] instead a colon [,]
Code tables can be found here:
http://download.microsoft.
To remove mappings, the following registry value must be deleted and then the system must be rebooted
HKEY_LOCAL_MACHINE\ SYSTEM\CurrentControlSet\C
Normally there is no keybord mapping and therefore the Scancode Map key does not exist!
Also refer to:
http://www.microsoft.com/w
http://www.microsoft.com/w
Business Accounts
Answer for Membership
by: mreiPosted on 2003-10-22 at 07:10:31ID: 9598889
Hi Juanho,
-
\CurrentCo ntrolSet\C ontrol\Key board Layout] ,00,00,02, 00,00,00,3 3,00,53,00 ,00,00,00, 00
-
I've included a registry hack below that should answer your question.
--------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM
"Scancode Map"=hex:00,00,00,00,00,00
--------------------------
Copy the lines between the dashes above and save it in a new file called keyhack.reg
Doubble click that reg-file an answer YES in the following popup.
Now you must restart your Machine. Without restart it will NOT work.
If it has not the right effect, let me know because I'm working with German layout and keyboard and may be we have to fix that. But I dont't expect it.
Greetings from Manfred (mrei).