Insight Q keybind

BeberBeber Join Date: 2012-02-12 Member: 145136Members
Pressing Q in Insight displays the RT count, and you can't rebind that (?). People with AZERTY keyboards use ZQSD instead of the usual WASD to move around. So that means that if you play with an AZERTY keyboard, you can't "strafe" left in Insight, and instead you'll have the opportunity to take a good look at the RT count.

Fixing it would be nice, and finding a temporary workaround would be even nicer.

Thanks.

Comments

  • BeberBeber Join Date: 2012-02-12 Member: 145136Members
    In GUIInsight_Graphs.lua, line 101, you can find:
    if key == InputKey.Q then

    If I change it to
    if key == InputKey.A then

    it works, but I can't play on any server (consistency check). If, in options.xml, I change
    <Q>Q</Q>

    to
    <Q>A</Q>

    it doesn't work. Any idea ?
  • GISPGISP Battle Gorge Denmark Join Date: 2004-03-20 Member: 27460Members, Playtest Lead, Forum Moderators, Constellation, NS2 Playtester, Squad Five Blue, Squad Five Silver, Squad Five Gold, NS2 Map Tester, Reinforced - Onos, WC 2013 - Gold, Subnautica Playtester, Forum staff
    It is know, and should be fixed soonish.
Sign In or Register to comment.