From 508be8e88de7306d6a85deb34111bfdea376e8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 29 Nov 2010 03:58:36 +0000 Subject: [PATCH] sdtcontext.inc: resolve a bunch of shortcut clashes by using what we have in trunk git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36568 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ui/stdcontext.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index a66297d828..b2267133cc 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -364,16 +364,16 @@ Menuset # Menu "context-tabular" - Item "Multicolumn|M" "tabular-feature multicolumn" + Item "Multicolumn|u" "tabular-feature multicolumn" Separator - Item "Top Line|T" "tabular-feature toggle-line-top" - Item "Bottom Line|B" "tabular-feature toggle-line-bottom" + Item "Top Line|n" "tabular-feature toggle-line-top" + Item "Bottom Line|i" "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" "command-alternatives tabular-feature m-align-left;tabular-feature align-left" + Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left" Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center" - Item "Right|R" "command-alternatives tabular-feature m-align-right;tabular-feature align-right" + Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right" Separator Item "Top|T" "tabular-feature valign-top" Item "Middle|M" "tabular-feature valign-middle" @@ -384,12 +384,12 @@ Menuset Item "Copy Row|o" "tabular-feature copy-row" # Item "Swap Rows|S" "tabular-feature swap-row" # currently broken Separator - Item "Add Column|u" "tabular-feature append-column" + Item "Add Column|p" "tabular-feature append-column" Item "Delete Column|e" "tabular-feature delete-column" - Item "Copy Column|p" "tabular-feature copy-column" + Item "Copy Column|y" "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