Went for the second approach key entry text is attached to every press
and repeat event.
** Branch linked: lp:~andreas-pokorny/mir/fix-1664610
** Changed in: mir (Ubuntu)
Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)
** Changed in: mir (Ubuntu)
Assignee: Andreas Pokorny (andreas-pokorny) => (unassigned)
** Changed in: mir (Ubuntu)
Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)
** Package changed: mir (Ubuntu) => mir
** Changed in: mir
Milestone: None => 1.0.0
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1664610
Title:
qtubuntu sends wrong text as part of QKeyEvent
Status in Mir:
Confirmed
Status in qtubuntu package in Ubuntu:
New
Bug description:
When using Unity7 or Plasma a key event created by Ctrl+C is
QKeyEvent(KeyPress, Key_C, ControlModifier, text="\u0003")
But Unity8+ qtubuntu send to the application
QKeyEvent(KeyPress, Key_C, ControlModifier, text="c")
This is most likely because QMirClientInput::dispatchKeyEvent is using
xkb_keysym_to_utf8 to get the text of the event instead of using
xkb_state_key_get_utf8
This breaks for example Konsole that expects the correct text to be
sent.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1664610/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp