Skip to content

Commit b09235c

Browse files
authored
Removed alt + d access key to fix conflict with address bar (#8056)
1 parent 02a4ef6 commit b09235c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files/UserControls/InnerNavigationToolbar.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
x:Name="DeleteButton"
175175
Width="Auto"
176176
MinWidth="40"
177-
AccessKey="D"
178177
Command="{x:Bind ViewModel.DeleteCommand, Mode=OneWay}"
179178
IsEnabled="{x:Bind converters:MultiBooleanConverter.AndConvert(ViewModel.CanCopy, ViewModel.InstanceViewModel.IsPageTypeNotHome), Mode=OneWay, FallbackValue=False}"
180179
Label="{helpers:ResourceString Name=Delete}"

0 commit comments

Comments
 (0)