Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

One of my laptop's 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?

share|improve this question

7 Answers

up vote 10 down vote accepted

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

share|improve this answer
1  
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

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

share|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

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'?

share|improve this answer
2  
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

I have Genius KB-G235 USB keyboard (HID) and WinXP SP3. Neither of applications in previous answers didnt work for me. (Because working with PS/2 codes or not (fully) with XP).

I tried HotkeyP (freeware) http://petr.lastovicka.sweb.cz/others.html and this works! Just add action for key and its done. (After assign new action isn't default action executed.)

share|improve this answer

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

share|improve this answer

[FREE STUFF]

This can help you..

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

share|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

You can try Key Remapper.

Key Remapper allows to: remap keys, mouse button presses and the mouse wheel rotation to different values and even to non-existing keys and mouse buttons; restrict remapping to specific programs and windows.

The software does not alter the scan codes stored in the registry and does not require the system to be restarted in order to apply mapping changes.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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