The Issue:
While mapping, press Tab and then press R/B/E/F. For some reason, the keys are disabled during this mode. However, if I press Tab again and use any of the R/B/E/F shortcut keys, they will work again.
How the issue can reproduced
What behavior you expected instead
What actually happened
Tiled version, operating system, etc. if possibly relevant.
Video Replicating the Issue:
https://www.youtube.com/watch?v=Xb2OmHGl7a4
In the video, you can see that I'm pressing the shortcut keys as the icons are updating. Once I hit tab it doesn't work. But H key work.
Hmm, this happens because the shortcuts are automatically taken care of by Qt by setting them on the tool bar actions. But when the tool bar is hidden, which happens in the "Tab" mode as well, those shortcuts get disabled.
I think there are two reasonable ways of resolving this issue:
Thanks for the report!
I think tools to remain active than adding in the tools menu would be a lot better. It's mostly because it's easier to reach where you need the less lists there are 馃拑
I've pushed a change using QShortcut for now, since this could potentially go into a 1.0.4 release (if this happens, probably not). On master
I will consider adding a new "Tools" menu (which, just to be clear, would also make sure the shortcuts stay working).