Comment # 8
on bug 12270
from Gerald Combs
(In reply to Pascal Quantin from comment #6)
> The problem seems to be that Ctrl+Alt+6 accelerator is colliding on a French
> keyboard with "|" character (like Ctrl+Alt+5 collides with "[").
> Those shortcuts are used for the various time display formats.
> Does Qt provide a way to deactivate accelerators when the display / capture
> filters have the focus?
QEvent provides ShortcutOverride, which can be used to cancel shortcuts. I
started on a fix in change 14570 but it might be too greedy in its present
state.
You are receiving this mail because:
- You are watching all bug changes.