provide way to get at the unselected item context menu even when an item is selected

This commit is contained in:
Michael Becker 2019-11-25 01:05:50 -05:00
parent fab44b24dd
commit 05234616ab
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -68,7 +68,7 @@
<Command ID="FileSystemContextMenu_CreateShortcut" Title="Create _shortcut" />
<Command ID="FileSystemContextMenu_Rename" Title="Rena_me" />
<Command ID="FileSystemContextMenu_Unselected">
<Command ID="FileSystemContextMenu_Unselected" Title="_Document">
<Items>
<CommandReference CommandID="FileSystemContextMenu_View" />
<Separator />
@ -104,6 +104,8 @@
<CommandReference CommandID="FileSystemContextMenu_Rename" />
<Separator />
<CommandReference CommandID="FileProperties" />
<Separator />
<CommandReference CommandID="FileSystemContextMenu_Unselected" />
</Items>
</Command>
<Command ID="FileSystemContextMenu_Selected_Folder">
@ -128,6 +130,8 @@
<CommandReference CommandID="FileSystemContextMenu_Rename" />
<Separator />
<CommandReference CommandID="FileProperties" />
<Separator />
<CommandReference CommandID="FileSystemContextMenu_Unselected" />
</Items>
</Command>
</Commands>