Herzfeld-Lab / GEOCLASS-image

MIT License
2 stars 0 forks source link

Keyboard input locked to "new class label" box #3

Open MattMattLawson opened 4 years ago

MattMattLawson commented 4 years ago

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.

Herzfeld-Lab commented 4 years ago

Have you tried tabbing out? This happens to me sometimes too but tab usually works

trantow commented 4 years ago

I ran into this too, and ya tab works, but you can't click anywhere to remedy this.

Herzfeld-Lab commented 4 years ago

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