Add zoom hotkeys.
This commit is contained in:
@@ -323,6 +323,8 @@ Container@EDITOR_WORLD_ROOT:
|
||||
Width: WINDOW_RIGHT
|
||||
Height: WINDOW_BOTTOM
|
||||
IgnoreMouseOver: True
|
||||
ZoomInKey: ZoomIn
|
||||
ZoomOutKey: ZoomOut
|
||||
ScrollUpKey: MapScrollUp
|
||||
ScrollDownKey: MapScrollDown
|
||||
ScrollLeftKey: MapScrollLeft
|
||||
|
||||
@@ -77,6 +77,8 @@ Container@OBSERVER_WIDGETS:
|
||||
Width: WINDOW_RIGHT
|
||||
Height: WINDOW_BOTTOM
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
ZoomInKey: ZoomIn
|
||||
ZoomOutKey: ZoomOut
|
||||
ScrollUpKey: MapScrollUp
|
||||
ScrollDownKey: MapScrollDown
|
||||
ScrollLeftKey: MapScrollLeft
|
||||
@@ -1048,6 +1050,8 @@ Container@PLAYER_WIDGETS:
|
||||
Height: WINDOW_BOTTOM
|
||||
TooltipTemplate: WORLD_TOOLTIP_FACTIONSUFFIX
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
ZoomInKey: ZoomIn
|
||||
ZoomOutKey: ZoomOut
|
||||
ScrollUpKey: MapScrollUp
|
||||
ScrollDownKey: MapScrollDown
|
||||
ScrollLeftKey: MapScrollLeft
|
||||
|
||||
Reference in New Issue
Block a user