zenyr / PocoHud3

(Sunsetted) Payday2 Interface enhancer MOD
52 stars 29 forks source link

how do i change the keybind for opening the menu #69

Closed lololtobieninjaaltolol closed 1 year ago

lololtobieninjaaltolol commented 1 year ago

the backspace is so annoying how do i change it

zenyr commented 1 year ago

It should be this line, Change the number 14 to something else to change it. (not sure of which number corresponds to which key atm, sorry 😅 ) https://github.com/zenyr/PocoHud3/blob/master/poco/Hud3.lua#L649-L651 If you're never going to open the PocoHud menu anyways (for example you've set your configuration just right) you can comment out the line. Add double dashes before those 3 lines to completely disable the menu.

-- Poco:Bind(self,14,function()
--  self:Menu(false,false)
-- end)