commit e8de2df4f9d718e0653a2e5ff1dd01cf6278468c
Author: Uwe Stöhr <[email protected]>
Date: Mon Feb 3 00:32:45 2014 +0100
stdmenus.inc: move menu entry of visible space
the visible space is a character and should therefore be treated as special
character (also proposed by Jürgen)
diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 02d05f6..65698cb 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -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"