Horrible VMware keyboard shortcuts - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T21:02:05Zhttp://stackoverflow.com/feeds/question/152901http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/152901/horrible-vmware-keyboard-shortcuts5Horrible VMware keyboard shortcutsrshimoda2008-09-30T12:52:15Z2009-12-10T18:00:01Z
<p>Hello,</p>
<p>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.</p>
<p>Is there a way to disable keyboard shortcuts on VMware? Has anyone here ever found a workaround? </p>
http://stackoverflow.com/questions/152901/horrible-vmware-keyboard-shortcuts/152914#1529144Answer by Michiel for Horrible VMware keyboard shortcutsMichiel2008-09-30T12:57:13Z2008-09-30T12:57:13Z<p>I use AutoHotKey (are you running VMWare on Windows ?) to disable certain shortcuts. You can find this tool here:</p>
<p><a href="http://www.autohotkey.com/" rel="nofollow">http://www.autohotkey.com/</a></p>
<p>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.</p>
<p>The site had got loads of tutorials too on writing handy scripts.</p>
<p>Good luck.</p>
http://stackoverflow.com/questions/152901/horrible-vmware-keyboard-shortcuts/1882837#18828370Answer by Andrey for Horrible VMware keyboard shortcutsAndrey2009-12-10T18:00:01Z2009-12-10T18:00:01Z<p>If it is Ok for you - here's a bit of hacky solution which is very simple - just use ResHacker program to get rid of those annoying accelerators (they are defined as resources in vmware.exe).</p>