Commit cb5d42e8 authored by Dmitry Jemerov's avatar Dmitry Jemerov
Browse files

Shortcut for "Attach to local process" action (RIDER-16079)

parent 01eb2612
Showing with 14 additions and 0 deletions
+14 -0
......@@ -713,6 +713,9 @@
<action id="XDebugger.NewWatch">
<keyboard-shortcut first-keystroke="INSERT"/>
</action>
<action id="XDebugger.AttachToProcess">
<keyboard-shortcut first-keystroke="control alt F5"/>
</action>
<action id="Debugger.EditTypeSource">
<keyboard-shortcut first-keystroke="shift F4"/>
</action>
......
......@@ -24,4 +24,7 @@
<action id="ShowFilePath">
<keyboard-shortcut first-keystroke="control alt shift 2"/>
</action>
<action id="XDebugger.AttachToLocalProcess">
<keyboard-shortcut first-keystroke="control alt 5"/>
</action>
</keymap>
......@@ -619,4 +619,8 @@
<action id="GotoPrevElementUnderCaretUsage">
<keyboard-shortcut first-keystroke="ctrl alt UP"/>
</action>
<action id="XDebugger.AttachToProcess">
<keyboard-shortcut first-keystroke="alt shift F5"/>
</action>
</keymap>
\ No newline at end of file
......@@ -409,4 +409,8 @@
</action>
<action id="Vcs.MoveChangedLinesToChangelist"/>
<action id="ChangesView.Move"/>
<action id="XDebugger.AttachToProcess">
<keyboard-shortcut first-keystroke="alt shift F5"/>
</action>
</keymap>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment