]> git.lyx.org Git - lyx.git/commit
Fix shortcuts info output on the Mac
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 9 Aug 2018 14:56:41 +0000 (16:56 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 9 Aug 2018 14:59:06 +0000 (16:59 +0200)
commit5f45b3ed9c851f0d01fcc8fd17c3b25f6efd47c3
tree88f5a568807e61c6f324b70faf8b62c9512dea62
parentfd7490762d6248bb4ca7120fe97b28d96496d9d3
Fix shortcuts info output on the Mac

QKeySequence returns special characters for keys on the mac rather than
textual key names (as on other OSes).

Since these symbols are not included in many fonts, we re-translate them
to textual names

Fixes: #10641
src/insets/InsetInfo.cpp