]> git.lyx.org Git - features.git/commit
Do not use GUI language for shortcut info inset if no translation is available
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 9 Mar 2019 11:00:40 +0000 (12:00 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:59 +0000 (14:39 +0200)
commit7a892373bfc7dc186024c463889771a33975c68f
treead20449e34396090aeec4e7bee34e785e809070f
parent72825cd102d355bbadbe418c6141ee18f94a8a54
Do not use GUI language for shortcut info inset if no translation is available

Fixes: #11508
Now there is the opposite case which needs to be addressed:
If no translation is available for a shortcut in a non-latin-scripted
document, we need to switch the language to English.
src/KeyMap.cpp
src/KeyMap.h
src/KeySequence.cpp
src/KeySequence.h
src/frontends/KeySymbol.h
src/frontends/qt4/GuiKeySymbol.cpp
src/insets/InsetInfo.cpp