Android studio换成visual studio code 快捷键

  1 <keymap version="1" name="Visual Studio copy" parent="Visual Studio">
  2   <action id="$Copy" />
  3   <action id="Arrangement.Alias.Rule.Match.Condition.Move.Up" />
  4   <action id="Arrangement.Rule.Match.Condition.Move.Down" />
  5   <action id="Arrangement.Rule.Match.Condition.Move.Up" />
  6   <action id="Back">
  7     <mouse-shortcut keystroke="button4" />
  8     <keyboard-shortcut first-keystroke="alt comma" />
  9   </action>
 10   <action id="ChangeSplitOrientation">
 11     <keyboard-shortcut first-keystroke="ctrl alt back_slash" />
 12   </action>
 13   <action id="ChangesView.UnshelveSilently" />
 14   <action id="CheckinProject" />
 15   <action id="ChoosePrevSubsequentPropertyValueEditorAction" />
 16   <action id="CloseContent">
 17     <keyboard-shortcut first-keystroke="ctrl w" />
 18   </action>
 19   <action id="CollapseAll" />
 20   <action id="CollapseAllRegions">
 21     <keyboard-shortcut first-keystroke="shift ctrl alt f" />
 22   </action>
 23   <action id="CollapseRegion">
 24     <keyboard-shortcut first-keystroke="ctrl alt f" />
 25   </action>
 26   <action id="CommentByBlockComment">
 27     <keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl b" />
 28   </action>
 29   <action id="CommentByLineComment">
 30     <keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl l" />
 31   </action>
 32   <action id="CompareTwoFiles" />
 33   <action id="Console.Execute.Multiline" />
 34   <action id="Console.Jdbc.Execute" />
 35   <action id="Console.Jpa.GenerateSql" />
 36   <action id="Console.TableResult.EditFilterCriteria" />
 37   <action id="CopyAsPlainText">
 38     <keyboard-shortcut first-keystroke="ctrl c" />
 39   </action>
 40   <action id="CopyPaths">
 41     <keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl p" />
 42   </action>
 43   <action id="DSM.ZoomIn" />
 44   <action id="Diff.ShowDiff" />
 45   <action id="EditorAddOrRemoveCaret">
 46     <mouse-shortcut keystroke="alt button1" />
 47   </action>
 48   <action id="EditorAddRectangularSelectionOnMouseDrag">
 49     <mouse-shortcut keystroke="button2" />
 50   </action>
 51   <action id="EditorChooseLookupItemCompleteStatement" />
 52   <action id="EditorChooseLookupItemReplace" />
 53   <action id="EditorCodeBlockEnd">
 54     <keyboard-shortcut first-keystroke="ctrl asterisk" />
 55   </action>
 56   <action id="EditorCompleteStatement" />
 57   <action id="EditorCopy" />
 58   <action id="EditorDecreaseFontSize">
 59     <keyboard-shortcut first-keystroke="alt minus" />
 60   </action>
 61   <action id="EditorDeleteLine">
 62     <keyboard-shortcut first-keystroke="ctrl d" />
 63   </action>
 64   <action id="EditorDuplicate">
 65     <keyboard-shortcut first-keystroke="shift alt down" />
 66   </action>
 67   <action id="EditorGutterToggleGlobalSoftWraps">
 68     <keyboard-shortcut first-keystroke="alt z" />
 69   </action>
 70   <action id="EditorIncreaseFontSize">
 71     <keyboard-shortcut first-keystroke="alt equals" />
 72   </action>
 73   <action id="EditorIndentLineOrSelection">
 74     <keyboard-shortcut first-keystroke="tab" />
 75   </action>
 76   <action id="EditorIndentSelection" />
 77   <action id="EditorJoinLines">
 78     <keyboard-shortcut first-keystroke="ctrl j" />
 79   </action>
 80   <action id="EditorMatchBrace">
 81     <keyboard-shortcut first-keystroke="ctrl close_bracket" />
 82   </action>
 83   <action id="EditorMoveToPageBottom" />
 84   <action id="EditorMoveToPageTop" />
 85   <action id="EditorNextWord">
 86     <keyboard-shortcut first-keystroke="alt right" />
 87   </action>
 88   <action id="EditorNextWordWithSelection">
 89     <keyboard-shortcut first-keystroke="shift alt right" />
 90   </action>
 91   <action id="EditorPasteFromX11" />
 92   <action id="EditorPreviousWord">
 93     <keyboard-shortcut first-keystroke="alt left" />
 94   </action>
 95   <action id="EditorPreviousWordWithSelection">
 96     <keyboard-shortcut first-keystroke="shift alt left" />
 97   </action>
 98   <action id="EditorResetFontSize">
 99     <keyboard-shortcut first-keystroke="alt 0" />
