]> git.lyx.org Git - lyx.git/commitdiff
Harmonize some space shortcuts (math/text context menu)
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 25 Jun 2020 14:22:42 +0000 (16:22 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 25 Jun 2020 14:22:42 +0000 (16:22 +0200)
lib/ui/stdcontext.inc

index 62d7e4bb06cf72536af3a45447f839e8ebccb749..120aac4dd94f2d32d89aaa8d32a3a168fafa85d8 100644 (file)
@@ -270,10 +270,10 @@ Menuset
        Menu "context-mathspace"
                Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
                Item "Medium Space|M" "inset-modify mathspace \medspace{}"
-               Item "Thick Space|h" "inset-modify mathspace \thickspace{}"
+               Item "Thick Space|i" "inset-modify mathspace \thickspace{}"
                Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
-               Item "Negative Medium Space|u" "inset-modify mathspace \negmedspace{}"
-               Item "Negative Thick Space|i" "inset-modify mathspace \negthickspace{}"
+               Item "Negative Medium Space|v" "inset-modify mathspace \negmedspace{}"
+               Item "Negative Thick Space|h" "inset-modify mathspace \negthickspace{}"
                Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
                Item "Quad Space|Q" "inset-modify mathspace \quad{}"
                Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"