]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Remove profiling.py
[lyx.git] / lib / ui / stdmenus.inc
index 38b5fab3f4735494804a6368294a3f844aaded68..14c927dc06e3481bf41493c76bf5e72d3caca545 100644 (file)
@@ -11,7 +11,7 @@
 # Full author contact details are available in file CREDITS.
 
 # The interface is designed (partially) following the KDE Human Interface
-# Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
+# Guidelines (https://develop.kde.org/hig/)
 
 # Casing Rules:
 # Capitalize all words in the element, with the following exceptions:
@@ -19,7 +19,7 @@
 # * Conjunctions: and, but, for, not, so, yet ...
 # * Prepositions of three or fewer letters: at, for, by, in, to ...
 #   (except when the preposition is part of a verb phrase, such as "Check In")
-# (https://developer.gnome.org/hig-book/unstable/design-text-labels.html.en)
+# (https://developer.gnome.org/hig/guidelines/writing-style.html)
 
 Format 5
 
@@ -117,7 +117,7 @@ Menuset
                Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
                Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
                Separator
-               Item "Move Paragraph Up|o" "paragraph-move-up"
+               Item "Move Paragraph Up|h" "paragraph-move-up"
                Item "Move Paragraph Down|v" "paragraph-move-down"
                Separator
                Item "Paragraph Settings...|P" "layout-paragraph"
@@ -138,6 +138,7 @@ Menuset
 # obvious what the context is for the others)
                OptItem "Increase List Depth|I" "depth-increment"
                OptItem "Decrease List Depth|D" "depth-decrement"
+               Separator
                OptItem "Dissolve Inset" "inset-dissolve"
                OptItem "TeX Code Settings...|C" "inset-settings ert"
 # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings
@@ -414,7 +415,8 @@ Menuset
                Item "Symbols...|b" "dialog-show symbols"
                Item "Ellipsis|i" "specialchar-insert dots"
                Item "End of Sentence|E" "specialchar-insert end-of-sentence"
-               Item "Plain Quotation Mark|Q" "quote-insert outer auto plain"
+               Item "Plain Double Quotation Mark|Q" "quote-insert outer auto plain"
+               Item "Plain Single Quotation Mark|S" "quote-insert inner auto plain"
                Item "Inner Quotation Mark|n" "quote-insert inner"
                Item "Non-Breaking Hyphen|y" "specialchar-insert nobreakdash"
                Item "Breakable Slash|a" "specialchar-insert slash"
@@ -468,7 +470,7 @@ Menuset
                Separator
                Item "New Page|N" "newpage-insert newpage"
                Item "Page Break|a" "newpage-insert pagebreak"
-               Item "No Page Break|g" "newpage-insert nopagebreak"
+               Item "Prevent Page Break|g" "newpage-insert nopagebreak"
                Item "Clear Page|C" "newpage-insert clearpage"
                Item "Clear Double Page|D" "newpage-insert cleardoublepage"
        End
@@ -543,7 +545,7 @@ Menuset
        Menu "insert_note"
                Item "LyX Note|N" "note-insert Note"
                Item "Comment|C" "note-insert Comment"
-               Item "Greyed Out|G" "note-insert Greyedout"
+               Item "Greyed Out|y" "note-insert Greyedout"
        End
 
        Menu "insert_branches"