mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
ux: add InputGesture
for hotkeys dialog
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
4c3698b171
commit
9eae1eeb81
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Explore}"/>
|
<Path Width="14" Height="14" Data="{StaticResource Icons.Explore}"/>
|
||||||
</MenuItem.Icon>
|
</MenuItem.Icon>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}">
|
<MenuItem Header="{DynamicResource Text.Hotkeys}" Command="{x:Static s:App.OpenHotkeysCommand}" InputGesture="F1">
|
||||||
<MenuItem.Icon>
|
<MenuItem.Icon>
|
||||||
<Path Width="14" Height="14" Data="{StaticResource Icons.Hotkeys}"/>
|
<Path Width="14" Height="14" Data="{StaticResource Icons.Hotkeys}"/>
|
||||||
</MenuItem.Icon>
|
</MenuItem.Icon>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue