From 43edb36032757d453acf8eba4c93da748778c9f7 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 9 Aug 2018 17:23:05 +0200 Subject: [PATCH] Amend 5f45b3ed9c851f0 (cherry picked from commit 806f7422633631669f6272e03c9e8dc79d1d299e) --- src/insets/InsetInfo.cpp | 4 ++++ status.23x | 3 +++ 2 files changed, 7 insertions(+) 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 -- 2.39.5