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

--- Comment #4 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
(In reply to Aron Budea from comment #3)

> In Windows Ctrl+Alt combination is an alternative to AltGr key. A lot of
> similar issues seem to be caused by the workarounds to make Ctrl+Alt
> shortcut modifier work, and behave the same regardless whether there's right
> Alt or AltGr.
> 

Sure, but question might be if our LO logic assigning VK_RMENU as either
KEYMOD_RMOD2 or MOD1+MOD2+? (using the LMOD2) is really functioning as the
ALTGr on all keyboard mappings that use it--and is there a better way of
controlling the behavior.

Sorry to say, I get lost trying to follow interplay of
vcl/win/window/salframe.cxx, include/vcl/keycod.hxx, and the definition at
http://opengrok.libreoffice.org/xref/core/include/vcl/keycodes.hxx#155 -- to my
poor ability to follow along, it kind of seems like the definition for
MODKEY_MOD2 might need the same test and split of KEYMOD_LMOD2 & KEYMOD_RMOD2
as VK_LMENU & VK_RMENU got for use as ALTGr for bug 95761.

Expect Jürgen, Justin and Caolán can sort this for more consistent behavior
without much fuss, hope so.

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

Reply via email to