mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Add Image Help dialog with F1 shortcut for user assistance
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
<MenuItem Header="ESC Back"
|
||||
Command="{Binding BackCommand, Mode=OneWay}"
|
||||
HotKey="Escape" />
|
||||
<MenuItem Header="F1 Help" />
|
||||
<MenuItem Header="F1 Help"
|
||||
Command="{Binding HelpCommand, Mode=OneWay}"
|
||||
HotKey="F1" />
|
||||
<MenuItem Header="F2 ScVw"
|
||||
Command="{Binding SectorViewCommand, Mode=OneWay}"
|
||||
HotKey="F2" />
|
||||
|
||||
Reference in New Issue
Block a user