mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
back to tabular-insert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
06065364e5
commit
d63059ae06
@ -303,7 +303,7 @@
|
||||
\bind "C-c C-e v" "layout Quote"
|
||||
|
||||
\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 C-e t" "tabular-insert" ## should be table-float
|
||||
|
||||
\bind "C-c percent" "layout Comment"
|
||||
|
||||
|
@ -185,7 +185,7 @@ Menuset
|
||||
Item "TeX|T" "ert-insert"
|
||||
Item "Minipage|p" "minipage-insert"
|
||||
Item "Graphics...|G" "graphics-insert"
|
||||
Item "Tabular Material...|b" "dialog-tabular-insert"
|
||||
Item "Tabular Material...|b" "tabular-insert"
|
||||
Submenu "Floats|a" "insert_floats"
|
||||
Separator
|
||||
Item "Include File...|d" "buffer-child-insert"
|
||||
@ -312,7 +312,7 @@ Menuset
|
||||
Separator
|
||||
Item "Error|E" "error-next"
|
||||
Item "Note|N" "note-next"
|
||||
Item "Refs|R" "reference-next"
|
||||
Item "Refs|R" "reference-goto"
|
||||
Submenu "Bookmarks|B" "navigate_bookmarks"
|
||||
End
|
||||
|
||||
@ -398,5 +398,5 @@ Toolbar
|
||||
Icon "depth-increment"
|
||||
Separator
|
||||
Icon "graphics-insert"
|
||||
Icon "dialog-tabular-insert"
|
||||
Icon "tabular-insert"
|
||||
End
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-08-05 John Levon <levon@movementarian.org>
|
||||
|
||||
* LyXAction.C: back to tabular-insert
|
||||
|
||||
2002-08-04 John Levon <levon@movementarian.org>
|
||||
|
||||
* BufferView.h:
|
||||
|
@ -365,7 +365,7 @@ void LyXAction::init()
|
||||
{ LFUN_SHIFT_TAB, "tab-backward", "", Noop },
|
||||
{ LFUN_TAB, "tab-forward", "", Noop },
|
||||
{ LFUN_TABINSERT, "tab-insert", "", Noop },
|
||||
{ LFUN_TABULAR_INSERT, "table-insert", N_("Insert Table"), Noop },
|
||||
{ LFUN_TABULAR_INSERT, "tabular-insert", N_("Insert Table"), Noop },
|
||||
{ LFUN_TABULAR_FEATURE, "tabular-feature",
|
||||
N_("Tabular Features"), Noop },
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user