Remap the Option key to be the Alt key

In CrossOver Mac the Command key is automatically mapped to act as the Windows Alt key. If you'd rather have the macOS Option key act as the Windows Alt key this guide will help you switch those keys. This is a shortened version of the more in-depth Editing Bottle Registry Keys article. Please refer back to that guide if you need more details on manually editing bottle registry keys.

Import a Registry Settings File

  1. Start by downloading the OptionIsAlt registry file.
  2. Next open CrossOver, select the bottle containing the Windows application you want to remap, and click Run Command.
  3. Enter regedit and click Run to open the Registry Editor.
  4. Go to the Registry menu and choose Import Registry File.
  5. In the file location dropdown menu navigate to My Computer > Y: > Downloads to get to your Downloads folder.
  6. Select the OptionIsAlt.reg file and click Open.

  7. The Option key is now remapped as the Alt key. All Windows applications in this bottle will now use this new keybinding. Expand the registry keys if you want to see the changes. You can close the Registry Editor and the changes will be saved.

Manual Settings

For manual reference the registry keys that are being created and set to remap the Option key to act as the Alt key are:

[HKEY_CURRENT_USER\Software\Wine\Mac Driver]
"LeftOptionIsAlt"="Y"
"RightOptionIsAlt"="Y"

You can also remap the macOS Command key to be the Windows Control key by importing the registry settings file CommandIsCtrl using the same steps as above. Or by creating and setting the following keys:

[HKEY_CURRENT_USER\Software\Wine\Mac Driver]
"LeftCommandIsCtrl"="Y"
"RightCommandIsCtrl"="Y"

Next Step: Printing Documents from Windows Applications using PDFwriter

Last modified on 2023-09-29 18:24:08 UTC by Andrew Balfour