Skip to content

Commit e931135

Browse files
authored
[CmdPal] Disabling RequestedShortcut in XAML (#38158)
Update CommandBar.xaml
1 parent 5b39d15 commit e931135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
Grid.Column="1"
5454
VerticalAlignment="Center"
5555
Text="{x:Bind Title, Mode=OneWay}" />
56-
<TextBlock
56+
<!--<TextBlock
5757
Grid.Column="2"
5858
Margin="16,0,0,0"
5959
HorizontalAlignment="Right"
6060
VerticalAlignment="Center"
6161
Foreground="{ThemeResource MenuFlyoutItemKeyboardAcceleratorTextForeground}"
6262
Style="{StaticResource CaptionTextBlockStyle}"
63-
Text="{x:Bind RequestedShortcut, Mode=OneWay, Converter={StaticResource KeyChordToStringConverter}}" />
63+
Text="{x:Bind RequestedShortcut, Mode=OneWay, Converter={StaticResource KeyChordToStringConverter}}" />-->
6464
</Grid>
6565
</DataTemplate>
6666

0 commit comments

Comments
 (0)