mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
84e30e328a
commit
f19d20cf5a
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user