commit 43edb36032757d453acf8eba4c93da748778c9f7
Author: Juergen Spitzmueller <[email protected]>
Date: Thu Aug 9 17:23:05 2018 +0200
Amend 5f45b3ed9c851f0
(cherry picked from commit 806f7422633631669f6272e03c9e8dc79d1d299e)
---
src/insets/InsetInfo.cpp | 4 ++++
status.23x | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp
index 65ce972..13dd240 100644
--- a/src/insets/InsetInfo.cpp
+++ b/src/insets/InsetInfo.cpp
@@ -371,6 +371,10 @@ void InsetInfo::updateInfo()
gui = _("CapsLock");
ods <<
translateIfPossible(from_ascii("CapsLock"), lcode);
break;
+ case 0x2303://Control
+ gui = _("Control[[Key]]");
+ ods <<
translateIfPossible(from_ascii("Control[[Key]]"), lcode);
+ break;
case 0x2318://CMD
gui = _("Command[[Key]]");
ods <<
translateIfPossible(from_ascii("Command[[Key]]"), lcode);
diff --git a/status.23x b/status.23x
index 47471f6..048941c 100644
--- a/status.23x
+++ b/status.23x
@@ -89,6 +89,9 @@ What's new
- Fix breakage caused by commas in the caption of listings (bug 11484).
+- Fix LaTeX error caused by Control key shortcut inset on the Mac (remainder
+ of bug 10641).
+
* USER INTERFACE