|
97 | 97 | </MenuFlyoutItem.KeyboardAccelerators>
|
98 | 98 | </MenuFlyoutItem>
|
99 | 99 | <MenuFlyoutSeparator/>
|
100 |
| - <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.DeleteItem_Click}" Text="Delete" x:Name="DeleteItem" > |
| 100 | + <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.CutItem_Click}" Text="Cut" x:Name="CutItem" > |
101 | 101 | <MenuFlyoutItem.Icon>
|
102 |
| - <FontIcon Glyph=""/> |
| 102 | + <FontIcon Glyph=""/> |
103 | 103 | </MenuFlyoutItem.Icon>
|
104 | 104 | <MenuFlyoutItem.KeyboardAccelerators>
|
105 |
| - <KeyboardAccelerator Key="Delete"/> |
| 105 | + <KeyboardAccelerator Modifiers="Control" Key="X"/> |
106 | 106 | </MenuFlyoutItem.KeyboardAccelerators>
|
107 | 107 | </MenuFlyoutItem>
|
108 |
| - <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.RenameItem_Click}" Text="Rename" x:Name="RenameItem" > |
| 108 | + <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.CopyItem_ClickAsync}" Text="Copy" x:Name="CopyItem" > |
109 | 109 | <MenuFlyoutItem.Icon>
|
110 |
| - <FontIcon Glyph=""/> |
| 110 | + <FontIcon Glyph=""/> |
111 | 111 | </MenuFlyoutItem.Icon>
|
112 | 112 | <MenuFlyoutItem.KeyboardAccelerators>
|
113 |
| - <KeyboardAccelerator Key="F2"/> |
| 113 | + <KeyboardAccelerator Modifiers="Control" Key="C"/> |
114 | 114 | </MenuFlyoutItem.KeyboardAccelerators>
|
115 | 115 | </MenuFlyoutItem>
|
116 | 116 | <MenuFlyoutSeparator/>
|
117 |
| - <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.CutItem_Click}" Text="Cut" x:Name="CutItem" > |
| 117 | + <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.DeleteItem_Click}" Text="Delete" x:Name="DeleteItem" > |
118 | 118 | <MenuFlyoutItem.Icon>
|
119 |
| - <FontIcon Glyph=""/> |
| 119 | + <FontIcon Glyph=""/> |
120 | 120 | </MenuFlyoutItem.Icon>
|
121 | 121 | <MenuFlyoutItem.KeyboardAccelerators>
|
122 |
| - <KeyboardAccelerator Modifiers="Control" Key="X"/> |
| 122 | + <KeyboardAccelerator Key="Delete"/> |
123 | 123 | </MenuFlyoutItem.KeyboardAccelerators>
|
124 | 124 | </MenuFlyoutItem>
|
125 |
| - <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.CopyItem_ClickAsync}" Text="Copy" x:Name="CopyItem" > |
| 125 | + <MenuFlyoutItem Click="{x:Bind AssociatedInteractions.RenameItem_Click}" Text="Rename" x:Name="RenameItem" > |
126 | 126 | <MenuFlyoutItem.Icon>
|
127 |
| - <FontIcon Glyph=""/> |
| 127 | + <FontIcon Glyph=""/> |
128 | 128 | </MenuFlyoutItem.Icon>
|
129 | 129 | <MenuFlyoutItem.KeyboardAccelerators>
|
130 |
| - <KeyboardAccelerator Modifiers="Control" Key="C"/> |
| 130 | + <KeyboardAccelerator Key="F2"/> |
131 | 131 | </MenuFlyoutItem.KeyboardAccelerators>
|
132 | 132 | </MenuFlyoutItem>
|
133 | 133 | <MenuFlyoutSeparator/>
|
|
0 commit comments