From: Uwe Stöhr Date: Fri, 12 Feb 2010 01:46:22 +0000 (+0000) Subject: stdcontext.inc: X-Git-Tag: 2.0.0~4068 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f667a660559b3d7bbca8935f3600e4c167b00089;p=features.git 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 --- diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index d9b470cc75..97e495b562 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -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