mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +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 v" "layout Quote"
|
||||||
|
|
||||||
\bind "C-c C-e f" "graphics-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 C-e t" "tabular-insert" ## should be table-float
|
||||||
|
|
||||||
\bind "C-c percent" "layout Comment"
|
\bind "C-c percent" "layout Comment"
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ Menuset
|
|||||||
Item "TeX|T" "ert-insert"
|
Item "TeX|T" "ert-insert"
|
||||||
Item "Minipage|p" "minipage-insert"
|
Item "Minipage|p" "minipage-insert"
|
||||||
Item "Graphics...|G" "graphics-insert"
|
Item "Graphics...|G" "graphics-insert"
|
||||||
Item "Tabular Material...|b" "dialog-tabular-insert"
|
Item "Tabular Material...|b" "tabular-insert"
|
||||||
Submenu "Floats|a" "insert_floats"
|
Submenu "Floats|a" "insert_floats"
|
||||||
Separator
|
Separator
|
||||||
Item "Include File...|d" "buffer-child-insert"
|
Item "Include File...|d" "buffer-child-insert"
|
||||||
@ -312,7 +312,7 @@ Menuset
|
|||||||
Separator
|
Separator
|
||||||
Item "Error|E" "error-next"
|
Item "Error|E" "error-next"
|
||||||
Item "Note|N" "note-next"
|
Item "Note|N" "note-next"
|
||||||
Item "Refs|R" "reference-next"
|
Item "Refs|R" "reference-goto"
|
||||||
Submenu "Bookmarks|B" "navigate_bookmarks"
|
Submenu "Bookmarks|B" "navigate_bookmarks"
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -398,5 +398,5 @@ Toolbar
|
|||||||
Icon "depth-increment"
|
Icon "depth-increment"
|
||||||
Separator
|
Separator
|
||||||
Icon "graphics-insert"
|
Icon "graphics-insert"
|
||||||
Icon "dialog-tabular-insert"
|
Icon "tabular-insert"
|
||||||
End
|
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>
|
2002-08-04 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
* BufferView.h:
|
* BufferView.h:
|
||||||
|
@ -365,7 +365,7 @@ void LyXAction::init()
|
|||||||
{ LFUN_SHIFT_TAB, "tab-backward", "", Noop },
|
{ LFUN_SHIFT_TAB, "tab-backward", "", Noop },
|
||||||
{ LFUN_TAB, "tab-forward", "", Noop },
|
{ LFUN_TAB, "tab-forward", "", Noop },
|
||||||
{ LFUN_TABINSERT, "tab-insert", "", 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",
|
{ LFUN_TABULAR_FEATURE, "tabular-feature",
|
||||||
N_("Tabular Features"), Noop },
|
N_("Tabular Features"), Noop },
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
Reference in New Issue
Block a user