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.
InputGesture
1 parent 4c3698b commit 9eae1eeCopy full SHA for 9eae1ee
src/Views/Launcher.axaml
@@ -45,7 +45,7 @@
45
<Path Width="14" Height="14" Data="{StaticResource Icons.Explore}"/>
46
</MenuItem.Icon>
47
</MenuItem>
48
- <MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}">
+ <MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}" InputGesture="F1">
49
<MenuItem.Icon>
50
<Path Width="14" Height="14" Data="{StaticResource Icons.Hotkeys}"/>
51
0 commit comments