[Libreoffice-bugs] [Bug 129547] Default shortcut key for insert current time doesn't work (French)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 12 16:35:29 UTC 2020


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

--- Comment #16 from Caolán McNamara <caolanm at redhat.com> ---
I don't see it working with kf5 locally when I set my keyboard map to fr
AZERTY, but GetKeyCode in vcl/qt5/Qt5Widget.cxx is probably the place to
examine to see what key on the keyboard is considered pressed by the kf5 stuff

Another thing you can do here is at
XMLBasedAcceleratorConfiguration::getCommandByKeyEvent
add...
fprintf(stderr, "pressed %s\n", lcl_getKeyString(aKeyEvent).toUtf8().getStr());
and press the key combo and see what shows up here.

My understanding is that (under gtk3/gen at least) on your french keyboard it
will say POINT_MOD1 for ctrl+: IIRC because we try do a mapping back of the
"unknown" key that produced the : back to what key is at the same position in
qwerty layout (vcl/unx/gtk3/gtk3gtkframe.cxx at the fdo#41169 comment)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200112/b46d636d/attachment.htm>


More information about the Libreoffice-bugs mailing list