I use both Windows and OSX on my MacBook Pro.

Due to the nature of the keyboard it's very annoying to run Windows, for example, quite a few of the keys you would usually use are missing on a MBP - end, pageup, etc.

Is it possible to map some of the OSX shortcuts in Windows? For example, can I map Cmd+C to COPY, Cmd+V to PASTE, Cmd+Right to END, etc?

link|improve this question

I'm migrating this because anything done to solve the problem would be done on the Windows side of things. – Nathan G. May 3 '11 at 13:56
Fine, but I really think it belongs on the apple site - only apple users will ever have this issue – Jaco Pretorius May 3 '11 at 17:50
apple.stackexchange.com is for Apple hardware and software only. See the FAQs for details. Since any answer to this will be about Windows hardware (your keyboard) and software (Windows itself), it belongs here. Thanks for being a good sport! – Nathan G. May 3 '11 at 22:17
@Nathan I like how you call the keyboard on my Macbook 'Windows hardware'. Windows is an operating system - there is no such thing as 'Windows hardware'. The question is related to Apple hardware - the keyboard on my Macbook - that's why I think it belongs on the apple site. – Jaco Pretorius May 5 '11 at 12:22
feedback

migrated from apple.stackexchange.com May 3 '11 at 13:57

This question came from our site for power users of Apple hardware and software.

1 Answer

up vote 0 down vote accepted

I managed to do all of the above with AutoHotKey

AutoHotkey is a free, open-source utility for Windows. With it, you can:

  • Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
  • Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
  • Expand abbreviations as you type them. For example, typing "btw" can automatically produce "by the way".
  • Create custom data-entry forms, user interfaces, and menu bars. See GUI for details.
  • Remap keys and buttons on your keyboard, joystick, and mouse.
  • Respond to signals from hand-held remote controls via the WinLIRC client script.
  • Run existing AutoIt v2 scripts and enhance them with new capabilities.
  • Convert any script into an EXE file that can be run on computers that don't have AutoHotkey installed.
  • link|improve this answer
    feedback

    Your Answer

     
    or
    required, but never shown

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