MiniHUD

MiniHUD

3M Downloads

[SUGGESTION] Multiple keys on 1 keybind

srnyx opened this issue ยท 3 comments

commented
commented

Hm, zero information, very helpful. How am I supposed to know what exactly you mean by this? All the malilib keybinds already support an arbitrary number of keys.

But if I assume this is related to #182 then do you maybe mean having multiple separate key combinations to trigger the same thing? This is already possible (for any "event based" keybinds, ie. not for keys that are held) in the re-written malilib code (still WIP), where all the stuff that runs from keybinds was separated into its own "Action" system.

commented

Hm, zero information, very helpful. How am I supposed to know what exactly you mean by this? All the malilib keybinds already support an arbitrary number of keys.

But if I assume this is related to #182 then do you maybe mean having multiple separate key combinations to trigger the same thing? This is already possible (for any "event based" keybinds, ie. not for keys that are held) in the re-written malilib code (still WIP), where all the stuff that runs from keybinds was separated into its own "Action" system.

Sorry. But yeah I wanna set another key for the TAB thing, which would be a temporary solution to it "breaking."
If it already is possible, how can I do it?

commented

It doesn't exist in any released versions of the mod yet. I was just mentioning that such a system/change has been added already in the main development code.

But as to the best solution to #182 I think I'll either need to add that option to hide the info lines when the player list is visible, or to modify the keybind system slightly and add a keybind to hide the info lines when the keybind held.