Skip to content

Commit

Permalink
Minor change to Global Ctrl+/ key. Now set to match C# (Edit.GoToFind…
Browse files Browse the repository at this point in the history
…Combo instead of Tools.GoToCommandLine) Note: Neither seem to work, either way.
  • Loading branch information
Justin Clareburt committed Oct 31, 2016
1 parent e9464e7 commit e3a0655
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KeyboardSchemes/IntelliJ.vssettings
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
<!--<Shortcut Command="Refactor.Rename" Scope="Text Editor">F2</Shortcut>-->
<!-- Editting shortcuts -->
<Shortcut Command="Edit.SelectCurrentWord" Scope="Global">Ctrl+Shift+W</Shortcut> <!-- Will be applied if HotCommands not available -->
<!--<Shortcut Command="Edit.GoToFindCombo" Scope="Global">Ctrl+/</Shortcut>-->
<Shortcut Command="Edit.GoToFindCombo" Scope="Global">Ctrl+/</Shortcut> <!-- Fallback at Text Editor scope if HotCommands not enabled -->
<Shortcut Command="Edit.SurroundWith" Scope="Global">Ctrl+K, S</Shortcut>
<Shortcut Command="Edit.SurroundWith" Scope="Global">Ctrl+K, Ctrl+S</Shortcut>
<Shortcut Command="Edit.InsertSnippet" Scope="Global">Ctrl+K, X</Shortcut>
Expand Down
8 changes: 6 additions & 2 deletions KeyboardSchemes/KeyboardSchemes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="VSKs" />
</ItemGroup>
<ItemGroup>
<Content Include="Brief.vssettings" />
<Content Include="Emacs.vssettings" />
Expand All @@ -43,9 +45,11 @@
<Content Include="Visual C++ 6.vssettings" />
<Content Include="Visual CSharp 2005.vssettings" />
<Content Include="Visual Studio 6.vssettings" />
<Content Include="VSKs\IntelliJ for C#.vsk" />
<Content Include="VSKs\KeyboardImportErrors-WithHotCommands.txt" />
<Content Include="VSKs\KeyboardImportErrors.txt" />
</ItemGroup>
<ItemGroup>
<None Include="VSKs\IntelliJ.vsk" />
<None Include="KeymapRefs\IntelliJIDEA_ReferenceCard.pdf" />
<None Include="KeymapRefs\ReSharperCppDefaultKeymap_VSscheme.pdf" />
<None Include="KeymapRefs\ReSharper_DefaultKeymap_IDEAscheme.pdf" />
Expand Down
Binary file modified KeyboardSchemes/VSKs/IntelliJ for C#.vsk
Binary file not shown.

0 comments on commit e3a0655

Please sign in to comment.