]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/pt_menus.bind
Replace lib/scriptsfig2pdftex.sh and fig2pstex.sh by their python version
[lyx.git] / lib / bind / pt_menus.bind
index 3b86263f005e7d75d40298322aae36a45952d07d..3024cd02a4bf0b2cc9236484fe9ac96646d2e0ad 100644 (file)
@@ -1,11 +1,14 @@
-# This file is part of
-# ==================================================================
-#
-#                  LyX, the High Level Word Processor
-# 
-#                 Copyright (C) 1995-1997 The LyX Team
-#
-# ==================================================================
+# -*- text -*-
+
+# file pt_menus.bind
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author unknown
+# author Lars Gullik Bjønnes
+# author Jean-Marc Lasgouttes
+
+# Full author contact details are available in file CREDITS.
 
 # Key bindings for menus, both invisible and visible.
 
 # Parágrafo
 #
 
-\bind "M-p 1"                  "layout Chapter" 
-\bind "M-p 2"                  "layout Section" 
-\bind "M-p 3"                  "layout Subsection"  
-\bind "M-p 4"                  "layout Subsubsection"    
-\bind "M-p 5"                  "layout Paragraph"        
+\bind "M-p 1"                  "layout Chapter"
+\bind "M-p 2"                  "layout Section"
+\bind "M-p 3"                  "layout Subsection"
+\bind "M-p 4"                  "layout Subsubsection"
+\bind "M-p 5"                  "layout Paragraph"
 \bind "M-p 6"                  "layout Subparagraph"
 \bind "M-p r"                  "layout Abstract"       # resumo
 \bind "M-p S-A"                        "layout Author"
 \bind "M-p e"                  "layout Address"        # endereço
-\bind "M-p S-E"                        "layout RightAddress"   # endereço à direita
+\bind "M-p S-E"                        "layout Right_Address"   # endereço à direita
 \bind "M-p m"                  "layout Itemize"        # lista com Marcadores
 \bind "M-p S-B"                        "layout Bibliography"   # Bibliografia
 \bind "M-p y"                  "layout LyX-Code"
 
 #
 # Estilo do Caractere
-# 
+#
 
 \bind "M-c n"                  "font-bold"     # Negrito
 \bind "M-c S-S"                        "font-noun"     # substantivo
-\bind "M-c e"                  "font-emph"     # 
+\bind "M-c e"                  "font-emph"     #
 \bind "M-c m"                  "math-mode"     # modo matemático
 \bind "M-c p"                  "font-code"
 \bind "M-c r"                  "font-roman"
 \bind "M-c Up"                 "word-upcase"
 \bind "M-c Right"              "word-capitalize"
 
-\bind "M-c space"              "font-default"                  
+\bind "M-c space"              "font-default"
 
 
 #