Under windows you can change the keyboard layout per application, when run LO it is possible but the HotKeys would be only init in the start phase here http://opengrok.libreoffice.org/xref/core/vcl/win/source/app/salinst.cxx#333, and not reinit the HotKeys. The advantage of this feature is you can use the english Key-Layout and the HotKeys, for example CTRL-[ works under german key-layout when switch to ENglisch.
here the patch https://gerrit.libreoffice.org/23556
Hey sounds great--but if it passes code review, the feature will need documentation. And of course it is preferred, and helps for maintenance, if the same could be implemented for OS X and the Linux flavors in addition to Windows. And, while it would be great if it is as simple as resetting elements in salinst.cxx and salframe.cxx and restarting--it kind of seems like the profile may need more care and feeding than just that. But I'm no dev.
(In reply to V Stuart Foote from comment #2) > Hey sounds great--but if it passes code review, the feature will need > documentation. > Juergen - how about a blog article? Other than that, please add it to the 5.2 release notes: https://wiki.documentfoundation.org/ReleaseNotes/5.2
Juergen Funk committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0761614ccf5beb9051fb132c5f1990198f32967f tdf#98924 In windows, change the keyboard layout per application It will be available in 5.2.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.
Hello, Is this bug fixed? If so, could you please close it as RESOLVED FIXED?
Hi Xisco Faulí, the bug is fixed, i do it