ncssar / radiolog

SAR radio log program
Other
13 stars 3 forks source link

add hotkeys to the looks-like-a-clue popup #678

Closed caver456 closed 10 months ago

caver456 commented 10 months ago

'esc' will close the LLAC popup, and 'enter' will accept it and open a clue report, but, this probably isn't the expected behavior of 'enter' while typing a message body. Allow 'ctrl-y' or such to answer 'yes' in that popup and open the clue dialog. Maybe this hotkey is in addition to Enter, or maybe it's instead of Enter.

caver456 commented 10 months ago

actually, Enter and Return are blocked by CustomMessageBox.keyPressEvent and are not sent to the parent. So, we need some hotkey to accept the popup and open a clue dialog - same as clicking the Yes button. Probably best to add wording in the popup body to say what the hotkey is.