Re: VS2008: Problem with restoring keybindings
Hello,
In my configuration restoring the keybindings does not work.
No matter whether I press "Restore" in the keyboard manager or disable
ViEmu the original VS's keybindings are lost.
The configuration is:
ViEmu 2.2.8
Visual Studio 2008 Standard, SP 1, German, Keyboard layout: Visual C++ 6
Windows XP
The keyboard manager shows the following information:
------------------------------
Saved keybindings are:
File.Print=Global::Strg+P
Edit.Redo=Global::Strg+Y||Global::Umschalt+Alt+Rücktaste||Global::Strg+Umschalt+Z
Edit.Find=Global::Strg+F
File.NewFile=Global::Strg+N
File.OpenFile=Global::Strg+O
Edit.MakeLowercase=Text-Editor::Strg+U
Edit.CharTranspose=Text-Editor::Strg+T
Edit.SelectCurrentWord=Text-Editor::Strg+W
Edit.ViewWhiteSpace=Text-Editor::Strg+R, Strg+W||Global::Strg+Umschalt+8
Edit.ToggleWordWrap=Text-Editor::Strg+E, Strg+W
Edit.IncrementalSearch=Text-Editor::Strg+I
Refactor.Rename=Global::Strg+R, Strg+R
Refactor.ExtractMethod=Global::Strg+R, Strg+M
No clashing keybindings
Scanned keys:
RFBDUWTQEYOINP]
yes: Restore/remove saved keybindings when disabling/enabling ViEmu
yes: Scan for clashing keybindgs on startup
------------------------------
But the following works:
Imagine I want to enable the <ctrl-V> of Vim (blockwise selection) and
the <ctrl-F> of Visual Studio (Find). Then I have to do:
- Set the scanning keys in ViEmu's keyboard manager:
RBDUWTQEYOINP]V (F removed and V added compared to the default)
- Reload VS's original keybindings via Extras->Options->Environment-Keyboard...
and enter ViEmu's keyboard manager. Then the manager shows the
correct clashing keybindings.
- After pressing "Save and remove" and returning to the code view
<ctrl-F> and <ctrl-V> work as expected.
But after this neither pressing "Restore" in ViEmu's keyboard manager
nor disabling ViEmu brings back the original VS keybindings.
Any idea what is going wrong here?
Greetings
LoveVim