up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

And what is the question? – Snark Jan 30 '10 at 21:00
@Snark FTFY ... – dassouki Jan 30 '10 at 21:05
feedback

closed as exact duplicate by ChrisF, Snark, Molly, hyperslug, Diago Jan 31 '10 at 7:44

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

3 Answers

up vote 2 down vote accepted

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

link|improve this answer
feedback

You could try AutoHotKey.

PgUp::Home
PgDn::End
Home::PgUp
End::PgDn
link|improve this answer
This would have been my answer. – techaddict Feb 7 at 7:12
feedback

Or Key Tweak.

link|improve this answer
feedback

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