2017-12-12 19:44:05 +00:00
|
|
|
# -*- text -*-
|
|
|
|
|
2022-11-25 10:26:29 +00:00
|
|
|
# file sk/menus.bind
|
2017-12-12 19:44:05 +00:00
|
|
|
# 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
|
|
|
|
# author Kornel Benko
|
|
|
|
|
|
|
|
# Full author contact details are available in file CREDITS.
|
|
|
|
|
|
|
|
# Key bindings for so-called "invisible" menus
|
|
|
|
# Adapted to the slovak internationalisation
|
|
|
|
|
|
|
|
# Toto je slovenská verzia súboru /usr/local/share/lyx/bind/menus.bind.
|
|
|
|
# Je myslená pre tých, ktorí používajú slovenské UI pre funkcie v menu.
|
|
|
|
# Slovenské verzia je nutná, lebo niektoré niektoré skratky sa neznášajú
|
|
|
|
# so slovenskou ponukou.
|
|
|
|
#
|
|
|
|
# Napr. je pre ponuku 'Súbor' teraz skratka ALT-S.
|
|
|
|
#
|
|
|
|
# Bývalé skratky ktoré začńali s ALT-S, začínajú teraz s ALT-F.
|
|
|
|
#
|
|
|
|
|
2020-12-29 17:03:46 +00:00
|
|
|
Format 5
|
2017-12-12 19:44:05 +00:00
|
|
|
|
|
|
|
\bind "M-f t" "font-size tiny"
|
|
|
|
\bind "M-f S-S" "font-size footnotesize"
|
|
|
|
\bind "M-f s" "font-size small"
|
|
|
|
\bind "M-f n" "font-size normal"
|
|
|
|
\bind "M-f l" "font-size large"
|
|
|
|
\bind "M-f S-L" "font-size larger"
|
|
|
|
\bind "M-f h" "font-size huge"
|
|
|
|
\bind "M-f S-H" "font-size giant"
|
|
|
|
|
|
|
|
\bind "M-f ~S-1" "font-size tiny"
|
|
|
|
\bind "M-f ~S-2" "font-size scriptsize"
|
|
|
|
\bind "M-f ~S-3" "font-size footnotesize"
|
|
|
|
\bind "M-f ~S-4" "font-size small"
|
|
|
|
\bind "M-f ~S-5" "font-size normal"
|
|
|
|
\bind "M-f ~S-6" "font-size large"
|
|
|
|
\bind "M-f ~S-7" "font-size larger"
|
|
|
|
\bind "M-f ~S-8" "font-size largest"
|
|
|
|
\bind "M-f ~S-9" "font-size huge"
|
|
|
|
\bind "M-f ~S-0" "font-size giant"
|
|
|
|
|
|
|
|
\bind "M-f ~S-plus" "font-size increase"
|
|
|
|
\bind "M-f ~S-minus" "font-size decrease"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Paragraph menu
|
|
|
|
#
|
|
|
|
|
2021-01-29 15:05:07 +00:00
|
|
|
# We are using here "M-o" as a prefix, so unbind the following
|
2018-09-11 22:38:38 +00:00
|
|
|
\unbind "M-o" "inset-settings"
|
2021-01-29 15:05:07 +00:00
|
|
|
|
2020-04-07 09:52:58 +00:00
|
|
|
\bind "C-M-i" "inset-settings"
|
2018-06-23 17:00:04 +00:00
|
|
|
#\bind "M-o l" "paragraph-params \align left"
|
|
|
|
#\bind "M-o r" "paragraph-params \align right"
|
|
|
|
#\bind "M-o c" "paragraph-params \align center"
|
2017-12-12 19:44:05 +00:00
|
|
|
# It's called Justified in the UI
|
|
|
|
\bind "M-o j" "paragraph-params \align block"
|
2018-06-23 17:00:04 +00:00
|
|
|
#\bind "M-o e" "paragraph-params \align default"
|
|
|
|
#\bind "M-o i" "paragraph-params \indent-toggle"
|
2017-12-12 19:44:05 +00:00
|
|
|
\bind "M-o s" "paragraph-params \paragraph_spacing single"
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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"
|
|
|
|
\bind "M-a 0" "argument-insert post:1"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Paragraph style menu
|
|
|
|
#
|
|
|
|
|
|
|
|
\bind "M-o ~S-0" "layout Part"
|
|
|
|
\bind "M-o ~S-1" "layout Chapter"
|
|
|
|
\bind "M-o ~S-2" "layout Section"
|
|
|
|
\bind "M-o ~S-3" "layout Subsection"
|
|
|
|
\bind "M-o ~S-4" "layout Subsubsection"
|
|
|
|
\bind "M-o ~S-5" "layout Paragraph"
|
|
|
|
\bind "M-o ~S-6" "layout Subparagraph"
|
2018-06-23 17:00:04 +00:00
|
|
|
\bind "M-o ~S-9" "layout Standard"
|
2017-12-12 19:44:05 +00:00
|
|
|
\bind "M-o ~S-asterisk ~S-0" "layout Part*"
|
|
|
|
\bind "M-o ~S-asterisk ~S-1" "layout Chapter*"
|
|
|
|
\bind "M-o ~S-asterisk ~S-2" "layout Section*"
|
2018-06-23 17:00:04 +00:00
|
|
|
\bind "M-o ~S-asterisk ~S-3" "layout Subsection*"
|
|
|
|
\bind "M-o ~S-asterisk ~S-4" "layout Subsubsection*"
|
|
|
|
\bind "M-o ~S-asterisk ~S-5" "layout Paragraph*"
|
|
|
|
\bind "M-o ~S-asterisk ~S-6" "layout Subparagraph*"
|
|
|
|
\bind "M-o a" "layout Abstract"
|
|
|
|
\bind "M-o S-A" "layout Author"
|
|
|
|
\bind "M-o M-a" "layout Address"
|
|
|
|
\bind "M-o C-a" "layout Right_Address"
|
|
|
|
\bind "M-o b" "layout Itemize" # bulleted list
|
|
|
|
\bind "M-o S-B" "layout Bibliography"
|
|
|
|
\bind "M-o c" "layout LyX-Code"
|
|
|
|
\bind "M-o S-C" "layout Comment"
|
|
|
|
\bind "M-o d" "layout Description"
|
|
|
|
\bind "M-o S-D" "layout Date"
|
|
|
|
\bind "M-o e" "layout Enumerate" # numbered list
|
|
|
|
\bind "M-o f" "layout ShortFoilhead" # Foils!!
|
|
|
|
\bind "M-o S-F" "layout Foilhead" # Foils!!
|
|
|
|
\bind "M-o i" "layout Itemize" # bulleted list
|
2020-03-04 11:21:11 +00:00
|
|
|
\bind "M-o l" "layout Labeling"
|
2018-06-23 17:00:04 +00:00
|
|
|
\bind "M-o S-L" "layout LaTeX"
|
|
|
|
\bind "M-o n" "layout Enumerate" # numbered list
|
|
|
|
\bind "M-o q" "layout Quote"
|
|
|
|
\bind "M-o S-Q" "layout Quotation"
|
|
|
|
\bind "M-o r" "layout ShortRotatefoilhead" # Foils!!
|
|
|
|
\bind "M-o S-R" "layout Rotatefoilhead" # Foils!!
|
|
|
|
\bind "M-o t" "layout Title"
|
|
|
|
\bind "M-o space" "drop-layouts-choice"
|
|
|
|
\bind "M-o v" "layout Verse"
|
|
|
|
|
|
|
|
\bind "M-o Left" "outline-out"
|
|
|
|
\bind "M-o Right" "outline-in"
|
|
|
|
\bind "M-o Up" "outline-up"
|
|
|
|
\bind "M-o Down" "outline-down"
|
|
|
|
|
|
|
|
\bind "M-o S-Return" "environment-split outer"
|
2017-12-12 19:44:05 +00:00
|
|
|
|
2018-09-27 06:36:55 +00:00
|
|
|
#
|
|
|
|
# Character style menu
|
|
|
|
#
|
|
|
|
|
|
|
|
\bind "M-c n" "font-noun"
|
|
|
|
\bind "M-c e" "font-emph"
|
|
|
|
\bind "M-c b" "font-bold"
|
|
|
|
\bind "M-c r" "font-roman"
|
|
|
|
\bind "M-c s" "font-sans"
|
|
|
|
\bind "M-c f" "font-frak"
|
|
|
|
\bind "M-c i" "font-ital"
|
|
|
|
\bind "M-c t" "font-typewriter"
|
|
|
|
\bind "M-c space" "font-default"
|
|
|
|
|
2017-12-12 19:44:05 +00:00
|
|
|
#
|
|
|
|
# Clashes
|
|
|
|
#
|
|
|
|
|
|
|
|
\unbind "M-u" "word-upcase partial"
|
2022-02-21 13:00:14 +00:00
|
|
|
\unbind "M-d" "word-delete-forward confirm"
|