11

When I Alt+Tab to my VM from my host the VM does not get keyboard input until I click inside it. This is causing me an issue as it looks like the VM has control of the input (as the cursor is flashing away). If while in this state, VMWare server has the focus rather then the application inside it, if you do ctrl+Z (normally for undo) it suspends the VM.

This is driving me barmey. I have looked through all the options and preferences in VMWare Server and can't find anyway to disable this.

Anyone know how to disable this?

Sameera R.
  • 4,384
  • 2
  • 36
  • 53
Arry
  • 1,932
  • 4
  • 15
  • 21

2 Answers2

6

This will not remove the key binding from VmWare, but you could set the option to "Grab keyboard and mouse intput on key press" in the VmWare preferences. VmWare help explicitly states that this will disable the system accelerator key sequences.

Stephan Keller
  • 1,623
  • 11
  • 13
  • 3.5 years later and they haven't solved this issue (That I just started experiencing). Here's to hoping that the same solution works for the latest verions (as I wait for resume to complete grumble). – WernerCD Mar 14 '12 at 02:25
3

You could use a resource editor on vmware.exe to remove the keybinding for Ctrl+Z. Obviously not for the faint of heart.

Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79
Argalatyr
  • 4,639
  • 3
  • 36
  • 62
  • 1
    That's a great solution. Resource Hacker did the trick for me. Edited accelerators for ID 40020 (in VMWare 7.1.5). – EMP Dec 14 '11 at 10:12