mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
parent
f922858fe3
commit
43edb36032
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user