display help

  • kerbal1234
    3rd Jan 2012 Member 0 Permalink
    is there a way to disable a display using Lua? for example lets say "bob" hates velocity display and wants to lock it because he keeps pressing the shortcut key by accident because the shortcut key for velocity is next to pressure display, which he uses.
  • me4502
    3rd Jan 2012 Member 0 Permalink
    @kerbal1234 (View Post)

    if you disable the key via lua, then yes
  • kerbal1234
    3rd Jan 2012 Member 0 Permalink
    @me4502 (View Post)
    and how would i do that?
    (I'm a Lua newb. not n00b, newb, as in newbie.)
  • me4502
    3rd Jan 2012 Member 0 Permalink
    @kerbal1234 (View Post)

    make a keypress checking thingy... and make an if to chck if the key was 1, then if it was, return false
  • kerbal1234
    3rd Jan 2012 Member 0 Permalink
    I will find out how to do that now.