0

Possible Duplicate:
How can i remap a keyboard key?

How can I switch my pgup/dn keys on my netbook with home/end? Here's my keyboard layout:

enter image description here

dassouki
  • 1,032

3 Answers3

3

You could try AutoHotKey.

PgUp::Home
PgDn::End
Home::PgUp
End::PgDn
Phoshi
  • 23,483
2

You may use the Microsoft Keyboard Layout Creator and change the keyboard layout to your likings.

1

Or Key Tweak:

KeyTweak is a simple utility that allows users to redefine their keyboard input signals. The functionality is made possible by a registry value first documented in Windows 2000, but also present in Windows NT 4.0. and included in XP, Vista and Windows 7. This section lists some of KeyTweak’s features and reasons you may want to use KeyTweak.

enter image description here

Diogo
  • 30,792