Add hotkey configuration for scroll keys

This commit is contained in:
gitTerebi
2015-08-24 06:10:42 +10:00
committed by Oliver Brakmann
parent 044e562457
commit 86c57a270b
3 changed files with 34 additions and 5 deletions

View File

@@ -410,6 +410,11 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{ "ToggleStatusBarsKey", "Toggle status bars" },
{ "TogglePixelDoubleKey", "Toggle pixel doubling" },
{ "MapScrollUp", "Map scroll up" },
{ "MapScrollDown", "Map scroll down" },
{ "MapScrollLeft", "Map scroll left" },
{ "MapScrollRight", "Map scroll right" }
};
var header = ScrollItemWidget.Setup(hotkeyHeader, returnTrue, doNothing);