From: Juergen Spitzmueller Date: Thu, 9 Aug 2018 15:23:05 +0000 (+0200) Subject: Amend 5f45b3ed9c851f0 X-Git-Tag: 2.3.3~21 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=43edb36032757d453acf8eba4c93da748778c9f7;p=features.git Amend 5f45b3ed9c851f0 (cherry picked from commit 806f7422633631669f6272e03c9e8dc79d1d299e) --- diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 65ce972af3..13dd240f13 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 47471f6b7a..048941c051 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