Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <keymap version="1" name="Visual Studio copy" parent="Visual Studio">
  2. <action id="$Cut">
  3. <keyboard-shortcut first-keystroke="ctrl x" />
  4. <keyboard-shortcut first-keystroke="shift delete" />
  5. </action>
  6. <action id="CodeCompletion">
  7. <keyboard-shortcut first-keystroke="ctrl space" />
  8. </action>
  9. <action id="CommentByLineComment">
  10. <keyboard-shortcut first-keystroke="ctrl alt slash" />
  11. <keyboard-shortcut first-keystroke="ctrl alt divide" />
  12. </action>
  13. <action id="Debugger.MarkObject" />
  14. <action id="EditorCut">
  15. <keyboard-shortcut first-keystroke="ctrl x" />
  16. <keyboard-shortcut first-keystroke="shift delete" />
  17. </action>
  18. <action id="EditorDown">
  19. <keyboard-shortcut first-keystroke="down" />
  20. <keyboard-shortcut first-keystroke="ctrl j" />
  21. </action>
  22. <action id="EditorLeft">
  23. <keyboard-shortcut first-keystroke="left" />
  24. <keyboard-shortcut first-keystroke="ctrl h" />
  25. </action>
  26. <action id="EditorRight">
  27. <keyboard-shortcut first-keystroke="right" />
  28. <keyboard-shortcut first-keystroke="ctrl l" />
  29. </action>
  30. <action id="EditorUp">
  31. <keyboard-shortcut first-keystroke="up" />
  32. <keyboard-shortcut first-keystroke="ctrl k" />
  33. </action>
  34. <action id="GotoNextBookmark" />
  35. <action id="GotoPreviousBookmark" />
  36. <action id="ReformatCode">
  37. <keyboard-shortcut first-keystroke="ctrl alt enter" />
  38. </action>
  39. <action id="Replace" />
  40. <action id="RiderUnitTestRunSolutionTwAction" />
  41. <action id="ShowExecutionPoint">
  42. <keyboard-shortcut first-keystroke="alt multiply" />
  43. </action>
  44. <action id="ToggleBookmark" />
  45. <action id="Vcs.Log.GoToChild" />
  46. <action id="Vcs.Log.GoToParent" />
  47. <action id="Vcs.ReformatCommitMessage">
  48. <keyboard-shortcut first-keystroke="ctrl alt enter" />
  49. </action>
  50. </keymap>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement