]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdcontext.inc
Fix bug 6055: change-next does not work in tables
[lyx.git] / lib / ui / stdcontext.inc
index 4c9203294a74b7c852e84d025b19f6780c9c64b6..5d9f999a83522432af99f1975fc948aaaf189cb2 100644 (file)
@@ -162,6 +162,7 @@ Menuset
                SwitchArguments
        End
 
+
 #
 # InsetBox context menu
 #
@@ -177,6 +178,15 @@ Menuset
                Item "Double Frame|u" "inset-modify changetype Doublebox"
        End
 
+
+#
+# InsetCaption context menu
+#
+       Menu "context-caption"
+               SwitchCaptions
+       End
+
+
 #
 # InsetNote context menu
 #
@@ -406,14 +416,16 @@ Menuset
                Item "Append Row|A" "inset-modify tabular append-row"
                Item "Delete Row|D" "inset-modify tabular delete-row"
                Item "Copy Row|o" "inset-modify tabular copy-row"
-               # Item "Swap Rows|S" "inset-modify tabular swap-row" # currently broken
+               Item "Move Row Up" "inset-modify tabular move-row-up"
+               Item "Move Row Down" "inset-modify tabular move-row-down"
                Separator
                Item "Append Column|p" "inset-modify tabular append-column"
                Item "Delete Column|e" "inset-modify tabular delete-column"
                Item "Copy Column|y" "inset-modify tabular copy-column"
-               # Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken
+               Item "Move Column Right|v" "inset-modify tabular move-column-right"
+               Item "Move Column Left" "inset-modify tabular move-column-left"
                Separator
-               Item "Settings...|g" "inset-settings tabular"
+               Item "Settings...|S" "inset-settings tabular"
        End
 
 #