Skip to content

Commit 91ace9f

Browse files
committed
Fixes #1161
1 parent 4321927 commit 91ace9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
Padding="22 7 0 7"
205205
VerticalAlignment="Top"
206206
AutomationProperties.Name="{Binding Uid, RelativeSource={RelativeSource Self}}"
207+
AutomationProperties.AcceleratorKey="ESC"
207208
Command="{x:Static Fluent:RibbonCommands.OpenBackstage}"
208209
Visibility="{Binding Path=IsBackButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}">
209210
<Button.Margin>

0 commit comments

Comments
 (0)