Hello,
Indeed, there can be some problems with keybindings when uninstalling ViEmu/SQL. I apologize for that, part of the reason is that SQL Server Management Studio keybinding management is undocumented, so there is no good way of handling the issue.
The simplest way to fix it is to make SSMS restore default keybindings. These are stored in .VSK files, rather than in the registry. The default schemes are usually kept in the "Program Files" directory, while the customized files are kept in your own per-user config file area. I'd suggest searching for "vsk" in your user area (under "C:\Users" in Vista and Win7, under "C:\Documents and Settings" in XP), and deleting these files.
This issue has been brought up a number of times, here is an old thread on the forums:
http://www.viemu.com/forums/viewtopic.php?id=132
It doesn't actually show the solution of removing the VSK files (it describes another one that used to work in the past).
Also, here is an explanation I sent to another customer, for SQL Server 2005. The solution suggested is probably unnecessary, just erasing the per-user copy is probably enough to force SSMS to reset the bindings:
--------------------------------------------------------------------------------
Hello,
This happened to someone else and this is the forum thread handling the problem:
http://www.viemu.com/forums/viewtopic.php?id=132
As you can see, the method I suggested didn't fix it, but he was able to fix it himself. Although I'm not 100% sure, I think that what he did is copy the original keybinding table from C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\Standard.vsk into his configuration one (C:\Documents and Settings\{username}\Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell\User.vsk). Either that, or removing User.vsk may do it.
If you can't fix it by following this instructions, please let me know so that I can try to help out.
Thanks for your interest in ViEmu and best regards,
Jon
NGEDIT Software
--------------------------------------------------------------------------------
Hopefully that will help you resolve the issue. Let me know if not and I'll look into it further.
Apologies for the problems, thanks and best regards,
-- Jon