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.
Preferences
1 parent aaf53ac commit 57ee1f7Copy full SHA for 57ee1f7
src/Views/Launcher.axaml
@@ -35,7 +35,7 @@
35
<Button Grid.Column="0" Classes="icon_button" VerticalAlignment="Bottom" Margin="6,0,2,3" IsVisible="{OnPlatform True, macOS=False}">
36
<Button.Flyout>
37
<MenuFlyout Placement="BottomEdgeAlignedLeft" VerticalOffset="-8">
38
- <MenuItem Header="{DynamicResource Text.Preferences}" Command="{x:Static s:App.OpenPreferencesCommand}" InputGesture="Ctrl+Shift+P">
+ <MenuItem Header="{DynamicResource Text.Preferences}" Command="{x:Static s:App.OpenPreferencesCommand}" InputGesture="Ctrl+,">
39
<MenuItem.Icon>
40
<Path Width="14" Height="14" Data="{StaticResource Icons.Settings}"/>
41
</MenuItem.Icon>
0 commit comments