2003-08-22 10:37:26 +00:00
|
|
|
# -*- text -*-
|
|
|
|
|
2003-08-22 09:36:41 +00:00
|
|
|
# file menus.bind
|
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
|
2007-11-24 00:47:29 +00:00
|
|
|
# author Lars Gullik Bjønnes
|
2003-08-22 09:36:41 +00:00
|
|
|
# author Jean-Marc Lasgouttes
|
2005-09-06 17:32:09 +00:00
|
|
|
# author Michael Gerz
|
2007-11-24 00:47:29 +00:00
|
|
|
# author Jürgen Vigna
|
2003-08-22 09:36:41 +00:00
|
|
|
|
|
|
|
# Full author contact details are available in file CREDITS.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-10-09 12:30:52 +00:00
|
|
|
# Key bindings for so-called "invisible" menus
|
2000-05-19 16:46:01 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Font size menu
|
|
|
|
#
|
|
|
|
|
2018-08-30 19:56:26 +00:00
|
|
|
Format 5
|
2011-01-18 15:42:27 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-s t" "font-size tiny"
|
2001-06-28 15:11:24 +00:00
|
|
|
\bind "M-s S-S" "font-size footnotesize"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-s s" "font-size small"
|
|
|
|
\bind "M-s n" "font-size normal"
|
|
|
|
\bind "M-s l" "font-size large"
|
|
|
|
\bind "M-s S-L" "font-size larger"
|
|
|
|
\bind "M-s h" "font-size huge"
|
2001-06-28 15:11:24 +00:00
|
|
|
\bind "M-s S-H" "font-size giant"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2006-11-09 15:45:01 +00:00
|
|
|
\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"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-09-27 16:49:25 +00:00
|
|
|
\bind "M-s ~S-plus" "font-size increase"
|
2006-11-09 15:45:01 +00:00
|
|
|
\bind "M-s ~S-minus" "font-size decrease"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
2009-04-17 08:08:58 +00:00
|
|
|
# Paragraph menu
|
1999-09-27 18:44:28 +00:00
|
|
|
#
|
|
|
|
|
2009-04-17 08:08:58 +00:00
|
|
|
\bind "M-a l" "paragraph-params \align left"
|
|
|
|
\bind "M-a r" "paragraph-params \align right"
|
|
|
|
\bind "M-a c" "paragraph-params \align center"
|
2009-04-17 08:46:34 +00:00
|
|
|
# It's called Justified in the UI
|
|
|
|
\bind "M-a j" "paragraph-params \align block"
|
|
|
|
\bind "M-a e" "paragraph-params \align default"
|
2009-04-17 08:08:58 +00:00
|
|
|
\bind "M-a i" "paragraph-params \indent-toggle"
|
|
|
|
\bind "M-a s" "paragraph-params \paragraph_spacing single"
|
|
|
|
\bind "M-a o" "paragraph-params \paragraph_spacing onehalf"
|
|
|
|
\bind "M-a d" "paragraph-params \paragraph_spacing double"
|
|
|
|
\bind "M-a f" "paragraph-params \paragraph_spacing default"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
2013-09-07 09:11:11 +00:00
|
|
|
#
|
|
|
|
# Arguments
|
|
|
|
#
|
|
|
|
|
|
|
|
\bind "M-a 1" "argument-insert 1"
|
|
|
|
\bind "M-a 2" "argument-insert 2"
|
|
|
|
\bind "M-a 3" "argument-insert 3"
|
|
|
|
\bind "M-a 4" "argument-insert 4"
|
|
|
|
\bind "M-a 5" "argument-insert 5"
|
|
|
|
\bind "M-a 6" "argument-insert 6"
|
|
|
|
\bind "M-a 7" "argument-insert 7"
|
|
|
|
\bind "M-a 8" "argument-insert 8"
|
|
|
|
\bind "M-a 9" "argument-insert 9"
|
2017-05-26 07:39:15 +00:00
|
|
|
\bind "M-a 0" "argument-insert post:1"
|
2013-09-07 09:11:11 +00:00
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
#
|
|
|
|
# Paragraph style menu
|
|
|
|
#
|
|
|
|
|
2003-10-13 09:50:10 +00:00
|
|
|
\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"
|
2002-07-16 20:53:56 +00:00
|
|
|
\bind "M-p ~S-6" "layout Subparagraph"
|
2003-10-13 09:50:10 +00:00
|
|
|
\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*"
|
2002-07-17 11:20:48 +00:00
|
|
|
\bind "M-p ~S-asterisk ~S-6" "layout Subparagraph*"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-p a" "layout Abstract"
|
|
|
|
\bind "M-p S-A" "layout Author"
|
|
|
|
\bind "M-p M-a" "layout Address"
|
2002-04-06 08:38:03 +00:00
|
|
|
\bind "M-p C-a" "layout Right_Address"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-p b" "layout Itemize" # bulleted list
|
|
|
|
\bind "M-p S-B" "layout Bibliography"
|
|
|
|
\bind "M-p c" "layout LyX-Code"
|
|
|
|
\bind "M-p S-C" "layout Comment"
|
|
|
|
\bind "M-p d" "layout Description"
|
|
|
|
\bind "M-p S-D" "layout Date"
|
|
|
|
\bind "M-p e" "layout Enumerate" # numbered list
|
|
|
|
\bind "M-p f" "layout ShortFoilhead" # Foils!!
|
|
|
|
\bind "M-p S-F" "layout Foilhead" # Foils!!
|
|
|
|
\bind "M-p i" "layout Itemize" # bulleted list
|
2020-03-04 11:21:11 +00:00
|
|
|
\bind "M-p l" "layout Labeling"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-p S-L" "layout LaTeX"
|
|
|
|
\bind "M-p n" "layout Enumerate" # numbered list
|
|
|
|
\bind "M-p q" "layout Quote"
|
|
|
|
\bind "M-p S-Q" "layout Quotation"
|
|
|
|
\bind "M-p r" "layout ShortRotatefoilhead" # Foils!!
|
|
|
|
\bind "M-p S-R" "layout Rotatefoilhead" # Foils!!
|
|
|
|
\bind "M-p s" "layout Standard"
|
|
|
|
\bind "M-p t" "layout Title"
|
|
|
|
\bind "M-p space" "drop-layouts-choice"
|
|
|
|
\bind "M-p v" "layout Verse"
|
|
|
|
|
2008-01-31 19:48:48 +00:00
|
|
|
\bind "M-p Left" "outline-out"
|
|
|
|
\bind "M-p Right" "outline-in"
|
|
|
|
\bind "M-p Up" "outline-up"
|
|
|
|
\bind "M-p Down" "outline-down"
|
|
|
|
|
2020-05-23 13:03:51 +00:00
|
|
|
\bind "M-p M-Return" "environment-split before"
|
2017-12-28 11:28:01 +00:00
|
|
|
\bind "M-p Return" "command-alternatives environment-split ; environment-split previous"
|
2014-01-27 07:01:24 +00:00
|
|
|
\bind "M-p S-Return" "environment-split outer"
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2002-07-16 20:53:56 +00:00
|
|
|
# These are kept for backwards compatibility (only make sense on US keyboard)
|
|
|
|
\bind "M-p S-at" "layout Section*" # M-p S-2
|
|
|
|
\bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4
|
|
|
|
\bind "M-p S-numbersign" "layout Subsection*" # M-p S-3
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Character style menu
|
2003-10-13 09:50:10 +00:00
|
|
|
#
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2008-09-21 21:09:38 +00:00
|
|
|
\bind "M-c b" "font-boldsymbol"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-c c" "font-noun"
|
2009-05-10 23:35:30 +00:00
|
|
|
\bind "M-c d" "font-underunderline"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-c e" "font-emph"
|
|
|
|
\bind "M-c m" "math-mode"
|
2009-05-10 23:35:30 +00:00
|
|
|
\bind "M-c o" "font-strikeout"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-c r" "font-roman"
|
|
|
|
\bind "M-c s" "font-sans"
|
2001-07-13 08:49:45 +00:00
|
|
|
#\bind "M-c t" "ert-insert"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-c u" "font-underline"
|
2009-05-10 23:35:30 +00:00
|
|
|
\bind "M-c w" "font-underwave"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
\bind "M-c Down" "word-lowcase"
|
|
|
|
\bind "M-c Up" "word-upcase"
|
2024-10-15 15:30:54 +00:00
|
|
|
\bind "M-c Left" "word-invertcase"
|
1999-09-27 18:44:28 +00:00
|
|
|
\bind "M-c Right" "word-capitalize"
|
|
|
|
|
2003-10-13 09:50:10 +00:00
|
|
|
\bind "M-c space" "font-default"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Keyboard menu
|
|
|
|
#
|
|
|
|
|
|
|
|
\bind "M-k 1" "keymap-primary"
|
|
|
|
\bind "M-k 2" "keymap-secondary"
|
|
|
|
\bind "M-k o" "keymap-off"
|
|
|
|
\bind "M-k t" "keymap-toggle"
|
|
|
|
\bind "M-k x" "keymap-off"
|