mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Add Toggle Long Mode functionality with F5 shortcut in HexView
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user