one of my laptop keys has fallen off. is there any way i can remap the key, to another key which i'll 'sacrifice' cause i never use it?

OS: Windows XP.

link|improve this question

feedback

5 Answers

up vote 7 down vote accepted

Here is a good article from Howtogeek by using a utility called SharpKeys.

link|improve this answer
For simple remapping this is the way to go, no need to write a full blown autohotkey script. I swear by AHK don't get me wrong, but thats more for keyboard combinations rather than simple remapping. – John T Sep 7 '09 at 5:58
Very easy to use - would be more lovely to be able to toggle the keys (enable/disable it) without deleting anything – Nam G. VU Feb 4 '11 at 5:14
feedback

Run, don't walk to AutoHotkey. It's the king of remapping keystokes. You can also use it for tons of other cool stuff.

link|improve this answer
2  
its als simple as this a::b when you type A it becomes B you simple write that as an ahk script, convert to an exe and set to launche at startup and your done – alpha1 Sep 7 '09 at 7:12
feedback

Using Microsoft Keyboard Layout Creator here without problems. For switching modifier keys I would suggest a registry hack or an application that changes the registry for you, do not use a pure software remap like AutoHotkey as those solutions don't work for every application.

Another solution is to get a replacement key in case you really can't insert the key back in your laptop, have you tried a search for 'broken laptop key'?

link|improve this answer
1  
This is th best solution I have found - unlike AutoHotKey and Keytweak, I can modify the characters generated with modifiers, without changing the unmodified behaviour. Now I can get ( and ) without Shift, 9 and 0 are unaffected! :D – James Broadhead May 23 '11 at 9:23
feedback

[FREE STUFF]

This can help you..

http://webpages.charter.net/krumsick/

link|improve this answer
That one's really good, doesn't need to stay running so no resources. Otherwise autohotkey.com – outsideblasts Sep 7 '09 at 4:40
feedback

This article describes various means and programs : "Remapping the Keyboard Layout in Windows", either yourself via the registry or thru several utilities.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.