]> git.lyx.org Git - features.git/commitdiff
Amend 5f45b3ed9c851f0
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 9 Aug 2018 15:23:05 +0000 (17:23 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 23 Feb 2019 16:23:40 +0000 (17:23 +0100)
(cherry picked from commit 806f7422633631669f6272e03c9e8dc79d1d299e)

src/insets/InsetInfo.cpp
status.23x

index 65ce972af305a88ec083e5a5b79332aa66456195..13dd240f1373475d738e16ed06dcadcba6b45f47 100644 (file)
@@ -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);
index 47471f6b7a50631c9c0c264770f8cc874fe1ab4c..048941c051557c386d5b20f722745e1f7144e987 100644 (file)
@@ -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