Fixed bag binds to open all, set scrollwheel to follow and autorun when using the camera binds
This commit is contained in:
parent
c36efdd65e
commit
07035b02f7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue