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

--- Comment #19 from Julien Nabet <[email protected]> ---
In French keyboard (see
https://en.wikipedia.org/wiki/AZERTY#/media/File:KB_France.svg) we got "," and
"?" (maj part) on the same key.
and we have ";" and "." (maj part) on the same key
When I do:
Ctrl + "," => COMMA_MOD1 (expected)
Ctrl + Shift "," => COMMA_SHIFT_MOD1 (why not)

Ctrl + ";" => SEMICOLON_MOD1 (expected)
Ctrl + Shift + ";" => POINT_SHIFT_MOD1

There are 2 incompatible logical mechanisms here.
Either we should have in first part QUESTION_SHIFT_MOD1 (I don't know if "?" is
mapped and if "QUESTION" is the right mapping)
or we should have : SEMICOLON_SHIFT_MOD1

-- 
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