Proper key handling of Home/End, PageUp/PageDown

This commit is contained in:
Tyfon
2024-04-19 04:22:45 -07:00
parent 656e970ca4
commit 610ef3881d
4 changed files with 245 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace UIFixes
new EditBuildScreenPatch.ConfirmDiscardPatch().Enable();
new TransferConfirmPatch().Enable();
new MailReceiveAllPatch().Enable();
ScrollPatches.Enable();
}
}
}