stdcontext.inc:

- add entry for multirow
- resolve some shortcut conflicts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33429 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-02-12 01:46:22 +00:00
parent 4c5ba07a7a
commit f667a66055

View File

@ -384,18 +384,19 @@ Menuset
Menu "context-tabular"
Item "Multicolumn|M" "tabular-feature multicolumn"
Item "Multirow|i" "tabular-feature multirow"
Separator
Item "Top Line|T" "tabular-feature toggle-line-top"
Item "Bottom Line|B" "tabular-feature toggle-line-bottom"
Item "Left Line|L" "tabular-feature toggle-line-left"
Item "Right Line|R" "tabular-feature toggle-line-right"
Separator
Item "Left|L" "tabular-feature align-left"
Item "Left|f" "tabular-feature align-left"
Item "Center|C" "tabular-feature align-center"
Item "Right|R" "tabular-feature align-right"
Item "Right|h" "tabular-feature align-right"
Separator
Item "Top|T" "tabular-feature valign-top"
Item "Middle|M" "tabular-feature valign-middle"
Item "Middle|d" "tabular-feature valign-middle"
Item "Bottom|B" "tabular-feature valign-bottom"
Separator
Item "Add Row|A" "tabular-feature append-row"
@ -408,7 +409,7 @@ Menuset
Item "Copy Column|p" "tabular-feature copy-column"
# Item "Swap Columns|w" "tabular-feature swap-column" # currently broken
Separator
Item "Settings...|S" "inset-settings tabular"
Item "Settings...|g" "inset-settings tabular"
End