[TUI] Add Toggle Long Mode functionality with F5 shortcut in HexView

This commit is contained in:
2025-10-16 22:16:38 +01:00
parent 3518dbce43
commit 65fd89371c
3 changed files with 44 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
d:DesignHeight="450"
x:Class="Aaru.Tui.Views.Dialogs.HexViewHelpDialog"
Width="40"
Height="10"
Height="11"
WindowStartupLocation="CenterScreen"
BorderBrush="Blue"
CanResize="False"
@@ -69,6 +69,15 @@
Foreground="SlateBlue"
Text="Go to the specified sector" />
</Grid>
<Grid ColumnDefinitions="Auto,*"
ColumnSpacing="2">
<TextBlock Grid.Column="0"
Foreground="Aqua"
Text="F5 " />
<TextBlock Grid.Column="1"
Foreground="SlateBlue"
Text="Toggle long sector mode" />
</Grid>
<Grid ColumnDefinitions="Auto,*"
ColumnSpacing="2">
<TextBlock Grid.Column="0"