Skip to content

Commit 9eae1ee

Browse files
committed
ux: add InputGesture for hotkeys dialog
Signed-off-by: leo <longshuang@msn.cn>
1 parent 4c3698b commit 9eae1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Launcher.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Path Width="14" Height="14" Data="{StaticResource Icons.Explore}"/>
4646
</MenuItem.Icon>
4747
</MenuItem>
48-
<MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}">
48+
<MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}" InputGesture="F1">
4949
<MenuItem.Icon>
5050
<Path Width="14" Height="14" Data="{StaticResource Icons.Hotkeys}"/>
5151
</MenuItem.Icon>

0 commit comments

Comments
 (0)