mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
InsetInfo: use Portable instead of Gui mode to output shortcut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26060 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c611a1311e
commit
e8979d2f13
@ -283,7 +283,7 @@ void InsetInfo::updateInfo()
|
||||
break;
|
||||
}
|
||||
if (type_ == SHORTCUT_INFO)
|
||||
setText(bindings.rbegin()->print(KeySequence::ForGui));
|
||||
setText(bindings.rbegin()->print(KeySequence::Portable));
|
||||
else
|
||||
setText(theTopLevelKeymap().printBindings(func));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user