https://bugs.kde.org/show_bug.cgi?id=499045

--- Comment #15 from Waqar Ahmed <waqar....@gmail.com> ---
Hmm, that seems to be a qt issue?

qt.gui.shortcutmap: Looking for shortcuts matching QKeySequence("Ctrl+Alt+Ó")
qt.gui.shortcutmap:  - QKeySequence::ExactMatch for shortcut
QKeySequence("Ctrl+Alt+Ó")
qt.gui.shortcutmap:  - QKeySequence::NoMatch for shortcut
QKeySequence("Ctrl+Alt+Return")
qt.gui.shortcutmap: Found better match ( QList(QKeySequence("Ctrl+Alt+Ó"),
QKeySequence("Alt+O"), QKeySequence("Ctrl+O")) ), clearing key sequence list
qt.gui.shortcutmap: Added ok key sequence QList(QKeySequence("Ctrl+Alt+Ó"),
QKeySequence("Alt+O"), QKeySequence("Ctrl+O"))
qt.gui.shortcutmap: Returning shortcut match ==  QKeySequence::ExactMatch
qt.gui.shortcutmap: QShortcutMap::nextState(QKeyEvent(ShortcutOverride,
Key_Oacute, ControlModifier|AltModifier, text="ó")) = QKeySequence::ExactMatch
qt.gui.shortcutmap: The following shortcuts are about to be activated
ambiguously:
qt.gui.shortcutmap: - QKeySequence("Ctrl+O") (belonging to
KOpenAction(0x560632b35610, name = "file_open"))
qt.gui.shortcutmap: - QKeySequence("Alt+O") (belonging to
QMenuBar(0x560632c9e460))
qt.gui.shortcutmap: QShortcutMap::dispatchEvent(): Sending
QShortcutEvent(""Ctrl+O"", -35, true) to object(KOpenAction(0x560632b35610,
name = "file_open"))
qt.gui.shortcutmap: QShortcutMap::addShortcut(QPushButton(0x560634ca2ec0),
QKeySequence("Alt+O"), Qt::WindowShortcut) added shortcut with ID -390

it finds 

qt.gui.shortcutmap:  - QKeySequence::ExactMatch for shortcut
QKeySequence("Ctrl+Alt+Ó")

but then ignores that and just does the same as before:

qt.gui.shortcutmap: The following shortcuts are about to be activated
ambiguously:
qt.gui.shortcutmap: - QKeySequence("Ctrl+O") (belonging to
KOpenAction(0x560632b35610, name = "file_open"))
qt.gui.shortcutmap: - QKeySequence("Alt+O") (belonging to
QMenuBar(0x560632c9e460))

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to