Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linnet8989/2aec4b82c0c8229ee9dc6afb3c52558d to your computer and use it in GitHub Desktop.
Save linnet8989/2aec4b82c0c8229ee9dc6afb3c52558d to your computer and use it in GitHub Desktop.
Keyboard Shortcuts Settings backup for visual studio 2015 and above
<DefaultShortcuts/>
<ShortcutsScheme>Visual C++ 6</ShortcutsScheme>
<UserShortcuts><Shortcut Command="Edit.ScrollLineUp" Scope="文本编辑器">Ctrl+K</Shortcut><Shortcut Command="Edit.ScrollLineDown" Scope="文本编辑器">Ctrl+J</Shortcut><Shortcut Command="Edit.ScrollPageUp" Scope="文本编辑器">Ctrl+Shift+K</Shortcut><Shortcut Command="Edit.ScrollPageDown" Scope="文本编辑器">Ctrl+Shift+J</Shortcut><Shortcut Command="Edit.PreviousBookmarkInFolder" Scope="全局">Ctrl+Shift+E, Ctrl+Shift+P</Shortcut><Shortcut Command="Edit.NextBookmarkInFolder" Scope="全局">Ctrl+Shift+E, Ctrl+Shift+N</Shortcut><Shortcut Command="Edit.SwapAnchor" Scope="文本编辑器">Ctrl+E, Ctrl+A</Shortcut><Shortcut Command="Edit.DeleteHorizontalWhiteSpace" Scope="文本编辑器">Ctrl+E, Ctrl+\</Shortcut><Shortcut Command="Edit.ClearBookmarks" Scope="文本编辑器">Ctrl+E, Ctrl+L</Shortcut><Shortcut Command="Edit.ToggleBookmark" Scope="文本编辑器">Ctrl+E, Ctrl+K</Shortcut><Shortcut Command="Edit.EnableBookmark" Scope="文本编辑器">Ctrl+E, Ctrl+B</Shortcut><Shortcut Command="Edit.FormatSelection" Scope="文本编辑器">Ctrl+E, Ctrl+F</Shortcut><Shortcut Command="Edit.ToggleTaskListShortcut" Scope="文本编辑器">Ctrl+E, Ctrl+H</Shortcut><Shortcut Command="Edit.ListMembers" Scope="文本编辑器">Ctrl+L</Shortcut><Shortcut Command="Edit.QuickInfo" Scope="文本编辑器">Ctrl+E, Ctrl+I</Shortcut><Shortcut Command="Edit.CommentSelection" Scope="文本编辑器">Ctrl+E, Ctrl+C</Shortcut><Shortcut Command="Edit.UncommentSelection" Scope="文本编辑器">Ctrl+E, Ctrl+U</Shortcut><Shortcut Command="Edit.FormatDocument" Scope="文本编辑器">Ctrl+E, Ctrl+D</Shortcut><Shortcut Command="InteractiveConsole.CopyToInteractive" Scope="文本编辑器">Ctrl+E, Ctrl+Enter</Shortcut><Shortcut Command="Edit.NextBookmark" Scope="全局">Ctrl+E, Ctrl+N</Shortcut><Shortcut Command="Edit.PreviousBookmark" Scope="全局">Ctrl+E, Ctrl+P</Shortcut><Shortcut Command="Edit.InsertSnippet" Scope="全局">Ctrl+E, Ctrl+X</Shortcut><Shortcut Command="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2},565" Scope="全局">Ctrl+E, Ctrl+F</Shortcut><Shortcut Command="Edit.SurroundWith" Scope="全局">Ctrl+E, Ctrl+S</Shortcut><Shortcut Command="Edit.FillCommentParagraph" Scope="全局">Ctrl+E, P</Shortcut></UserShortcuts>
<ShortcutsScheme>Visual C# 2005</ShortcutsScheme>
<UserShortcuts><Shortcut Command="Edit.ScrollLineUp" Scope="文本编辑器">Ctrl+K</Shortcut><Shortcut Command="Edit.ScrollLineDown" Scope="文本编辑器">Ctrl+J</Shortcut><Shortcut Command="Edit.ScrollPageUp" Scope="文本编辑器">Ctrl+Shift+K</Shortcut><Shortcut Command="Edit.ScrollPageDown" Scope="文本编辑器">Ctrl+Shift+J</Shortcut><Shortcut Command="Edit.PreviousBookmarkInFolder" Scope="全局">Ctrl+Shift+E, Ctrl+Shift+P</Shortcut><Shortcut Command="Edit.NextBookmarkInFolder" Scope="全局">Ctrl+Shift+E, Ctrl+Shift+N</Shortcut><Shortcut Command="Edit.QuickInfo" Scope="文本编辑器">Ctrl+E, Ctrl+I</Shortcut><Shortcut Command="InteractiveConsole.CopyToInteractive" Scope="文本编辑器">Ctrl+E, Ctrl+Enter</Shortcut><Shortcut Command="Edit.ListMembers" Scope="文本编辑器">Ctrl+L</Shortcut><Shortcut Command="Edit.QuickInfo" Scope="文本编辑器">Ctrl+E, I</Shortcut><Shortcut Command="Edit.InsertSnippet" Scope="全局">Ctrl+E, Ctrl+X</Shortcut><Shortcut Command="{1496A755-94DE-11D0-8C3F-00C04FC2AAE2},565" Scope="全局">Ctrl+E, Ctrl+F</Shortcut><Shortcut Command="Edit.SurroundWith" Scope="全局">Ctrl+E, Ctrl+S</Shortcut><Shortcut Command="Edit.SurroundWith" Scope="全局">Ctrl+E, S</Shortcut><Shortcut Command="Edit.InsertSnippet" Scope="全局">Ctrl+E, X</Shortcut><Shortcut Command="Edit.FindAllReferences" Scope="全局">Ctrl+E, R</Shortcut><Shortcut Command="Edit.FindAllReferences" Scope="全局">Ctrl+E, Ctrl+R</Shortcut><Shortcut Command="Edit.FillCommentParagraph" Scope="全局">Ctrl+E, P</Shortcut></UserShortcuts>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment