Here's a tip for those running Fusion who are accustomed to non-Apple keyboards and have their fingers trained that the alt key is next to the spacebar and the key to the left of that is the Windows key. (Note that Apple keyboards have the Command or Apple key where the Alt key belongs and the Alt or Option key where the Windows key belongs.)
In Fusion beta 1, we've implemented an option to swap the Option and Command keys for the guest's consumption, so if you're using a non-Apple keyboard (or you are using an Apple keyboard but you can ignore what your eyes tell you about the labels on the keys, and just go with what your fingers already know), you can still drive Windows/Linux/etc. the way you're used to:
Open ~/Library/Preferences/VMware Fusion/config in a text editor (create that file as a plain text file if it doesn't already exist), and add this:
[code]
mks.keyboard.swapAlt = TRUE
[/code]
Let us know if this is helpful!
In Fusion beta 1, we've implemented an option to swap the Option and Command keys for the guest's consumption, so if you're using a non-Apple keyboard (or you are using an Apple keyboard but you can ignore what your eyes tell you about the labels on the keys, and just go with what your fingers already know), you can still drive Windows/Linux/etc. the way you're used to:
Open ~/Library/Preferences/VMware Fusion/config in a text editor (create that file as a plain text file if it doesn't already exist), and add this:
[code]
mks.keyboard.swapAlt = TRUE
[/code]
Let us know if this is helpful!