Jump to content

trippletequilla

Regular Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by trippletequilla

  1. Hey,

    It seems you are using own XVM config file which binds Minimap Zoom to key coded as 17. However some hotkeys in XVM has changed lately and 17 now stands for "W". Change the hotkey in your xvm.xc to 29 (CTRL) and everything should be fine. I had same issue myself. 

    "hotkeys":
     { "minimapZoom":
      { "enabled": true, "keyCode": 17, "onHold": true }
     }
    

    should be changed into this:

    "hotkeys":
     { "minimapZoom":
      { "enabled": true, "keyCode": 29, "onHold": true }
     }
    
    • Upvote 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.