https://bugs.documentfoundation.org/show_bug.cgi?id=129547
--- Comment #16 from Caolán McNamara <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs