From 95044194beded37ab7f37e3dc4de7b161308c8a9 Mon Sep 17 00:00:00 2001 From: feneur Date: Thu, 23 Dec 2010 20:48:37 +0000 Subject: [PATCH] fixed where the descriptions for both Shift + WheelUp and Shift + WheelDown said the same thing, now it should be correct (please fix it if I made any mistake) This was SVN commit r8838. --- binaries/data/config/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index 0c3f91e106..c06cdcd183 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -119,7 +119,7 @@ hotkey.camera.rotate.down = "Ctrl+DownArrow", "Ctrl+S" ; Rotate camera to loo hotkey.camera.rotate.cw = "Ctrl+LeftArrow", "Ctrl+A", Q ; Rotate camera clockwise around terrain hotkey.camera.rotate.ccw = "Ctrl+RightArrow", "Ctrl+D", E ; Rotate camera anticlockwise around terrain hotkey.camera.rotate.wheel.cw = "Shift+WheelUp", MouseX1 ; Rotate camera clockwise around terrain (stepped control) -hotkey.camera.rotate.wheel.ccw = "Shift+WheelDown", MouseX2 ; Rotate camera clockwise around terrain (stepped control) +hotkey.camera.rotate.wheel.ccw = "Shift+WheelDown", MouseX2 ; Rotate camera anticlockwise around terrain (stepped control) hotkey.camera.pan = MouseMiddle, ForwardSlash ; Enable scrolling by moving mouse hotkey.camera.left = A, LeftArrow ; Scroll or rotate left hotkey.camera.right = D, RightArrow ; Scroll or rotate right