diff --git a/HotKeysVSIX/Ctrl-Jump Camel Hump Words.vssettings b/HotKeysVSIX/Ctrl-Jump Camel Hump Words.vssettings new file mode 100644 index 0000000..c6da4d0 --- /dev/null +++ b/HotKeysVSIX/Ctrl-Jump Camel Hump Words.vssettings @@ -0,0 +1,20 @@ + + + + + 17.0.0.0 + + + Ctrl+Right Arrow + Ctrl+Shift+Right Arrow + Ctrl+Left Arrow + Ctrl+Shift+Left Arrow + Ctrl+Bkspce + Ctrl+Del + Ctrl+W + Ctrl+Shift+W + + + + + \ No newline at end of file diff --git a/HotKeysVSIX/Ctrl-Jump Full Words.vssettings b/HotKeysVSIX/Ctrl-Jump Full Words.vssettings new file mode 100644 index 0000000..d782d89 --- /dev/null +++ b/HotKeysVSIX/Ctrl-Jump Full Words.vssettings @@ -0,0 +1,20 @@ + + + + + 17.0.0.0 + + + Ctrl+Right Arrow + Ctrl+Shift+Right Arrow + Ctrl+Left Arrow + Ctrl+Shift+Left Arrow + Ctrl+Bkspce + Ctrl+Del + Ctrl+W + Ctrl+Shift+W + + + + + \ No newline at end of file diff --git a/HotKeysVSIX/HotKeysVSIX.csproj b/HotKeysVSIX/HotKeysVSIX.csproj index 4e5f9ef..42ffec1 100644 --- a/HotKeysVSIX/HotKeysVSIX.csproj +++ b/HotKeysVSIX/HotKeysVSIX.csproj @@ -48,6 +48,10 @@ + + Designer + true + Always true @@ -57,6 +61,10 @@ + + Designer + true + true diff --git a/HotKeysVSIX/ReleaseNotes.txt b/HotKeysVSIX/ReleaseNotes.txt index 382c0ce..9c1ef35 100644 --- a/HotKeysVSIX/ReleaseNotes.txt +++ b/HotKeysVSIX/ReleaseNotes.txt @@ -1,5 +1,6 @@ Hot Keys - Keyboard Shortcuts by Justin Clareburt +05-Mar-2022: v4.2.0 Added new settings files for Camel-Hump navigation. 05-Mar-2022: v4.1.0 Added shortcuts for new VS commands - ToggleLineComment and ToggleBlockComment. Uses Keyboard Manager 3.1.0 19-Jan-2022: v4.0.0 Upgraded for VS2022+. Included KeyboardShortcutsManager-v3.0.0 23-Jan-2022: v3.1.0 New version created for VS2017-VS2019 legacy maintenance. diff --git a/HotKeysVSIX/source.extension.vsixmanifest b/HotKeysVSIX/source.extension.vsixmanifest index 8f2db62..8ba7dd9 100644 --- a/HotKeysVSIX/source.extension.vsixmanifest +++ b/HotKeysVSIX/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Hot Keys - Keyboard Shortcuts Installs alternative keyboard mapping schemes to work with Visual Studio. https://aka.ms/hotkeys2017