mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
bcd410f919
commit
c40e74cdef
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user