lyx_mirror/lib/bind/math.bind
Jean-Marc Lasgouttes 0563d2e80b math-space; fixes to include inset dialog; autoconfiguration of gfx converters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2338 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-25 12:37:43 +00:00

100 lines
3.1 KiB
Plaintext

# This file is part of
# ==================================================================
#
# LyX, the Document Processor
#
# Copyright (C) 1997 LyX Team
#
# Version 0.1, May 28 1997
#
# ==================================================================
# This file provides math mode keys. Most were suggested by John Weiss
# and modified by Alejandro Aguilar Sierra to be used with different
# keyboard layouts.
#
# This file is automatically included from the main bind file.
#
# DO NOT CHANGE THIS BINDING FILE! It will be replaced
# with every new install of LyX and your changes will be lost.
# Instead, copy it to ~/.lyx/bind/math.bind and modify that copy.
# Note that the order of these is important. If you put the bindings
# that need "period" and "parenleft" first, they flood the minibuffer
# and make the keybinding hints impossible to read. That's why they're
# at the end.
# These are defined for the math menu:
\bind "M-m f" "math-insert frac"
\bind "M-m s" "math-insert sqrt"
\bind "M-m e" "math-insert ^"
\bind "M-m x" "math-insert _"
\bind "M-m u" "math-insert sum"
\bind "M-m i" "math-insert int"
\bind "M-m m" "math-mode"
\bind "M-m d" "math-display"
\bind "M-m g" "math-greek"
\bind "M-m S-G" "math-greek-toggle"
\bind "M-m o" "math-insert oint"
\bind "M-m p" "math-insert partial"
\bind "M-m r" "math-insert root"
\bind "M-m l" "math-limits"
\bind "M-m n" "math-number"
\bind "M-m S-N" "math-nonumber"
\bind "M-m 8" "math-insert infty"
\bind "M-m v" "accent-vector"
\bind "M-m t t" "math-mutate dump"
\bind "M-m t a" "math-mutate align"
\bind "M-m t i" "math-mutate inline"
\bind "M-m t d" "math-mutate display"
\bind "M-m t e" "math-mutate eqnarray"
\bind "M-m c i" "math-column-insert"
\bind "M-m c d" "math-column-delete"
\bind "M-m w i" "math-row-insert"
\bind "M-m w d" "math-row-delete"
\bind "M-m a v t" "math-valign top"
\bind "M-m a v c" "math-valign center"
\bind "M-m a v b" "math-valign bottom"
\bind "M-m a h l" "math-halign left"
\bind "M-m a h c" "math-halign center"
\bind "M-m a h r" "math-halign right"
# The accent-circumflex is 'h' for 'hat', which is what most math
# folks call it verbally.
\bind "M-m b" "math-insert overline"
\bind "M-m h" "accent-circumflex"
\bind "M-m ~S-period" "accent-dot"
\bind "M-m ~S-asciitilde" "accent-tilde"
\bind "M-m ~S-apostrophe" "math-insert prime"
\bind "M-m ~S-quotedbl" "accent-umlaut"
# These do pairs of: () {} [] <> ||
\bind "M-m ~S-parenleft" "math-delim ( )"
\bind "M-m ~S-bracketleft" "math-delim [ ]"
\bind "M-m ~S-braceleft" "math-delim { }"
\bind "M-m ~S-less" "math-delim langle rangle"
\bind "M-m ~S-greater" "math-delim rangle langle"
\bind "M-m ~S-bar" "math-delim | |"
# Note: it's easy to insert binary relations like \pm, \mp, \neq, \geq,
# and \leq just by typing them. However it's easier to remember these:
\bind "M-m ~S-plus" "math-insert pm"
\bind "M-m ~S-equal" "math-insert neq"
\bind "Escape" "escape"
\bind "C-Tab" "tab-insert"
\bind "M-m space" "math-space"