From abaccece15a3b7c23588b5257719ee0af4977e29 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Wed, 1 Aug 2018 15:17:46 +0200 Subject: [PATCH] InsetInfo: use localized shortcuts --- src/insets/InsetInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index c0e18eaca5..a0a879856b 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -510,9 +510,9 @@ void InsetInfo::updateBuffer(ParIterator const & it, UpdateType utype) { break; } if (type_ == SHORTCUT_INFO) - setText(bindings.begin()->print(KeySequence::Portable), guilang); + setText(bindings.begin()->print(KeySequence::ForGui), guilang); else - setText(theTopLevelKeymap().printBindings(func, KeySequence::Portable), guilang); + setText(theTopLevelKeymap().printBindings(func, KeySequence::ForGui), guilang); force_ltr_ = !guilang->rightToLeft() && !lang->rightToLeft(); break; } -- 2.39.2