Skip to content

Commit

Permalink
fix - reg - Fixed help screen messup
Browse files Browse the repository at this point in the history
---

We've fixed a regression where we would print two keybindings in the same line of the help infobox for the selection and the multi-selection styles.

---

Type: fix
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jul 1, 2024
1 parent af69bbe commit 7ce4353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ [PAGE DOWN] | Goes to the next page
[A] | Selects all the elements
[F] | Searches for an element
[C] | Shows or hides the page count

""");
if (isExtendable)
bindings.AppendLine("[TAB] | Shows more info in an infobox");
Expand Down
1 change: 1 addition & 0 deletions Terminaux/Inputs/Styles/Selection/SelectionStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ [PAGE DOWN] | Goes to the next page
[ENTER] | Select a choice
[F] | Searches for an element
[C] | Shows or hides the page count

""");
if (isExtendable)
bindings.AppendLine("[TAB] | Shows more info in an infobox");
Expand Down

0 comments on commit 7ce4353

Please sign in to comment.