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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #2 from Jan-Marek Glogowski <[email protected]> ---
There seems a lot of confusion, if AltGr can actually be used correctly on
Windows:


http://superuser.com/questions/592970/can-i-make-ctrlalt-not-act-like-altgr-on-windows

Then there is the GetKeyState function, which is also used by LibreOffice,
which retrieves the status of the specified virtual key:


https://msdn.microsoft.com/de-de/library/windows/desktop/ms646301%28v=vs.85%29.aspx

Finally I found a question in comp.os.ms-windows.programmer.win32: "Alt Gr key
and left Ctrl":


https://groups.google.com/forum/#!topic/comp.os.ms-windows.programmer.win32/3FEE49WzO3E

which suggests, that Windows handles 
 AltGR = GetKeyState(VK_RMENU) < 0 && GetKeyState(VK_LCONTROL) < 0

So in case of VK_RMENU the meaning of VK_LCONTROL is supposed to be inverted?!

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

Reply via email to