Open MattMattLawson opened 4 years ago
Have you tried tabbing out? This happens to me sometimes too but tab usually works
I ran into this too, and ya tab works, but you can't click anywhere to remedy this.
It looks like the QLineEdit widget commandeers all the callback signals for all keyboard button presses, some of which I had reserved for the class buttons and a and d. I'll see if there's a way to change this when clicking outside the text field
After adding and naming a new class in the
Split Images Labeling Tool
, the keyboard shortcuts for selecting and labeling images(a
,d
,0
,1
,...) cannot be used to select/label images. All keyboard input now gets put into the textbox and it is impossible to deselect the textbox.Clicking an image and then clicking a class name still works.