]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/menus.bind
- de_Intro updates from Hartmut
[lyx.git] / lib / bind / menus.bind
index d5ece45796ef9a1f085f43918e2503145f4abef6..f7721a34b9b2e8636d30e799a1fc248db85efe03 100644 (file)
@@ -1,11 +1,15 @@
-# This file is part of
-# ==================================================================
-#
-#                  LyX, the High Level Word Processor
-# 
-#                 Copyright (C) 1995-2000 The LyX Team
-#
-# ==================================================================
+# -*- text -*-
+
+# file menus.bind
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Lars Gullik Bjønnes
+# author Jean-Marc Lasgouttes
+# author Michael Gerz
+# author Jürgen Vigna
+
+# Full author contact details are available in file CREDITS.
 
 # Key bindings for so-called "invisible" menus
 
 \bind "M-s h"                  "font-size huge"
 \bind "M-s S-H"                        "font-size giant"
 
-\bind "M-s 1"                  "font-size tiny"
-\bind "M-s 2"                  "font-size scriptsize"
-\bind "M-s 3"                  "font-size footnotesize"
-\bind "M-s 4"                  "font-size small"
-\bind "M-s 5"                  "font-size normal"
-\bind "M-s 6"                  "font-size large"
-\bind "M-s 7"                  "font-size larger"
-\bind "M-s 8"                  "font-size largest"
-\bind "M-s 9"                  "font-size huge"
-\bind "M-s 0"                  "font-size giant"
+\bind "M-s ~S-1"               "font-size tiny"
+\bind "M-s ~S-2"               "font-size scriptsize"
+\bind "M-s ~S-3"               "font-size footnotesize"
+\bind "M-s ~S-4"               "font-size small"
+\bind "M-s ~S-5"               "font-size normal"
+\bind "M-s ~S-6"               "font-size large"
+\bind "M-s ~S-7"               "font-size larger"
+\bind "M-s ~S-8"               "font-size largest"
+\bind "M-s ~S-9"               "font-size huge"
+\bind "M-s ~S-0"               "font-size giant"
 
 \bind "M-s ~S-plus"            "font-size increase"
-\bind "M-s minus"              "font-size decrease"
+\bind "M-s ~S-minus"           "font-size decrease"
 
 
 #
 # 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 asterisk ~S-0"      "layout Part*" 
-\bind "M-p asterisk ~S-1"      "layout Chapter*" 
-\bind "M-p asterisk ~S-2"      "layout Section*" 
-\bind "M-p asterisk ~S-3"      "layout Subsection*"  
-\bind "M-p asterisk ~S-4"      "layout Subsubsection*"    
-\bind "M-p asterisk ~S-5"      "layout Paragraph*"        
-\bind "M-p asterisk ~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-6"   "layout Subparagraph*"
 \bind "M-p a"                  "layout Abstract"
 \bind "M-p S-A"                        "layout Author"
 \bind "M-p M-a"                        "layout Address"
@@ -89,7 +93,6 @@
 \bind "M-p S-B"                        "layout Bibliography"
 \bind "M-p c"                  "layout LyX-Code"
 \bind "M-p S-C"                        "layout Comment"
-\bind "M-p M-c"                        "layout Caption"
 \bind "M-p d"                  "layout Description"
 \bind "M-p S-D"                        "layout Date"
 \bind "M-p e"                  "layout Enumerate"      # numbered list
 
 #
 # 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"
 
 
 #