-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added shortcut files for CamelHump navigation
- Loading branch information
Showing
5 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<UserSettings> | ||
<ApplicationIdentity version="17.0"/> | ||
<Category name="Environment_Group" RegisteredName="Environment_Group"> | ||
<Category name="Environment_KeyBindings" Category="{F09035F1-80D2-4312-8EC4-4D354A4BCB4C}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_KeyBindings" PackageName="Visual Studio Environment Package"> | ||
<Version>17.0.0.0</Version> | ||
<KeyboardShortcuts> | ||
<UserShortcuts> | ||
<Shortcut Command="Edit.NextSubword" Scope="Text Editor">Ctrl+Right Arrow</Shortcut> | ||
<Shortcut Command="Edit.NextSubwordExtend" Scope="Text Editor">Ctrl+Shift+Right Arrow</Shortcut> | ||
<Shortcut Command="Edit.PreviousSubword" Scope="Text Editor">Ctrl+Left Arrow</Shortcut> | ||
<Shortcut Command="Edit.PreviousSubwordExtend" Scope="Text Editor">Ctrl+Shift+Left Arrow</Shortcut> | ||
<Shortcut Command="Edit.SubwordDeleteToStart" Scope="Text Editor">Ctrl+Bkspce</Shortcut> | ||
<Shortcut Command="Edit.SubwordDeleteToEnd" Scope="Text Editor">Ctrl+Del</Shortcut> | ||
<Shortcut Command="Edit.SubwordExpandSelection" Scope="Text Editor">Ctrl+W</Shortcut> | ||
<Shortcut Command="Edit.SubwordContractSelection" Scope="Text Editor">Ctrl+Shift+W</Shortcut> | ||
</UserShortcuts> | ||
</KeyboardShortcuts> | ||
</Category> | ||
</Category> | ||
</UserSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<UserSettings> | ||
<ApplicationIdentity version="17.0"/> | ||
<Category name="Environment_Group" RegisteredName="Environment_Group"> | ||
<Category name="Environment_KeyBindings" Category="{F09035F1-80D2-4312-8EC4-4D354A4BCB4C}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_KeyBindings" PackageName="Visual Studio Environment Package"> | ||
<Version>17.0.0.0</Version> | ||
<KeyboardShortcuts> | ||
<UserShortcuts> | ||
<Shortcut Command="Edit.WordNext" Scope="Text Editor">Ctrl+Right Arrow</Shortcut> | ||
<Shortcut Command="Edit.WordNextExtend" Scope="Text Editor">Ctrl+Shift+Right Arrow</Shortcut> | ||
<Shortcut Command="Edit.WordPrevious" Scope="Text Editor">Ctrl+Left Arrow</Shortcut> | ||
<Shortcut Command="Edit.WordPreviousExtend" Scope="Text Editor">Ctrl+Shift+Left Arrow</Shortcut> | ||
<Shortcut Command="Edit.WordDeleteToStart" Scope="Text Editor">Ctrl+Bkspce</Shortcut> | ||
<Shortcut Command="Edit.WordDeleteToEnd" Scope="Text Editor">Ctrl+Del</Shortcut> | ||
<Shortcut Command="Edit.ExpandSelection" Scope="Text Editor">Ctrl+W</Shortcut> | ||
<Shortcut Command="Edit.ContractSelection" Scope="Text Editor">Ctrl+Shift+W</Shortcut> | ||
</UserShortcuts> | ||
</KeyboardShortcuts> | ||
</Category> | ||
</Category> | ||
</UserSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters