]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/menus.bind
move character styles from "insert" to "edit";
[lyx.git] / lib / bind / menus.bind
index 12e03e3643e220466baf181d697964d036da079a..8701f7564672d1bb39a926ccd82b8391d4c03b3a 100644 (file)
@@ -6,7 +6,7 @@
 
 # author Lars Gullik Bjønnes
 # author Jean-Marc Lasgouttes
-# author Michael Schmitt
+# author Michael Gerz
 # author Jürgen Vigna
 
 # Full author contact details are available in file CREDITS.
 # Paragraph style menu
 #
 
-\bind "M-p ~S-0"               "layout Part" 
-\bind "M-p ~S-1"               "layout Chapter" 
-\bind "M-p ~S-2"               "layout Section" 
-\bind "M-p ~S-3"               "layout Subsection"  
-\bind "M-p ~S-4"               "layout Subsubsection"    
-\bind "M-p ~S-5"               "layout Paragraph"        
+\bind "M-p ~S-0"               "layout Part"
+\bind "M-p ~S-1"               "layout Chapter"
+\bind "M-p ~S-2"               "layout Section"
+\bind "M-p ~S-3"               "layout Subsection"
+\bind "M-p ~S-4"               "layout Subsubsection"
+\bind "M-p ~S-5"               "layout Paragraph"
 \bind "M-p ~S-6"               "layout Subparagraph"
-\bind "M-p ~S-asterisk ~S-0"   "layout Part*" 
-\bind "M-p ~S-asterisk ~S-1"   "layout Chapter*" 
-\bind "M-p ~S-asterisk ~S-2"   "layout Section*" 
-\bind "M-p ~S-asterisk ~S-3"   "layout Subsection*"  
-\bind "M-p ~S-asterisk ~S-4"   "layout Subsubsection*"    
-\bind "M-p ~S-asterisk ~S-5"   "layout Paragraph*"        
+\bind "M-p ~S-asterisk ~S-0"   "layout Part*"
+\bind "M-p ~S-asterisk ~S-1"   "layout Chapter*"
+\bind "M-p ~S-asterisk ~S-2"   "layout Section*"
+\bind "M-p ~S-asterisk ~S-3"   "layout Subsection*"
+\bind "M-p ~S-asterisk ~S-4"   "layout Subsubsection*"
+\bind "M-p ~S-asterisk ~S-5"   "layout Paragraph*"
 \bind "M-p ~S-asterisk ~S-6"   "layout Subparagraph*"
 \bind "M-p a"                  "layout Abstract"
 \bind "M-p S-A"                        "layout Author"
 
 #
 # Character style menu
-# 
+#
 
 \bind "M-c b"                  "font-bold"
 \bind "M-c c"                  "font-noun"
 \bind "M-c Up"                 "word-upcase"
 \bind "M-c Right"              "word-capitalize"
 
-\bind "M-c space"              "font-default"                  
+\bind "M-c space"              "font-default"
 
 
 #