mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
figures are now graphics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ebd9146ddc
commit
0686bd964d
@ -1,3 +1,8 @@
|
||||
2002-03-14 Allan Rae <rae@lyx.org>
|
||||
|
||||
* bind/sv_menus.bind:
|
||||
* bind/xemacs.bind: figure inset replaced by graphics inset
|
||||
|
||||
2002-03-12 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* examples/Literate.lyx: Fixed build-script section to work
|
||||
|
@ -106,7 +106,7 @@
|
||||
# Insert menu
|
||||
#
|
||||
|
||||
#\bind "M-i g" "figure-insert"
|
||||
#\bind "M-i g" "graphics-insert"
|
||||
#\bind "M-i b" "table-insert"
|
||||
#\bind "M-i c" "buffer-child-insert"
|
||||
#\bind "M-i f" "footnote-insert"
|
||||
|
@ -281,7 +281,7 @@
|
||||
\bind "C-c C-e S-q" "layout Quotation"
|
||||
\bind "C-c C-e v" "layout Quote"
|
||||
|
||||
\bind "C-c C-e f" "figure-insert" ## should be figure-float
|
||||
\bind "C-c C-e f" "graphics-insert" ## should be figure-float
|
||||
\bind "C-c C-e t" "dialog-tabular-insert" ## should be table-float
|
||||
|
||||
\bind "C-c percent" "layout Comment"
|
||||
|
Loading…
Reference in New Issue
Block a user