Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
cb5d42e8
Commit
cb5d42e8
authored
7 years ago
by
Dmitry Jemerov
Browse files
Options
Download
Email Patches
Plain Diff
Shortcut for "Attach to local process" action (RIDER-16079)
parent
01eb2612
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
platform/platform-resources/src/keymaps/$default.xml
+3
-0
platform/platform-resources/src/keymaps/$default.xml
platform/platform-resources/src/keymaps/Default for XWin.xml
+3
-0
platform/platform-resources/src/keymaps/Default for XWin.xml
platform/platform-resources/src/keymaps/Mac OS X 10.5+.xml
+4
-0
platform/platform-resources/src/keymaps/Mac OS X 10.5+.xml
platform/platform-resources/src/keymaps/Mac OS X.xml
+4
-0
platform/platform-resources/src/keymaps/Mac OS X.xml
with
14 additions
and
0 deletions
+14
-0
platform/platform-resources/src/keymaps/$default.xml
+
3
-
0
View file @
cb5d42e8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
platform/platform-resources/src/keymaps/Default for XWin.xml
+
3
-
0
View file @
cb5d42e8
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
platform/platform-resources/src/keymaps/Mac OS X 10.5+.xml
+
4
-
0
View file @
cb5d42e8
...
...
@@ -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
This diff is collapsed.
Click to expand it.
platform/platform-resources/src/keymaps/Mac OS X.xml
+
4
-
0
View file @
cb5d42e8
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help