TerminatorNL / LagGoggles

A minecraft forge mod which visualises lag in the world
GNU General Public License v3.0
54 stars 20 forks source link

Usage of Keybinding on a MacOS client #117

Closed ghost closed 4 years ago

ghost commented 4 years ago

Describe the bug As I am trying to get the profiler GUI to show up on my MBP, I noticed that there isn't a way to press the Insert key, since there's none. Is there a way to change the overall keybinding myself?

Couldn't figure out a way. https://github.com/TerminatorNL/LagGoggles/blob/fa25811b079a677fbbab42d40ec084001ba749f0/src/main/java/com/github/terminatornl/laggoggles/client/ClientProxy.java#L26 I see that it#s hard coded in there, if I'm not mistaken.

To Reproduce Use it on a MacOS client.

TerminatorNL commented 4 years ago

The keybinding can be changed in the options menu, just like any other mod. KEY_INSERT is the default. You'll find the option under LagGoggles > Profile GUI