Skip to content

Commit 653d6f4

Browse files
committed
Add keyboard accelerator for new tab button
1 parent 399320b commit 653d6f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Files/Views/InstanceTabsView.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<Button.Content>
5050
<FontIcon FontSize="10" Glyph="&#xE710;" />
5151
</Button.Content>
52+
<Button.KeyboardAccelerators>
53+
<KeyboardAccelerator Modifiers="Control" Key="T"/>
54+
</Button.KeyboardAccelerators>
5255
</Button>
5356
<Grid
5457
x:Name="DragArea"

0 commit comments

Comments
 (0)