Skip to content

Commit

Permalink
Remove F5
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrouind committed Aug 20, 2024
1 parent cdf0931 commit 3330cc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ VarsViewer [-view {vars|cache|actor|object}]
| <kbd>space</kbd> | show/hide inactive actors/objects
| <kbd>page up</kbd> / <kbd>page down</kbd> | scroll
| <kbd>tab</kbd> | compact/full view
| <kbd>F5</kbd> | force display refresh

# PAKExtract

Expand Down
4 changes: 0 additions & 4 deletions VarsViewer/VarsViewer/Actors/ActorWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,6 @@ void IWorker.KeyDown(ConsoleKeyInfo key)
showAll = !showAll;
break;

case ConsoleKey.F5:
ClearTab();
break;

case ConsoleKey.Tab:
ClearTab();
fullMode = !fullMode;
Expand Down

0 comments on commit 3330cc4

Please sign in to comment.