https://bugs.documentfoundation.org/show_bug.cgi?id=140251

Jan-Marek Glogowski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement

--- Comment #3 from Jan-Marek Glogowski <[email protected]> ---
I'm not sure this is a good idea to be implemented in the VCL / qt5 backend.
You can install fcitx or ibus, which both support unicode input (fcitx via
Ctrl+Alt+Shift+u / configurable shortcut). Then it will work with all Qt
applications, not just LO.

The original bug for X11 was https://bz.apache.org/ooo/show_bug.cgi?id=48666.
That also explains, why I couldn't find any code for it in the Gtk backend:
it's handled toolkit internal. And it also explains, why that has presumably
worked with kde4: kde4 was just theming for X11 / gen.

If someone wants to implement this: the X11 code is
X11SalFrame::(begin|append|end)UnicodeSequence. The Qt5 key input code is
Qt5Widget::handleKeyEvent.

It's probably not even hard to do, but the keyboard and IM handling overlaps in
Qt, so it can become a bit tricky, especially with the existing shortcut
handling event filtering. So I won't mark this as an interesting EasyHack,
because there might be some unknown pitfalls.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to