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.
Yup. They fixed one hotkey bug and added another. PA#3851 - Can't use Coherent-based hotkeys while holding shift.
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.
@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: FS#3504 FS#3511 Edit: had to numbers were out of sequence.