We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74497a8 commit 02f1a39Copy full SHA for 02f1a39
src/Files.App/Views/Settings/TagsPage.xaml
@@ -170,7 +170,7 @@
170
SelectionMode="None">
171
<ListView.ItemTemplate>
172
<DataTemplate x:DataType="datamodels:ListedTagViewModel">
173
- <Grid ColumnSpacing="16">
+ <Grid ColumnSpacing="16" KeyboardAcceleratorPlacementMode="Hidden">
174
<Grid.KeyboardAccelerators>
175
<KeyboardAccelerator Key="Escape" Invoked="KeyboardAccelerator_Invoked" />
176
</Grid.KeyboardAccelerators>
0 commit comments