Change limits binding/menu

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5530 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2002-10-28 10:57:14 +00:00
parent bcd410f919
commit c40e74cdef
2 changed files with 12 additions and 1 deletions

View File

@ -40,6 +40,10 @@
\bind "M-m p" "math-insert \partial"
\bind "M-m r" "math-insert \root"
\bind "M-m l" "math-limits"
\bind "M-m S-L l" "math-limits limits"
\bind "M-m S-L n" "math-limits nolimits"
\bind "M-m S-L space" "math-limits empty"
\bind "M-m n" "math-number"
\bind "M-m S-N" "math-nonumber"

View File

@ -128,7 +128,8 @@ Menuset
# Separator
Item "Toggle numbering|n" "math-number"
Item "Toggle numbering of line|u" "math-nonumber"
Item "Toggle limits|l" "math-limits"
# Item "Toggle limits|l" "math-limits"
Submenu "Change limits type...|l" "edit_math_limits"
Separator
Submenu "Change formula type...|t" "edit_math_mutate"
Separator
@ -141,6 +142,12 @@ Menuset
#Separator
End
Menu "edit_math_limits"
Item "Default|t" "math-limits empty"
Item "Display|D" "math-limits limits"
Item "Inline|I" "math-limits nolimits"
End
Menu "edit_math_extern"
Item "Octave" "math-extern octave"
Separator