The CR template does not recognize the VS internal web browser windows(view->other windows->web browser).
e.g. MarkersSwap shortcut will activate on the code window when the web browser has the focus.
Shortcut key context - [CodeEditorHasFocus] && ![IntellisenseActive] --- CodeEditorHasFocus returns TRUE when the web browser has the focus. The result should of course be FALSE for CodeEditorHasFocus.
Regards,
Chad
Hi Chad,
Thank you for pointing out to this issue. I have reproduced it and we are working on it.
The cause of this issue is not related to the "CodeEditorHasFocus" context. It works correctly in this case but CodeRush registers commands in Visual Studio and synchronizes some shortcuts with the commands key binding for internal needs. As a temporary workaround, I suggest you disable this synchronization for the "Shift+Alt+Home" shortcut as follows: