display bindings when using the layout combox

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5329 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-09-23 11:53:09 +00:00
parent 84e30e328a
commit f19d20cf5a
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Toolbar_pimpl.C (layoutSelected): show shortcut in minibuffer
when selecting an environment from the toolbar
2002-08-21 John Levon <levon@movementarian.org>
* forms/form_thesaurus.fd: fix Escape to close dialog

View File

@ -180,7 +180,7 @@ void Toolbar::Pimpl::layoutSelected()
for (LyXTextClass::const_iterator cit = tc.begin();
cit != end; ++cit) {
if (_(cit->name()) == layoutguiname) {
owner->getLyXFunc()->dispatch(LFUN_LAYOUT, cit->name());
owner->getLyXFunc()->verboseDispatch(LFUN_LAYOUT, cit->name(), true);
return;
}
}

View File

@ -22,6 +22,9 @@ What's new
- selecting a word by double clicking now sets the X clipboard (like
when dragging the mouse)
- when changing the current layout with the toolbar, the corresponding
keyboard binding is shown in the minibuffer
- in hebrew language, the key " now inserts a typewriter quote (since
other quotes do not make sense in hebrew)