From 04a24a2cf9a3bd147d395c795af98d989d4110e3 Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Sat, 5 Mar 2022 22:04:08 +0100 Subject: [PATCH] Added shortcut files for CamelHump navigation --- .../Ctrl-Jump Camel Hump Words.vssettings | 20 +++++++++++++++++++ HotKeysVSIX/Ctrl-Jump Full Words.vssettings | 20 +++++++++++++++++++ HotKeysVSIX/HotKeysVSIX.csproj | 8 ++++++++ HotKeysVSIX/ReleaseNotes.txt | 1 + HotKeysVSIX/source.extension.vsixmanifest | 2 +- 5 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 HotKeysVSIX/Ctrl-Jump Camel Hump Words.vssettings create mode 100644 HotKeysVSIX/Ctrl-Jump Full Words.vssettings 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