1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
|
# This file is part of
# ==================================================================
#
# LyX, the High Level Word Processor
#
# Copyright (C) 1995-1997 The LyX Team
#
# ==================================================================
# Key bindings for menus, both invisible and visible.
# Adapted to the german internationalisation 98-1-31 pit@uni-sw.gwdg.de
# Diese Datei dient als Ersatz fr die Systemweite Datei
# /usr/local/share/lyx/bind/menus.bind. Sie ist fr diejenigen
# gedacht, die die Deutsche Internationalisierung verwenden und die
# Menuefunktionen konsistent zu den deutschen Namen der Menues
# verwenden wollen. Dazu mu diese Datei in das private
# LyX-Verzeichnis kopiert werden, und zwar als
# ~/.lyx/bind/menus.bind
#
# ACHTUNG!
#
# Die Belegung der Sequenz ALT-D fr die Funktionen des Menues "Datei"
# vertrgt sich nicht mit einer Definition der Dateien (x)emacs.bind
# Wer diese verwendet, mu entweder die Definitionen in dieser Datei
# ndern, oder aber die entsprechende bind-datei ebenfalls in das
# private Verzeichnis kopieren und dort die Definition veraendern.
# Ich verwende z.B. in emacs.bind anstelle der normalen Definition
# \bind "M-d" "word-delete-forward" die leicht vernderte Variante
# \bind "M-S-D" "word-delete-forward", wodurch die Funktion "Lschen
# eines Wortes" auf die Tastenkombination ALT-SHIFT-D gelegt wird
#
# Ein kleiner Nachteil dieses Vorgehens: Die neue Belegung ist immer
# aktiv, egal welche Sprache fr die Menues verwendet wird. Dies wird
# erst in einer spteren Version von LyX behoben werden.
# Auerdem passt die Belegung nicht mehr zu den Beschreibungen in der
# Dokumentation.
#
# Zugriff auf die sichtbaren Menues
#
\bind "F10 d" "menu-open Datei"
\bind "F10 b" "menu-open Bearbeiten"
\bind "F10 l" "menu-open Layout"
\bind "F10 e" "menu-open Einfgen"
\bind "F10 m" "menu-open Mathematik"
\bind "F10 o" "menu-open Optionen"
\bind "F10 k" "menu-open Dokumente"
\bind "F10 h" "menu-open Hilfe"
#
# Menue Datei
#
\bind "M-d n" "buffer-new"
\bind "M-d v" "buffer-new-template"
\bind "M-d o" "buffer-open"
\bind "M-d c" "buffer-close"
\bind "M-d s" "buffer-write"
\bind "M-d u" "buffer-write-as"
\bind "M-d w" "buffer-reload"
\bind "M-d d" "buffer-view"
\bind "M-d p" "buffer-view-ps"
\bind "M-d u" "buffer-typeset"
\bind "M-d e" "buffer-typeset-ps"
\bind "M-d d" "buffer-print"
\bind "M-d f" "buffer-fax"
\bind "M-d m" "buffer-export latex"
\bind "M-d l" "buffer-export linuxdoc"
\bind "M-d i" "buffer-export ascii"
\bind "M-d z" "buffer-export custom"
\bind "M-d b" "lyx-quit"
\bind "M-d space" "menu-open Datei"
#
# Menue Bearbeiten
#
\bind "M-b a" "cut"
\bind "M-b g" "error-next"
\bind "M-b s" "find-replace"
\bind "M-b k" "line-delete-forward"
\bind "M-b m" "mark-on"
\bind "M-b S-M" "mark-off"
\bind "M-b n" "note-next"
\bind "M-b k" "copy"
\bind "M-b e" "paste"
\bind "M-b w" "redo"
\bind "M-b p" "spellchecker"
\bind "M-b x" "buffer-chktex"
\bind "M-b i" "toc-view"
\bind "M-b r" "undo"
\bind "M-b l" "latex-view-log"
\bind "M-b space" "menu-open Bearbeiten"
#
# Menue Layout
#
\bind "M-l z" "layout-character"
\bind "M-l a" "layout-paragraph"
\bind "M-l d" "layout-document"
\bind "M-l s" "layout-paper"
\bind "M-l r" "layout-quotes"
\bind "M-l v" "layout-preamble"
\bind "M-l h" "font-emph"
\bind "M-l k" "font-noun"
\bind "M-l f" "font-bold"
\bind "M-l x" "tex-mode"
\bind "M-l u" "depth-next"
\bind "M-l space" "menu-open Layout"
\bind "M-l i" "buffer-itemize-bullets-select"
#
# Menue Einfgen
#
\bind "M-e a" "figure-insert"
\bind "M-e t" "table-insert"
\bind "M-e c" "buffer-child-insert"
\bind "M-e f" "footnote-insert"
\bind "M-e r" "marginpar-insert"
\bind "M-e minus" "hyphenation-point-insert"
\bind "M-e p" "dots-insert"
\bind "M-e e" "end-of-sentence-period-insert"
\bind "M-e q" "quote-insert"
\bind "M-e apostrophe" "quote-insert"
\bind "M-e S-quotedbl" "quote-insert"
\bind "M-e s h" "hfill-insert"
\bind "M-e s minus" "hyphenation-point-insert"
\bind "M-e s t" "hyphenation-point-insert"
\bind "M-e s l" "protected-space-insert"
\bind "M-e s z" "break-line"
\bind "M-e s f" "dots-insert"
\bind "M-e s p" "end-of-sentence-period-insert"
\bind "M-e s a" "quote-insert"
\bind "M-e i i" "toc-insert"
\bind "M-e i a" "lof-insert"
\bind "M-e i t" "lot-insert"
\bind "M-e i l" "index-print"
\bind "M-e i b" "bibtex-insert"
\bind "M-e i g" "loa-insert"
\bind "M-e n" "note-insert"
\bind "M-e m" "label-insert"
\bind "M-e q" "reference-insert"
\bind "M-e z" "citation-insert"
\bind "M-e space" "menu-open Einfgen"
#
# Menue Mathematik
#
\bind "M-m space" "menu-open Mathematik"
#
# Menue Options
#
\bind "M-o space" "menu-open Optionen"
#
# Menue Dokumente
#
\bind "M-k v" "buffer-previous"
\bind "M-k space" "menu-open Dokumente"
#
# Menue Hilfe
#
\bind "M-h space" "menu-open Hilfe"
#
# Menue Schrifgre
#
\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"
#
# Menue Absatztyp
#
\bind "M-a 1" "layout Chapter"
\bind "M-a 2" "layout Section"
\bind "M-a 3" "layout Subsection"
\bind "M-a 4" "layout Subsubsection"
\bind "M-a 5" "layout Paragraph"
\bind "M-a 6" "layout Subparagraph"
\bind "M-a a" "layout Abstract"
\bind "M-a S-A" "layout Author"
\bind "M-a M-a" "layout Address"
\bind "M-a C-a" "layout RightAddress"
\bind "M-a b" "layout Itemize" # bulleted list
\bind "M-a S-B" "layout Bibliography"
\bind "M-a c" "layout LyX-Code"
\bind "M-a S-C" "layout Comment"
\bind "M-a M-c" "layout Caption"
\bind "M-a d" "layout Description"
\bind "M-a S-D" "layout Date"
\bind "M-a e" "layout Enumerate" # numbered list
\bind "M-a f" "layout ShortFoilhead" # Foils!!
\bind "M-a S-F" "layout Foilhead" # Foils!!
\bind "M-a i" "layout Itemize" # bulleted list
\bind "M-a l" "layout List"
\bind "M-a S-L" "layout LaTeX"
\bind "M-a n" "layout Enumerate" # numbered list
\bind "M-a q" "layout Quote"
\bind "M-a S-Q" "layout Quotation"
\bind "M-a r" "layout ShortRotatefoilhead" # Foils!!
\bind "M-a S-R" "layout Rotatefoilhead" # Foils!!
\bind "M-a s" "layout Standard"
\bind "M-a t" "layout Title"
\bind "M-a x" "layout LaTeX"
\bind "M-a space" "drop-layouts-choice"
\bind "M-a S-at" "layout Section*" # M-a S-2
\bind "M-a S-dollar" "layout Subsubsection*" # M-a S-4
\bind "M-a S-numbersign" "layout Subsection*" # M-a S-3
\bind "M-a v" "layout Verse"
\bind "M-a Left" "depth-decrement"
\bind "M-a Right" "depth-increment"
#
# Menue Zeichensatz
#
\bind "M-z f" "font-bold"
\bind "M-z k" "font-noun"
\bind "M-z h" "font-emph"
\bind "M-z i" "font-emph"
\bind "M-z m" "math-mode"
\bind "M-z c" "font-code"
\bind "M-z r" "font-roman"
\bind "M-z s" "font-sans"
\bind "M-z t" "tex-mode"
\bind "M-z u" "font-underline"
\bind "M-z Down" "word-lowcase"
\bind "M-z Up" "word-upcase"
\bind "M-z Right" "word-capitalize"
\bind "M-z space" "font-default"
#
# Menue Tastatur
#
\bind "M-t 1" "keymap-primary"
\bind "M-t 2" "keymap-secondary"
\bind "M-t o" "keymap-off"
\bind "M-t t" "keymap-toggle"
\bind "M-t x" "keymap-off"
|