Horrible VMware keyboard shortcuts - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T21:02:05Z http://stackoverflow.com/feeds/question/152901 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/152901/horrible-vmware-keyboard-shortcuts 5 Horrible VMware keyboard shortcuts rshimoda 2008-09-30T12:52:15Z 2009-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#152914 4 Answer by Michiel for Horrible VMware keyboard shortcuts Michiel 2008-09-30T12:57:13Z 2008-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#1882837 0 Answer by Andrey for Horrible VMware keyboard shortcuts Andrey 2009-12-10T18:00:01Z 2009-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>