|
23 | 23 | </Grid.RowDefinitions>
|
24 | 24 | <TextBlock Name="EmptyText" Visibility="{x:Bind local2:ItemViewModel.TextState.isVisible, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" Text="This folder is empty." TextWrapping="Wrap" VerticalAlignment="Top" Margin="0,125,0,0" Grid.Row="3" Canvas.ZIndex="0"/>
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 | 26 | <CommandBar Background="{StaticResource ApplicationPageBackgroundThemeBrush}" Margin="0,0,0,0" Grid.Row="1" DefaultLabelPosition="Right" OverflowButtonVisibility="Visible" IsSticky="True" VerticalAlignment="Stretch">
|
29 | 27 | <CommandBar.Content>
|
30 | 28 | <StackPanel Orientation="Horizontal">
|
|
72 | 70 | <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="20" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
73 | 71 | </DataTemplate>
|
74 | 72 | </AppBarButton.ContentTemplate>
|
| 73 | + <AppBarButton.KeyboardAccelerators> |
| 74 | + <KeyboardAccelerator Key="F5"/> |
| 75 | + </AppBarButton.KeyboardAccelerators> |
75 | 76 | </AppBarButton>
|
76 | 77 |
|
77 | 78 |
|
|
81 | 82 | <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="20" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
82 | 83 | </DataTemplate>
|
83 | 84 | </AppBarButton.ContentTemplate>
|
| 85 | + |
84 | 86 | </AppBarButton>
|
85 | 87 | </CommandBar>
|
86 | 88 |
|
|
121 | 123 | <MenuFlyoutItem.Icon>
|
122 | 124 | <FontIcon Glyph=""/>
|
123 | 125 | </MenuFlyoutItem.Icon>
|
| 126 | + <MenuFlyoutItem.KeyboardAccelerators> |
| 127 | + <KeyboardAccelerator Modifiers="Control" Key="S"/> |
| 128 | + </MenuFlyoutItem.KeyboardAccelerators> |
124 | 129 | </MenuFlyoutItem>
|
125 | 130 |
|
126 | 131 | <MenuFlyoutSeparator/>
|
|
136 | 141 | <MenuFlyoutItem.Icon>
|
137 | 142 | <FontIcon Glyph=""/>
|
138 | 143 | </MenuFlyoutItem.Icon>
|
| 144 | + <MenuFlyoutItem.KeyboardAccelerators> |
| 145 | + <KeyboardAccelerator Key="F2"/> |
| 146 | + </MenuFlyoutItem.KeyboardAccelerators> |
139 | 147 | </MenuFlyoutItem>
|
140 | 148 | <MenuFlyoutSeparator/>
|
141 | 149 | <MenuFlyoutItem Text="Cut" Name="CutItem" >
|
142 | 150 | <MenuFlyoutItem.Icon>
|
143 | 151 | <FontIcon Glyph=""/>
|
144 | 152 | </MenuFlyoutItem.Icon>
|
| 153 | + <MenuFlyoutItem.KeyboardAccelerators> |
| 154 | + <KeyboardAccelerator Modifiers="Control" Key="X"/> |
| 155 | + </MenuFlyoutItem.KeyboardAccelerators> |
145 | 156 | </MenuFlyoutItem>
|
146 | 157 | <MenuFlyoutItem Text="Copy" Name="CopyItem" >
|
147 | 158 | <MenuFlyoutItem.Icon>
|
148 | 159 | <FontIcon Glyph=""/>
|
149 | 160 | </MenuFlyoutItem.Icon>
|
| 161 | + <MenuFlyoutItem.KeyboardAccelerators> |
| 162 | + <KeyboardAccelerator Modifiers="Control" Key="C"/> |
| 163 | + </MenuFlyoutItem.KeyboardAccelerators> |
150 | 164 | </MenuFlyoutItem>
|
151 | 165 |
|
152 | 166 | <MenuFlyoutSeparator/>
|
153 | 167 | <MenuFlyoutItem Text="Properties" Name="PropertiesItem">
|
154 | 168 | <MenuFlyoutItem.Icon>
|
155 | 169 | <FontIcon Glyph=""/>
|
156 | 170 | </MenuFlyoutItem.Icon>
|
| 171 | + |
157 | 172 | </MenuFlyoutItem>
|
158 | 173 | </MenuFlyout.Items>
|
159 | 174 |
|
|
0 commit comments