]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdcontext.inc
first include config.h
[lyx.git] / lib / ui / stdcontext.inc
index 1e0bbb1131eccdd3f328e2b2b70a825877754f84..42445ca5eecafebf41c876dc1ddedfa46df85fe5 100644 (file)
@@ -90,9 +90,8 @@ Menuset
                Item "<Page>|P" "inset-modify changetype pageref"
                Item "On Page <Page>|O" "inset-modify changetype vpageref"
                Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
-               Item "Formatted Reference|t" "inset-modify changetype prettyref"
+               Item "Formatted Reference|t" "inset-modify changetype formatted"
                Item "Textual Reference|x" "inset-modify changetype nameref"
-               Item "Textual Reference plus <page>|l" "inset-modify changetype Nameref"
                Separator
                Item "Settings...|S" "inset-settings"
        End
@@ -400,11 +399,11 @@ Menuset
 #
 
        Menu "context-tabular"
-               Item "Multicolumn|M" "inset-modify tabular multicolumn"
-               Item "Multirow|i" "inset-modify tabular multirow"
+               Item "Multicolumn|u" "inset-modify tabular multicolumn"
+               Item "Multirow|w" "inset-modify tabular multirow"
                Separator
-               Item "Top Line|T" "inset-modify tabular toggle-line-top"
-               Item "Bottom Line|B" "inset-modify tabular toggle-line-bottom"
+               Item "Top Line|n" "inset-modify tabular toggle-line-top"
+               Item "Bottom Line|i" "inset-modify tabular toggle-line-bottom"
                Item "Left Line|L" "inset-modify tabular toggle-line-left"
                Item "Right Line|R" "inset-modify tabular toggle-line-right"
                Separator
@@ -413,17 +412,17 @@ Menuset
                Item "Right|h" "inset-modify tabular align-right"
                Separator
                Item "Top|T" "inset-modify tabular valign-top"
-               Item "Middle|d" "inset-modify tabular valign-middle"
+               Item "Middle|M" "inset-modify tabular valign-middle"
                Item "Bottom|B" "inset-modify tabular valign-bottom"
                Separator
-               Item "Add Row|A" "inset-modify tabular append-row"
+               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
                Separator
-               Item "Add Column|u" "inset-modify tabular append-column"
+               Item "Append Column|p" "inset-modify tabular append-column"
                Item "Delete Column|e" "inset-modify tabular delete-column"
-               Item "Copy Column|p" "inset-modify tabular copy-column"
+               Item "Copy Column|y" "inset-modify tabular copy-column"
                # Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken
                Separator
                Item "Settings...|g" "inset-settings tabular"
@@ -641,4 +640,13 @@ Menuset
                OptItem "Settings...|S" "inset-settings"
        End
 
+#
+# InsetHyperlink context menu
+#
+       Menu "context-hyperlink"
+               Item "Settings...|S" "inset-settings"
+               Separator
+               Item "Open Target...|O" "inset-edit"
+       End
+
 End