In the dialog "Customise-Keyboard" exist a lot of Hotkeys with CTRL+ALT and CTRL+ALT+SHIFT but doesn't work.
I have fixed, only when pressed the ALTGR-Key masked out the CTRL-ALT flags. https://gerrit.libreoffice.org/19923
I think that fix needed in libreoffice-5-0-0 too
Juergen Funk committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3ac9942c624cb627c8b09122498b45b05cf455f6 tdf#95761 All Hotkeys with CTRL+ALT+ not worked It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Juergen Funk committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0ff2015b429f7b5847f8b2eaab498416ef043642&h=libreoffice-5-0 tdf#95761 All Hotkeys with CTRL+ALT+ not worked It will be available in 5.0.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
This Patch solve the problem, with all kombination keys with ALTGR for example: ALTGR+0 ==> } CTRL-ALT(left)+0 ==> you get the HotKey with out my patch ALTGR+0 ==> } CTRL-ALT(left)+0 ==> } But the other kombination for example CTRL-ALT-C works with and without my patch.
should be reverted because of: https://bugs.documentfoundation.org/show_bug.cgi?id=97908 https://bugs.documentfoundation.org/show_bug.cgi?id=100908
(In reply to manfred.blume from comment #6) > should be reverted because of: reverted? assume meant "reopened"? Otherwise, think the issues with bug 97908 is the general case, and bug 10908 the more specific internal handling the keymod for <AltGr>. But believe this issue should remain Closed Fixed with work progressing on bug 10908. Jeurgen?
I agree with V Stuart Foote
I have been asked to revert this. other comments: https://bugs.documentfoundation.org/show_bug.cgi?id=97908#c19 https://bugs.documentfoundation.org/show_bug.cgi?id=100908#c8 The patch from Jürgen results in a different behaviour of Left-Alt and Right-Alt. I havn't found this in other programs.
Manfred Blume committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f53b3b547b04dc112076d8323b5b24ae178d6260 revert "tdf#95761 All Hotkeys with CTRL+ALT+ not worked" It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.