Say I have a Mac keyboard and want to use it on a PC. Some of the keys aren't quite right. How do I map them correctly?
|
feedback
|
|
The main problems with using an Apple keyboard on a PC are as follows:
You can use scancode mapping to map the F7-F12 scancodes to the Windows media keyboard equivalents, turn F13-F15 into the PrintScreen, Scroll Lock, and Pause keys, and make the Ctrl and Alt keys work properly. After that you hit a wall with scancode mapping. Instead, install uawks. Its a little program that uses AutoHotKey scripts to map your Mac keyboard keys to the PC equivalents. You can always tweak the scripts to get the exact behavior you want. | |||
|
feedback
|
|
I use the following to swap the alt and command/Windows keys. Paste into a .reg file, then run it to import into your registry.
| |||
|
feedback
|