Can't use build UI properly

Discussion in 'Support!' started by klovian, July 28, 2014.

  1. klovian

    klovian Member

    Messages:
    95
    Likes Received:
    62
    I can't hold shift to que up different buildings.

    For example, v+r for energy, then if I want to build a metal extractor, I have to let go of shift hit v again and que the metal extractor, release shift then x+g to que vehicle planet, release shift..... Annoying.
  2. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Yup. They fixed one hotkey bug and added another.

    PA#3851 - Can't use Coherent-based hotkeys while holding shift.

    [​IMG]
  3. masterdigital

    masterdigital Uber Alumni

    Messages:
    438
    Likes Received:
    833
    The cause of the problem is in inputmap.js (line ~655). If you change:

    Mousetrap.bind(active_dictionary(), 'keydown')
    to
    Mousetrap.bind(active_dictionary());

    then shift will work will the hotkeys again... if somebody wants to mod it.

    This problem should be fixed with the next patch. Thanks for bringing this to my attention.
  4. lokiCML

    lokiCML Post Master General

    Messages:
    1,973
    Likes Received:
    953
    @masterdigital, there is a similar bug to this the details are in the bug report. Just to let you know.;)

    Edit: Also the bug reporting feature doesn't work as well. As seen in these two bug reports:
    Edit: had to numbers were out of sequence.
    Last edited: July 28, 2014
  5. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089

Share This Page