PhilipPirrip wrote:

> LibreOffice has it as "Special Characters". Fedora Linux has an
> application called "Character Map" that lists characters by, I believe,
> unicode blocks.
> And all those are just single characters. Symbols, though, can be one or
> more: Greek alpha or \LaTeX
> Just my 5 cents.

After thinking more about this I now think it makes sense. I did also 
implement the documentation toolbar. I think the toolbar should definitely 
go in. What do others think about the renaming?


Georg
diff --git a/lib/ui/default.ui b/lib/ui/default.ui
index 34f5651..fdf80ef 100644
--- a/lib/ui/default.ui
+++ b/lib/ui/default.ui
@@ -57,4 +57,5 @@ Toolbars
 	"mathmacrotemplate" "auto,mathmacrotemplate,bottom"
 	"ipa" "auto,ipa,bottom"
 	"minibuffer" "auto,minibuffer,bottom"
+	"documentation" "off,top"
 End
diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 978aa08..80e68d0 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -356,7 +356,7 @@ Menuset
 # commonly used to good positions (exception being mathed, but
 # most people using mathed learn key shortcuts quite quickly anyway)
 		Submenu "Math|h" "insert_math"
-		Submenu "Special Character|p" "insert_special"
+		Submenu "Symbol|y" "insert_special"
 		Submenu "Formatting|o" "insert_formatting"
 		Submenu "List / TOC|i" "insert_toc"
 		Submenu "Float|a" "insert_float"
@@ -388,7 +388,7 @@ Menuset
 	End
 
 	Menu "insert_special"
-		Item "Symbols...|b" "dialog-show symbols"
+		Item "Character...|h" "dialog-show symbols"
 		Item "Ellipsis|i" "specialchar-insert dots"
 		Item "End of Sentence|E" "specialchar-insert end-of-sentence"
 		Item "Ordinary Quote|Q" "self-insert \""
diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc
index 71c9f8a..c8ffe77 100644
--- a/lib/ui/stdtoolbars.inc
+++ b/lib/ui/stdtoolbars.inc
@@ -244,6 +244,16 @@ ToolbarSet
 		Item "Next note" "note-next"
 	End
 
+	Toolbar "documentation" "LyX Documentation Tools"
+		Item "Info" "info-insert"
+		Item "Menu Separator" "specialchar-insert menu-separator"
+		Separator
+		Item "LyX Logo" "specialchar-insert lyx"
+		Item "TeX Logo" "specialchar-insert tex"
+		Item "LaTeX Logo" "specialchar-insert latex"
+		Item "LaTeX2e Logo" "specialchar-insert latex2e"
+	End
+
 	Toolbar "view-others" "View Other Formats"
 		ViewFormats
 	End

Reply via email to