0

My right arrow key doesn't work anymore. Maybe it's a hardware failure but is there an easy workaround maybe a software key remapping? I have tried to open my pc to no avail.

Cybercartel
  • 1,962

2 Answers2

1

Use autohotkey.

It will let you map keys or key combinations.

For example, holding alt whilst press left arrow might suffice as a new map.

Something like

 !Left:: Send ^{Right}

This post is about mapping the cursors.

Kevin Panko
  • 7,466
Dave
  • 25,513
0

There's a great little tool called SharpKeys. It will write the mapping directly into the registry and thus the mapping will work in the login screens as well (unlike AHK which will kick in only after you've logged in).

AHK is a great tool though, I use it everyday for a wide variety of tasks.

Here you can download sharpkeys.

This image shows the remapped keys.