-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpycharm_keymap.xml
138 lines (138 loc) · 5.01 KB
/
pycharm_keymap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<keymap version="1" name="Default copy" parent="$default">
<action id="$Cut">
<keyboard-shortcut first-keystroke="ctrl x" />
</action>
<action id="$Redo">
<keyboard-shortcut first-keystroke="shift ctrl z" />
<keyboard-shortcut first-keystroke="shift alt back_space" />
<keyboard-shortcut first-keystroke="ctrl y" />
</action>
<action id="ActivateProjectToolWindow">
<keyboard-shortcut first-keystroke="alt 1" />
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl 1" />
</action>
<action id="Back">
<keyboard-shortcut first-keystroke="ctrl alt left" />
<mouse-shortcut keystroke="button4" />
<keyboard-shortcut first-keystroke="ctrl u" />
</action>
<action id="CheckinProject" />
<action id="CloseContent">
<keyboard-shortcut first-keystroke="ctrl f4" />
<keyboard-shortcut first-keystroke="ctrl w" />
</action>
<action id="CommentByBlockComment">
<keyboard-shortcut first-keystroke="shift ctrl q" />
</action>
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="ctrl q" />
</action>
<action id="ConvertIndentsToSpaces">
<keyboard-shortcut first-keystroke="shift ctrl space" />
</action>
<action id="DecrementWindowHeight" />
<action id="Diff.ApplyLeftSide" />
<action id="Diff.ApplyRightSide" />
<action id="Diff.NextChange" />
<action id="Diff.PrevChange" />
<action id="Editor Redo">
<keyboard-shortcut first-keystroke="ctrl y" />
</action>
<action id="EditorCut">
<keyboard-shortcut first-keystroke="ctrl x" />
</action>
<action id="EditorDeleteLine">
<keyboard-shortcut first-keystroke="shift delete" />
</action>
<action id="EditorDuplicate">
<keyboard-shortcut first-keystroke="ctrl d" />
<keyboard-shortcut first-keystroke="shift ctrl d" />
</action>
<action id="EditorMoveToPageBottom" />
<action id="EditorMoveToPageTop" />
<action id="EditorNextWordInDifferentHumpsMode">
<keyboard-shortcut first-keystroke="alt right" />
</action>
<action id="EditorNextWordInDifferentHumpsModeWithSelection">
<keyboard-shortcut first-keystroke="shift alt right" />
</action>
<action id="EditorPreviousWordInDifferentHumpsMode">
<keyboard-shortcut first-keystroke="alt left" />
</action>
<action id="EditorPreviousWordInDifferentHumpsModeWithSelection">
<keyboard-shortcut first-keystroke="shift alt left" />
</action>
<action id="EditorSelectWord" />
<action id="EditorToggleCase" />
<action id="FileChooser.NewFolder">
<keyboard-shortcut first-keystroke="alt insert" />
</action>
<action id="Forward">
<keyboard-shortcut first-keystroke="ctrl alt right" />
<mouse-shortcut keystroke="button5" />
<keyboard-shortcut first-keystroke="shift ctrl u" />
</action>
<action id="GotoChangedFile" />
<action id="GotoClass" />
<action id="GotoFile">
<keyboard-shortcut first-keystroke="shift ctrl n" />
<keyboard-shortcut first-keystroke="ctrl t" />
</action>
<action id="GotoSuperMethod" />
<action id="IncrementWindowHeight" />
<action id="MoveEditorToOppositeTabGroup">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="shift ctrl right" />
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="shift ctrl left" />
</action>
<action id="MoveLineDown">
<keyboard-shortcut first-keystroke="shift ctrl down" />
</action>
<action id="MoveLineUp">
<keyboard-shortcut first-keystroke="shift ctrl up" />
</action>
<action id="MoveStatementDown" />
<action id="MoveStatementUp" />
<action id="NewElement">
<keyboard-shortcut first-keystroke="ctrl n" />
</action>
<action id="NextEditorTab" />
<action id="NextSplitter">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="right" />
</action>
<action id="NextTab">
<keyboard-shortcut first-keystroke="alt close_bracket" />
</action>
<action id="OpenFile">
<keyboard-shortcut first-keystroke="ctrl o" />
</action>
<action id="OverrideMethods" />
<action id="PrevSplitter">
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="left" />
</action>
<action id="PreviousEditorTab" />
<action id="PreviousTab">
<keyboard-shortcut first-keystroke="alt open_bracket" />
</action>
<action id="QuickJavaDoc">
<mouse-shortcut keystroke="alt button2" />
</action>
<action id="ReformatCode">
<keyboard-shortcut first-keystroke="ctrl alt l" />
<keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl l" />
</action>
<action id="RenameElement">
<keyboard-shortcut first-keystroke="shift f6" />
<keyboard-shortcut first-keystroke="ctrl r" second-keystroke="ctrl r" />
</action>
<action id="Replace">
<keyboard-shortcut first-keystroke="ctrl h" />
</action>
<action id="ResetColumnsWidth" />
<action id="ResizeToolWindowDown" />
<action id="ResizeToolWindowUp" />
<action id="ShelveChanges.UnshelveWithDialog" />
<action id="SmartTypeCompletion" />
<action id="TypeHierarchy" />
<action id="TypeHierarchyBase.BaseOnThisType" />
<action id="Vcs.UpdateProject" />
</keymap>