Skip to content

Commit

Permalink
Scope 'move up/down' keybindings to sln explorer only
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed May 5, 2015
1 parent cf653b1 commit 59add71
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
</Bitmaps>
</Commands>
<KeyBindings>
<KeyBinding guid="FSharpProjectCmdSet" id="MoveUpCmd" editor="guidVSStd97" key1="VK_UP" mod1="Alt" />
<KeyBinding guid="FSharpProjectCmdSet" id="MoveDownCmd" editor="guidVSStd97" key1="VK_DOWN" mod1="Alt" />
<KeyBinding guid="FSharpProjectCmdSet" id="MoveUpCmd" editor="SlnExplorerGuid" key1="VK_UP" mod1="Alt" />
<KeyBinding guid="FSharpProjectCmdSet" id="MoveDownCmd" editor="SlnExplorerGuid" key1="VK_DOWN" mod1="Alt" />
</KeyBindings>
<Symbols>
<GuidSymbol name ="FSharpProjectPackage" value ="{91a04a73-4f2c-4e7c-ad38-c1a68e7da05c}" />
Expand Down Expand Up @@ -206,5 +206,6 @@
<GuidSymbol name="FSharpMoveDownBmp" value="{E249E640-8AD4-4f84-81E7-2EE58E9641AC}" >
<IDSymbol name="moveDown" value="1" />
</GuidSymbol>
<GuidSymbol name="SlnExplorerGuid" value="{3AE79031-E1BC-11D0-8F78-00A0C9110057}" />
</Symbols>
</CommandTable>

0 comments on commit 59add71

Please sign in to comment.