vote up 4 vote down star
2

Hello,

I'm a VMware user and far too often I use keyboard shortcuts while programming. However, this has proved to be quite distressing as sometimes the VMware gets hold of it and turns off / pauses (ctrl+Z) the virtual machine.

Is there a way to disable keyboard shortcuts on VMware? Has anyone here ever found a workaround?

flag

60% accept rate
Yes! Although not programming-related, this is probably the most annoying keyboard shortcut I've ever encountered. – Ben Hoffstein Sep 30 '08 at 13:00
Please reopen this question. VMWare and other virtual environments are becoming much more common for both development and production and are as relevant as the "Best programming mouse" and other environmental questions. – Rob Allen Sep 30 '08 at 13:24
I totally agree with Rob Allen. – Michiel Sep 30 '08 at 13:27
This shouldn't have been closed... I reopened. – Mike Stone Oct 1 '08 at 16:46

1 Answer

vote up 4 vote down check

I use AutoHotKey (are you running VMWare on Windows ?) to disable certain shortcuts. You can find this tool here:

http://www.autohotkey.com/

It's open source and I quite like it. Can be used for automation tasks, but you can also have it respond differently to different windows. With some AHK scripting, I think you should be able to fix your problem.

The site had got loads of tutorials too on writing handy scripts.

Good luck.

link|flag

Your Answer

Get an OpenID
or

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