use [Library],GoToItem to trigger 'Close' in messages like "File not found"
Bug #1841390 reported by
ronso0
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
ronso0 |
Bug Description
Currently, mouse or keyboard presses are the only way to close popup windows like error messages.
It would be way more convenient if we also could use [Library],GoToItem
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
tags: |
added: gui removed: ui |
tags: | added: midi usability |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
my approach would be to filter for focusWidget class name 'QMessageBox' in /library/ librarycontrol. cpp and map Up/Down key to emulate a Tab key, GoToItem would be spacebar
is there any quicker or more elegant solution?