Mapping Apple Keyboard Keys to Windows Keys
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Forest of Spells Looping
--
Chapters
00:00 Mapping Apple Keyboard Keys To Windows Keys
00:59 Answer 1 Score 1
01:25 Accepted Answer Score 11
02:42 Thank you
--
Full question
https://superuser.com/questions/90036/ma...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #mac #keyboard #bootcamp
#avk47
ACCEPTED ANSWER
Score 11
I've tried using the Boot Camp drivers, but it was in the Mac .dmg format and I couldn't open the package. When I finally got around to opening it, all I could do was install the entire Boot Camp package -- which I didn't want to do considering it might overwrite drivers and make a royal mess. All I wanted was keyboard and the only thing I ended up with was a 32-bit package (couldn't find the 64-bit keyboard package) so I ended up using RandyRants' SharpKeys and AutoHotkey. I use them both anyway.
I have an Apple Pro Keyboard (graphite) and use it in Windows Vista -- I use Randyrants.com's SharpKeys to map:
F13 -> PrintScreen
F14 -> Scroll Lock
Left Alt -> Left Windows
Left Win -> Left Alt
Right Alt -> Right Windows
Right Win -> Left Alt
(since the Win key belongs between Alt and Ctrl)
The only thing SharpKeys can't do is Pause-Break, which appears to use a three-byte scancode which native Windows key-remapping can't handle (it'll just fire NumLock instead)
For Pause-Break, I added a definition to my AutoHotkey ahk file:
F15::
Send {Break}
return
The Eject key still doesn't work -- this seems to be a special key handled differently, as Eject can be used before an OS is even running.
ymmv, especially on newer Apple keyboards. As long as it produces a scancode, SharpKeys should be able to do it. The only troublesome key is Pause-Break.
SharpKeys is here : http://www.randyrants.com/2008/12/sharpkeys_30.html
ANSWER 2
Score 1
A couple things. The F13-F15 keys could be your print screen, etc. in Windows. I have the same exact keyboard but I'm not quite sure if it works.
If that doesn't work, installing the Boot Camp drivers will not fix anything for you (or what you have requested). The alternative sources you have mentioned are probably the best choices for solving the problem.