]> git.lyx.org Git - features.git/commitdiff
stdmenus.inc: move menu entry of visible space
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 2 Feb 2014 23:32:45 +0000 (00:32 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 2 Feb 2014 23:32:45 +0000 (00:32 +0100)
the visible space is a character and should therefore be treated as special character (also proposed by Jürgen)

lib/ui/stdmenus.inc

index 02d05f6d9b1b91620a3f0e2ee553d54b6e1fe586..65698cb5d07496fa8e30b70f528c1fa01a65a915 100644 (file)
@@ -390,6 +390,7 @@ Menuset
                Item "Single Quote|S" "quote-insert single"
                Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
                Item "Breakable Slash|a" "specialchar-insert slash"
+               Item "Visible Space|V" "space-insert visible"
                Item "Menu Separator|M" "specialchar-insert menu-separator"
                Item "Phonetic Symbols|P" "ipa-insert"
        End
@@ -400,7 +401,6 @@ Menuset
                Separator
                Item "Protected Space|P" "space-insert protected"
                Item "Interword Space|w" "space-insert normal"
-               Item "Visible Space|i" "space-insert visible"
                Item "Thin Space|T" "space-insert thin"
                Item "Horizontal Space...|o" "command-alternatives dialog-show-new-inset space;dialog-show-new-inset mathspace"
                Item "Horizontal Line...|L" "dialog-show-new-inset line"