I'm using visual studio community edition with resharper. I want to change Ctrl+X shorcut to Edit
.Cut from Resharper.BookmarksMenu
.
I applied Visual Studio scheme from Extensions->ReSharper->Keyboard & Menus
then saved.
I assigned (Default)Edit.Cut as Global Ctrl+X.
But the Ctrl+X shortcut continues to open the bookmarks menu of ReSharper.
Thank you Alexander Kurakin. I mapped the "Ctrl+X" shortcut to the "Edit.Cut" action in the "Text Editor" scope. Now it is working.
I solved it for Edit.Cut like this:
Shortcuts for selected command: Ctrl+X (Text Editor)
Use new shortcut in: Text Editor
Press shortcut keys: Ctrl+X
Than Assign and it is working.