100   </action>
101   <action id="EditorSelectLine">
102     <keyboard-shortcut first-keystroke="ctrl i" />
103   </action>
104   <action id="EditorSelectWord" />
105   <action id="EditorSplitLine" />
106   <action id="EditorStartNewLine">
107     <keyboard-shortcut first-keystroke="ctrl enter" />
108   </action>
109   <action id="EditorStartNewLineBefore">
110     <keyboard-shortcut first-keystroke="shift ctrl enter" />
111   </action>
112   <action id="EditorTab" />
113   <action id="EditorToggleCase">
114     <keyboard-shortcut first-keystroke="ctrl alt u" />
115   </action>
116   <action id="EditorToggleUseSoftWraps">
117     <keyboard-shortcut first-keystroke="ctrl e" second-keystroke="w" />
118     <keyboard-shortcut first-keystroke="ctrl e" second-keystroke="ctrl w" />
119     <keyboard-shortcut first-keystroke="alt z" />
120   </action>
121   <action id="ExpandAll" />
122   <action id="ExpandAllRegions">
123     <keyboard-shortcut first-keystroke="shift alt u" />
124   </action>
125   <action id="ExpandLiveTemplateByTab" />
126   <action id="ExpandRegion">
127     <keyboard-shortcut first-keystroke="alt u" />
128   </action>
129   <action id="ExpandRegionRecursively">
130     <keyboard-shortcut first-keystroke="ctrl alt add" />
131   </action>
132   <action id="ExternalSystem.ExpandAll" />
133   <action id="ExtractFunction" />
134   <action id="ExtractMethod" />
135   <action id="FileChooser.GotoDesktop" />
136   <action id="FileChooser.NewFolder">
137     <keyboard-shortcut first-keystroke="alt insert" />
138   </action>
139   <action id="FileChooser.TogglePathShowing" />
140   <action id="Find">
141     <keyboard-shortcut first-keystroke="ctrl f" />
142   </action>
143   <action id="FindInPath">
144     <keyboard-shortcut first-keystroke="shift ctrl f" />
145     <keyboard-shortcut first-keystroke="alt f" />
146   </action>
147   <action id="FindNext">
148     <keyboard-shortcut first-keystroke="ctrl equals" />
149   </action>
150   <action id="FindPrevious">
151     <keyboard-shortcut first-keystroke="ctrl minus" />
152   </action>
153   <action id="FindUsages">
154     <keyboard-shortcut first-keystroke="shift alt f7" />
155     <keyboard-shortcut first-keystroke="ctrl alt c" />
156   </action>
157   <action id="FindWordAtCaret">
158     <keyboard-shortcut first-keystroke="ctrl e" />
159   </action>
160   <action id="Forward">
161     <mouse-shortcut keystroke="button5" />
162     <keyboard-shortcut first-keystroke="alt period" />
163   </action>
164   <action id="Generate">
165     <keyboard-shortcut first-keystroke="alt insert" />
166   </action>
167   <action id="GotoBookmark0" />
168   <action id="GotoBookmark9" />
169   <action id="GotoCustomRegion" />
170   <action id="GotoDeclaration">
171     <keyboard-shortcut first-keystroke="f12" />
172     <keyboard-shortcut first-keystroke="shift f2" />
173     <keyboard-shortcut first-keystroke="ctrl b" />
174   </action>
175   <action id="GotoFile">
176     <keyboard-shortcut first-keystroke="ctrl p" />
177   </action>
178   <action id="GotoImplementation">
179     <keyboard-shortcut first-keystroke="ctrl alt v" />
180     <mouse-shortcut keystroke="control button1" />
181   </action>
182   <action id="GotoNextBookmark">
183     <keyboard-shortcut first-keystroke="ctrl alt l" />
184   </action>
185   <action id="GotoPrevElementUnderCaretUsage" />
186   <action id="GotoPreviousBookmark">
187     <keyboard-shortcut first-keystroke="ctrl alt j" />
188   </action>
189   <action id="Groovy.Shell.Execute" />
190   <action id="Images.Editor.ZoomIn" />
191   <action id="InsertLiveTemplate" />
192   <action id="IntroduceConstant" />
193   <action id="IntroduceField" />
194   <action id="IntroduceProperty" />
195   <action id="IntroduceVariable" />
196   <action id="KotlinShellExecute" />
197   <action id="Maven.ExpandAll" />
198   <action id="MethodDown" />
199   <action id="MethodUp" />
200   <action id="MoveLineDown">
201     <keyboard-shortcut first-keystroke="alt down" />
202   </action>
203   <action id="MoveLineUp">
204     <keyboard-shortcut first-keystroke="alt up" />
205   </action>
206   <action id="NewFile">
207     <keyboard-shortcut first-keystroke="ctrl n" />
208   </action>
209   <action id="NextEditorTab" />
210   <action id="NextParameter" />
211   <action id="NextTab">
212     <keyboard-shortcut first-keystroke="ctrl 0" />
213   </action>
214   <action id="NextTemplateParameter" />
215   <action id="NextTemplateVariable">
216     <keyboard-shortcut first-keystroke="enter" />
217   </action>
218   <action id="PreviousEditorTab" />
219   <action id="PreviousTab">
220     <keyboard-shortcut first-keystroke="ctrl 9" />
221   </action>
222   <action id="Print" />
223   <action id="QuickDocCopy" />
224   <action id="RecentFiles" />
225   <action id="ReformatCode">
226     <keyboard-shortcut first-keystroke="alt f8" />
227   </action>
228   <action id="RunInspection" />
229   <action id="SelectNextOccurrence">
230     <keyboard-shortcut first-keystroke="shift ctrl m" />
231   </action>
232   <action id="SendEOF" />
233   <action id="ShowBookmarks">
234     <keyboard-shortcut first-keystroke="shift ctrl alt i" />
235   </action>
236   <action id="ShowContent" />
237   <action id="ShowFilePath">
238     <keyboard-shortcut first-keystroke="ctrl k" second-keystroke="ctrl r" />
239   </action>
240   <action id="ShowFilterPopup" />
241   <action id="ShowUmlDiagram" />
242   <action id="ShowUmlDiagramPopup" />
243   <action id="SplitVertically">
244     <keyboard-shortcut first-keystroke="ctrl back_slash" />
245   </action>
246   <action id="SurroundWithLiveTemplate" />
247   <action id="ToggleBookmark">
248     <keyboard-shortcut first-keystroke="ctrl alt k" />
249   </action>
250   <action id="ToggleFullScreen">
251     <keyboard-shortcut first-keystroke="ctrl alt m" />
252   </action>
253   <action id="UpdateRunningApplication" />
254   <action id="Vcs.ReformatCommitMessage">
255     <keyboard-shortcut first-keystroke="alt f8" />
256   </action>
257   <action id="Vcs.ShowMessageHistory">
258     <keyboard-shortcut first-keystroke="ctrl m" />
259   </action>
260   <action id="VcsShowNextChangeMarker" />
261   <action id="ViewSource" />
262   <action id="XDebugger.CopyValue" />
263   <action id="XDebugger.MoveWatchDown" />
264   <action id="XDebugger.MoveWatchUp" />
265   <action id="ZoomCurrentWindow">
266     <keyboard-shortcut first-keystroke="ctrl alt equals" />
267   </action>
268   <action id="android.deploy.ApplyChanges">
269     <keyboard-shortcut first-keystroke="ctrl f10" />
270   </action>
271   <action id="android.deploy.CodeSwap">
272     <keyboard-shortcut first-keystroke="ctrl alt f10" />
273   </action>
274   <action id="openAssertEqualsDiff" />
275   <action id="refactoring.extract.dependency" />
276 </keymap>

 ~/product/config/options/keymap.xml

C:\Users\uname\AppData\Roaming\JetBrains\product\keymaps\Visual Studio copy.xml

 

文件编码

File---setting---Keymap----Visual studio copy

posted @ 2021-02-23 10:53  SaraMorning  阅读(553)  评论(0编辑  收藏  举报