From 07035b02f7e14cbc0507b46f88613e65c3db2371 Mon Sep 17 00:00:00 2001 From: Imbus Date: Sun, 29 Oct 2023 12:46:48 +0100 Subject: [PATCH] Fixed bag binds to open all, set scrollwheel to follow and autorun when using the camera binds --- ImbusBinds.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ImbusBinds.lua b/ImbusBinds.lua index c5ddbcf..b922f29 100755 --- a/ImbusBinds.lua +++ b/ImbusBinds.lua @@ -5,7 +5,7 @@ local myBinds = { ["D"] = "STRAFERIGHT", -- Character and bag toggles, since c and b are used for strafing - ["F1"] = "TOGGLEBACKPACK", + ["F1"] = "OPENALLBAGS", ["F2"] = "TOGGLECHARACTER0", -- Action Bar 1 @@ -83,6 +83,9 @@ local cameraBinds = { -- Remove zoom from mousewheel ["-"] = "CAMERAZOOMOUT", ["+"] = "CAMERAZOOMIN", + + ["MOUSEWHEELUP"] = "FOLLOWTARGET", + ["MOUSEWHEELDOWN"] = "STARTAUTORUN", } -- Unsets a binding, if it exists