|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<keymap version="1" name="Default-Copy" parent="$default"> |
| 3 | + <action id="ChangeSignature" /> |
| 4 | + <action id="CheckinProject" /> |
| 5 | + <action id="CloneElement" /> |
| 6 | + <action id="CodeCompletion"> |
| 7 | + <keyboard-shortcut first-keystroke="control SEMICOLON" /> |
| 8 | + </action> |
| 9 | + <action id="CopyElement"> |
| 10 | + <keyboard-shortcut first-keystroke="shift F10" /> |
| 11 | + </action> |
| 12 | + <action id="Debug"> |
| 13 | + <keyboard-shortcut first-keystroke="F9" /> |
| 14 | + </action> |
| 15 | + <action id="Find"> |
| 16 | + <keyboard-shortcut first-keystroke="control F" /> |
| 17 | + </action> |
| 18 | + <action id="FindNext"> |
| 19 | + <keyboard-shortcut first-keystroke="control L" /> |
| 20 | + </action> |
| 21 | + <action id="FindPrevious"> |
| 22 | + <keyboard-shortcut first-keystroke="shift control L" /> |
| 23 | + </action> |
| 24 | + <action id="ForceStepInto"> |
| 25 | + <keyboard-shortcut first-keystroke="shift alt F5" /> |
| 26 | + </action> |
| 27 | + <action id="ForceStepOver"> |
| 28 | + <keyboard-shortcut first-keystroke="shift alt F6" /> |
| 29 | + </action> |
| 30 | + <action id="GotoDeclaration"> |
| 31 | + <keyboard-shortcut first-keystroke="control B" /> |
| 32 | + <mouse-shortcut keystroke="control button1" /> |
| 33 | + <mouse-shortcut keystroke="button2" /> |
| 34 | + <keyboard-shortcut first-keystroke="F3" /> |
| 35 | + </action> |
| 36 | + <action id="GotoImplementation"> |
| 37 | + <keyboard-shortcut first-keystroke="control alt B" /> |
| 38 | + <mouse-shortcut keystroke="control alt button1" /> |
| 39 | + <keyboard-shortcut first-keystroke="control T" /> |
| 40 | + </action> |
| 41 | + <action id="Move"> |
| 42 | + <keyboard-shortcut first-keystroke="F10" /> |
| 43 | + </action> |
| 44 | + <action id="NextOccurence" /> |
| 45 | + <action id="PreviousOccurence" /> |
| 46 | + <action id="RenameElement"> |
| 47 | + <keyboard-shortcut first-keystroke="shift R" /> |
| 48 | + </action> |
| 49 | + <action id="Resume"> |
| 50 | + <keyboard-shortcut first-keystroke="F8" /> |
| 51 | + </action> |
| 52 | + <action id="Run"> |
| 53 | + <keyboard-shortcut first-keystroke="shift F9" /> |
| 54 | + </action> |
| 55 | + <action id="SmartTypeCompletion"> |
| 56 | + <keyboard-shortcut first-keystroke="shift control SEMICOLON" /> |
| 57 | + </action> |
| 58 | + <action id="StepInto"> |
| 59 | + <keyboard-shortcut first-keystroke="F5" /> |
| 60 | + </action> |
| 61 | + <action id="StepOut"> |
| 62 | + <keyboard-shortcut first-keystroke="F7" /> |
| 63 | + </action> |
| 64 | + <action id="StepOver"> |
| 65 | + <keyboard-shortcut first-keystroke="F6" /> |
| 66 | + </action> |
| 67 | + <action id="Vcs.UpdateProject" /> |
| 68 | +</keymap> |
| 69 | + |
0 commit comments