Currently it is hard coded to INSERT maybe change this to fit the new bind system as seen here:
// Open ClickGUI (if we dont have meteor)
if (!ComoClient.isMeteorLoaded() && this.getBoolSetting("GUIKey") && e.key == ComoClient.getInstance().config.menuKey) {
ChatUtils.hideNextChat = true;
ComoClient.getInstance().getModules().get("clickgui").toggle();
}
As you can see, there do need to be some special cases fit first, i.e. no meteor client!
Currently it is hard coded to
INSERT
maybe change this to fit the new bind system as seen here:As you can see, there do need to be some special cases fit first, i.e. no meteor client!