I'm used to a Mac keyboard and that means my finger expect to find the shortcut key to the left of the spacebar. How can I turn the Windows key (command key on a Mac keyboard) into the Control key and vice versa?

link|improve this question
feedback

2 Answers

Quite simply, use this AutoHotKey script

RCtrl::RWin
RWin::RCtrl
LCtrl::LWin
LWin::LCtrl

Works for all but Ctrl + Alt + Del obviously.

link|improve this answer
feedback

How-to Geek has a nice solution for your request:

Map Any Key to Any Key on Windows 7 / XP / Vista

link|improve this answer
1  
This is a great solution since there isn't a built in option in the Windows control panel. – James Watt Apr 28 '10 at 12:47
feedback

Your Answer

 
or
required, but never shown

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