lyx_mirror/lib/bind/fi_menus.bind
Jean-Marc Lasgouttes dbadfb035f Updates to finnish i18n.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@393 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-22 16:52:08 +00:00

318 lines
9.0 KiB
Plaintext

# This file is part of
# ==================================================================
#
# LyX, the High Level Word Processor
#
# Copyright (C) 1995-1997 The LyX Team
#
# ==================================================================
#
# Adapted to the finnish internationalization December 22 1999
# by pauli.virtanen@saunalahti.fi
#
# Key bindings for menus, both invisible and visible.
#
# Visible Menu access menu
#
\bind "F10 t" "menu-open Tiedosto"
\bind "F10 m" "menu-open Muokkaa"
\bind "F10 u" "menu-open Muotoile"
\bind "F10 l" "menu-open Lisää"
\bind "F10 e" "menu-open Matematiikka"
\bind "F10 a" "menu-open Asetukset"
\bind "F10 k" "menu-open Asiakirjat"
\bind "F10 o" "menu-open Ohje"
#
# File menu (Tiedosto)
#
\bind "M-t u" "buffer-new"
\bind "M-t m" "buffer-new-template"
\bind "M-t a" "buffer-open"
\bind "M-t s" "buffer-close"
\bind "M-t t" "buffer-write"
\bind "M-t n" "buffer-write-as"
\bind "M-t h" "buffer-reload"
\bind "M-t d" "buffer-view"
\bind "M-t c" "buffer-view-ps"
\bind "M-t v" "buffer-typeset"
\bind "M-t i" "buffer-typeset-ps"
\bind "M-t l" "buffer-print"
\bind "M-t f" "buffer-fax"
\bind "M-t o l" "buffer-import latex"
\bind "M-t o a" "buffer-import ascii"
\bind "M-t o k" "buffer-import asciiparagraph"
\bind "M-t o n" "buffer-import noweb"
\bind "M-t e l" "buffer-export latex"
\bind "M-t e p" "buffer-export postscript"
\bind "M-t e d" "buffer-export dvi"
\bind "M-t e t" "buffer-export ascii"
\bind "M-t e h" "buffer-export html"
\bind "M-t e o" "buffer-export custom"
\bind "M-t p" "lyx-quit"
\bind "M-t space" "menu-open File"
#
# Edit menu
#
#bind "M-m t" "table" # Not yet implemented!
\bind "M-m u" "undo"
\bind "M-m d" "redo"
\bind "M-m l" "cut"
\bind "M-m k" "copy"
\bind "M-m i" "paste"
\bind "M-m e" "find-replace"
\bind "M-m v" "error-next"
\bind "M-m m" "note-next"
\bind "M-m o" "spellchecker"
\bind "M-m x" "buffer-chktex"
\bind "M-m s" "toc-view"
\bind "M-m n" "latex-view-log"
\bind "M-m space" "menu-open Edit"
#
# Layout menu
#
\bind "M-u m" "layout-character"
\bind "M-u k" "layout-paragraph"
\bind "M-u a" "layout-document"
\bind "M-u s" "layout-paper"
\bind "M-u t" "layout-table"
\bind "M-u l" "layout-quotes"
\bind "M-u o" "font-emph"
\bind "M-u n" "font-noun"
\bind "M-u v" "font-bold"
\bind "M-u x" "tex-mode"
\bind "M-u y" "depth-next"
\bind "M-u e" "layout-preamble"
\bind "M-u u" "layout-save-default"
\bind "M-u space" "menu-open Layout"
#
# Insert menu
#
\bind "M-l k" "figure-insert"
\bind "M-l t" "table-insert"
\bind "M-l s" "buffer-child-insert"
\bind "M-l c r" "file-insert-ascii line"
\bind "M-l c k" "file-insert-ascii paragraph"
\bind "M-l x" "file-insert"
\bind "M-l a" "footnote-insert"
\bind "M-l r" "marginpar-insert"
\bind "M-l o k" "buffer-float-insert figure"
\bind "M-l o t" "buffer-float-insert table"
\bind "M-l o l" "buffer-float-insert wide-fig"
\bind "M-l o e" "buffer-float-insert wide-tab"
\bind "M-l o a" "buffer-float-insert algorithm"
\bind "M-l t s" "toc-insert"
\bind "M-l t k" "lof-insert"
\bind "M-l t t" "lot-insert"
\bind "M-l t a" "loa-insert"
\bind "M-l t h" "index-print"
\bind "M-l t b" "bibtex-insert"
\bind "M-l s v" "hfill-insert"
\bind "M-l e t" "hyphenation-point-insert"
\bind "M-l e k" "protected-space-insert"
\bind "M-l e r" "break-line"
\bind "M-l e e" "dots-insert"
\bind "M-l e v" "end-of-sentence-period-insert"
\bind "M-l e l" "quote-insert"
\bind "M-l e m" "menu-separator-insert"
\bind "M-l h" "note-insert"
\bind "M-l n" "label-insert"
\bind "M-l v" "reference-insert"
\bind "M-l i" "citation-insert"
\bind "M-l k" "index-insert"
\bind "M-l e" "index-insert-last"
\bind "M-l u" "url-insert"
\bind "M-l space" "menu-open Insert"
#
# Math menu
#
\bind "M-e m" "symbol-insert frac"
\bind "M-e n" "symbol-insert sqrt"
\bind "M-e e" "symbol-insert ^"
\bind "M-e a" "symbol-insert _"
\bind "M-e s" "symbol-insert sum"
\bind "M-e i" "symbol-insert int"
\bind "M-e t" "math-mode"
\bind "M-e k" "math-display"
#bind "M-e p" "display-math-panel-or-something" # What function to use?
\bind "M-e space" "menu-open Math"
#
# Options menu
#
#bind "M-a k" "screen-font-options" # Not yet implemented!
#bind "M-a o" "spellcheck-options" # Not yet implemented!
#bind "M-a n" "keyboard-options" # Not yet implemented!
#bind "M-a l" "latex-options" # Not yet implemented!
\bind "M-a u" "reconfigure"
\bind "M-a space" "menu-open Options"
#
# Documents menu
#
# These are now defined in cua or emacs bind files so their "standard"
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
#\bind "M-d p" "buffer-previous"
#\bind "M-d space" "menu-open Documents"
#
# Help menu
#
#bind "M-o j" "help-introduction" # Not yet implemented!
#bind "M-o o" "help-tutorial" # Not yet implemented!
#bind "M-o k" "help-user-guide" # Not yet implemented!
#bind "M-o e "help-special-tools" # Not yet implemented!
#bind "M-o m" "help-customization" # Not yet implemented!
#bind "M-o h" "help-reference-guide" # Not yet implemented!
#bind "M-o u" "help-known-bugs" # Not yet implemented!
#bind "M-o l" "help-latex-config" # Not yet implemented!
#bind "M-o n" "help-how-do-i-" # Not yet implemented!
#bind "M-o t" "help-copyright" # Not yet implemented!
#bind "M-o k" "help-credits" # Not yet implemented!
#bind "M-o v" "help-version" # Not yet implemented!
\bind "M-o space" "menu-open Help"
#
# Font size menu
#
\bind "M-s t" "font-size tiny"
\bind "M-s S-S" "font-size smaller"
\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"
\bind "M-s S-H" "font-size huger"
\bind "M-s 1" "font-size tiny"
\bind "M-s 2" "font-size smallest"
\bind "M-s 3" "font-size smaller"
\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 huger"
\bind "M-s plus" "font-size increase"
\bind "M-s minus" "font-size decrease"
#
# Alignment menu
#
#bind "M-a l" "para-align left" # Not yet implemented!
#bind "M-a r" "para-align right" # Not yet implemented!
#bind "M-a c" "para-align center" # Not yet implemented!
#bind "M-a b" "para-align block" # Not yet implemented!
#bind "M-a f" "para-align block" # Not yet implemented!
#bind "M-a d" "para-align default" # Not yet implemented!
#
# Paragraph style menu
#
\bind "M-k 1" "layout Chapter"
\bind "M-k 2" "layout Section"
\bind "M-k 3" "layout Subsection"
\bind "M-k 4" "layout Subsubsection"
\bind "M-k 5" "layout Paragraph"
\bind "M-k 6" "layout Subparagraph"
\bind "M-k a" "layout Abstract"
\bind "M-k S-A" "layout Author"
\bind "M-k M-a" "layout Address"
\bind "M-k C-a" "layout RightAddress"
\bind "M-k b" "layout Itemize" # bulleted list
\bind "M-k S-B" "layout Bibliography"
\bind "M-k c" "layout LyX-Code"
\bind "M-k S-C" "layout Comment"
\bind "M-k M-c" "layout Caption"
\bind "M-k d" "layout Description"
\bind "M-k S-D" "layout Date"
\bind "M-k e" "layout Enumerate" # numbered list
\bind "M-k f" "layout ShortFoilhead" # Foils!!
\bind "M-k S-F" "layout Foilhead" # Foils!!
\bind "M-k i" "layout Itemize" # bulleted list
\bind "M-k l" "layout List"
\bind "M-k S-L" "layout LaTeX"
\bind "M-k n" "layout Enumerate" # numbered list
\bind "M-k q" "layout Quote"
\bind "M-k S-Q" "layout Quotation"
\bind "M-k r" "layout ShortRotatefoilhead" # Foils!!
\bind "M-k S-R" "layout Rotatefoilhead" # Foils!!
\bind "M-k s" "layout Standard"
\bind "M-k t" "layout Title"
\bind "M-k x" "layout LaTeX"
\bind "M-k space" "drop-layouts-choice"
\bind "M-k S-at" "layout Section*" # M-p S-2
\bind "M-k S-dollar" "layout Subsubsection*" # M-p S-4
\bind "M-k S-numbersign" "layout Subsection*" # M-p S-3
\bind "M-k v" "layout Verse"
\bind "M-k Left" "depth-decrement"
\bind "M-k Right" "depth-increment"
#
# Character style menu
#
\bind "M-c b" "font-bold"
\bind "M-c c" "font-noun"
\bind "M-c e" "font-emph"
\bind "M-c m" "math-mode"
\bind "M-c p" "font-code"
\bind "M-c r" "font-roman"
\bind "M-c s" "font-sans"
\bind "M-c t" "tex-mode"
\bind "M-c u" "font-underline"
\bind "M-c Down" "word-lowcase"
\bind "M-c Up" "word-upcase"
\bind "M-c Right" "word-capitalize"
\bind "M-c space" "font-default"
#
# 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"